KubernetesNodeMetadata

Properties

NameTypeDescriptionNotes

createdDate

The date the resource was created.

[optional] [readonly]

etag

String

The resource entity tag as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11 Entity tags are also added as 'ETag' response headers to requests that do not use the 'depth' parameter.

[optional] [readonly]

lastModifiedDate

The date the resource was last modified.

[optional] [readonly]

lastSoftwareUpdatedDate

The date when the software on the node was last updated.

[optional] [readonly]

state

The resource state.

[optional] [readonly]

Enum: StateEnum

NameValue

PROVISIONING

"PROVISIONING"

PROVISIONED

"PROVISIONED"

READY

"READY"

TERMINATING

"TERMINATING"

REBUILDING

"REBUILDING"

BUSY

"BUSY"

Last updated