Interface: KubePod
lib/k8s/pod .KubePod
Hierarchy
-
↳
KubePod
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:
KubePodSpec
Defined in
status
• status: Object
Index signature
▪ [other: string
]: any
Type declaration
Name | Type |
---|---|
conditions |
KubeCondition
[] |
containerStatuses |
KubeContainerStatus
[] |
hostIP |
string |
initContainerStatuses? |
KubeContainerStatus
[] |
message? |
string |
phase |
string |
qosClass? |
string |
reason? |
string |
startTime |
Time
|