Name | Description | Required | Schema | Default |
---|
cluster_name | name of Kubernetes Cluster | true | String |
|
namespace | namespace | true | String |
|
node_name | name of Kubernetes node | true | String |
|
capacity | Capacity represents the total resources of a node. | false | object |
|
allocatable | Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity | false | object |
|
conditions | Conditions is an array of current observed node conditions. | false | v1.NodeCondition array |
|
addresses | List of addresses reachable to the node. | false | v1.NodeAddresses array |
|
daemonEndpoints | Endpoints of daemons running on the Node. | false | v1.NodeDaemonEndpoints |
|
nodeInfo | Set of ids/uuids to uniquely identify the node. | false | v1.NodeSystemInfo |
|
images | List of container images on this node | false | v1.ContainerImage array |
|
volumesInUse | List of attachable volumes in use (mounted) by the node. | false | v1.UniqueVolumeName array |
|
volumesAttached | List of volumes that are attached to the node. | false | v1.AttachedVolume array |
|