Interface: KubeNode
lib/k8s/node .KubeNode
Hierarchy
-
↳
KubeNode
Properties
apiVersion
• Optional
apiVersion: string
Inherited from
KubeObjectInterface . apiVersion
Defined in
kind
• kind: string
Inherited from
Defined in
metadata
• metadata:
KubeMetadata
Inherited from
KubeObjectInterface . metadata
Defined in
spec
• spec: Object
Index signature
▪ [otherProps: string
]: any
Type declaration
Name | Type |
---|---|
podCIDR |
string |
Defined in
status
• status: Object
Type declaration
Name | Type |
---|---|
addresses |
{ address : string ; type : string }[] |
capacity |
{ cpu : any ; memory : any } |
capacity.cpu |
any |
capacity.memory |
any |
conditions |
Omit <
KubeCondition
, "lastProbeTime" | "lastUpdateTime" > & { lastHeartbeatTime : string }[] |
nodeInfo |
{ architecture : string ; bootID : string ; containerRuntimeVersion : string ; kernelVersion : string ; kubeProxyVersion : string ; kubeletVersion : string ; machineID : string ; operatingSystem : string ; osImage : string ; systemUUID : string } |
nodeInfo.architecture |
string |
nodeInfo.bootID |
string |
nodeInfo.containerRuntimeVersion |
string |
nodeInfo.kernelVersion |
string |
nodeInfo.kubeProxyVersion |
string |
nodeInfo.kubeletVersion |
string |
nodeInfo.machineID |
string |
nodeInfo.operatingSystem |
string |
nodeInfo.osImage |
string |
nodeInfo.systemUUID |
string |