Interface: PodInspectInfo
Defined in: packages/extension-api/src/extension-api.d.ts:2733
Properties
Containers
Containers:
PodContainerInfo[]
Defined in: packages/extension-api/src/extension-api.d.ts:2755
Containers gives a brief summary of all containers in the pod and their current status.
cpu_period?
optionalcpu_period?:number
Defined in: packages/extension-api/src/extension-api.d.ts:2801
CPUPeriod contains the CPU period of the pod
cpu_quota?
optionalcpu_quota?:number
Defined in: packages/extension-api/src/extension-api.d.ts:2805
CPUQuota contains the CPU quota of the pod
cpu_shares?
optionalcpu_shares?:number
Defined in: packages/extension-api/src/extension-api.d.ts:2809
CPUShares contains the cpu shares for the pod
cpuset_cpus?
optionalcpuset_cpus?:string
Defined in: packages/extension-api/src/extension-api.d.ts:2813
CPUSetCPUs contains linux specific CPU data for the pod
cpuset_mems?
optionalcpuset_mems?:string
Defined in: packages/extension-api/src/extension-api.d.ts:2817
CPUSetMems contains linux specific CPU data for the pod
Created
Created:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2747
The time when the pod was created.
engineId
engineId:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2734
engineName
engineName:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2735
ExitPolicy
ExitPolicy:
"stop"|"continue"
Defined in: packages/extension-api/src/extension-api.d.ts:2759
The exit policy of the pod when the last container exits.
Hostname
Hostname:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2763
Hostname that the pod will set.
Id
Id:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2739
ID of the pod.
InfraConfig
InfraConfig:
object
Defined in: packages/extension-api/src/extension-api.d.ts:2779
Contains the configuration of the pod's infra container.
DNSOption?
optionalDNSOption?:string[]
DNSOption is a set of DNS options that will be used by the infra container's resolv.conf and shared with the remainder of the pod.
DNSSearch?
optionalDNSSearch?:string[]
DNSSearch is a set of DNS search domains that will be used by the infra container's resolv.conf and shared with the remainder of the pod.
DNSServer?
optionalDNSServer?:string[]
DNSServer is a set of DNS Servers that will be used by the infra container's resolv.conf and shared with the remainder of the pod.
Networks?
optionalNetworks?:string[]
List of networks the pod will join.
PortBindings?
optionalPortBindings?:HostConfigPortBinding
InfraContainerID?
optionalInfraContainerID?:string
Defined in: packages/extension-api/src/extension-api.d.ts:2775
the ID of the pod's infra container, if one is present.
Labels
Labels:
object
Defined in: packages/extension-api/src/extension-api.d.ts:2771
Set of key-value labels that have been applied to the pod.
Index Signature
[key: string]: string
memory_limit?
optionalmemory_limit?:number
Defined in: packages/extension-api/src/extension-api.d.ts:2821
MemoryLimit contains the specified cgroup memory limit for the pod
memory_swap?
optionalmemory_swap?:number
Defined in: packages/extension-api/src/extension-api.d.ts:2825
MemorySwap contains the specified memory swap limit for the pod
mounts?
optionalmounts?:InspectMount[]
Defined in: packages/extension-api/src/extension-api.d.ts:2829
Mounts contains volume related information for the pod
Name
Name:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2743
The name of the pod.
RestartPolicy
RestartPolicy:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2767
RestartPolicy of the pod.
State
State:
string
Defined in: packages/extension-api/src/extension-api.d.ts:2751
The current state of the pod.