Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the response AsInstance structure, see the AsInstance section below, AsInstanceforCreateandQuery .

The caller of SO CNFM (in this case, BPMN Infra) need to use the return asInstanceId for invoking an AS Instance Instantiate.

...

see the AsInstance section below, AsInstanceforCreateandQuery



Instantiate AS Instance Resource

...

with parameters

Wiki Markup
- labelSelector
- findSelector
- resourceVersion


Based on the node label (which is not unique), get a node list. To narrow it further, use the additional findSelector parameter. 

...

Gliffy Diagram
macroIdecf320a1-624f-4ff9-abfb-b653f3078ccd
displayNamekubernetes Capacity diagram
namekubernetes Capacity diagram
pagePinpageid2117744533


NameDescriptionRequiredSchemaDefault
cluster_namename of Kubernetes ClustertrueString
namespacenamespacetrueString
node_namename of Kubernetes nodetrueString
capacityCapacity represents the total resources of a node.falseobject
allocatableAllocatable represents the resources of a node that are available for scheduling. Defaults to Capacityfalse

object

  • cpu
  • memory
  • storage

conditionsConditions is an array of current observed node conditions.falsev1.NodeCondition array
addressesList of addresses reachable to the node.falsev1.NodeAddresses array
daemonEndpointsEndpoints of daemons running on the Node.falsev1.NodeDaemonEndpoints
nodeInfoSet of ids/uuids to uniquely identify the node.falsev1.NodeSystemInfo
imagesList of container images on this nodefalsev1.ContainerImage array
volumesInUseList of attachable volumes in use (mounted) by the node.falsev1.UniqueVolumeName array
volumesAttachedList of volumes that are attached to the node.falsev1.AttachedVolume array

...