Skip to main content

Relationship

connections object[]nullablerequired
  • Array [
  • fromstringrequired
    tostringrequired
  • ]
  • kubernetes_context object
    workloads object
    property name* WorkloadContext
    high_availabilityboolean
    priority_class_namestring
    replicasinteger<int32>
    tolerate_taintsboolean
    nodes object[]nullablerequired
  • Array [
  • activestring[]nullablerequired
    configrequired
    credential_refstring
    inputsstring[]nullable
    multiprocessorstring
    namestringrequired
    node_refstringrequired
    outputsstring[]nullable
    pack_refstring
    pack_versionstring
    supported_platformsstring[]nullable
    supportsstring[]nullablerequired
    template_refstring
    typestringrequired
  • ]
  • Relationship
    {
    "connections": [
    {
    "from": "string",
    "to": "string"
    }
    ],
    "kubernetes_context": {
    "workloads": {}
    },
    "nodes": [
    {
    "active": [
    "string"
    ],
    "config": {},
    "credential_ref": "string",
    "inputs": [
    "string"
    ],
    "multiprocessor": "string",
    "name": "string",
    "node_ref": "string",
    "outputs": [
    "string"
    ],
    "pack_ref": "string",
    "pack_version": "string",
    "supported_platforms": [
    "string"
    ],
    "supports": [
    "string"
    ],
    "template_ref": "string",
    "type": "string"
    }
    ]
    }