Skip to main content

Interface: PodInspectInfo

Defined in: packages/extension-api/src/extension-api.d.ts:2669

Properties

Containers

Containers: PodContainerInfo[]

Defined in: packages/extension-api/src/extension-api.d.ts:2691

Containers gives a brief summary of all containers in the pod and their current status.


Created

Created: string

Defined in: packages/extension-api/src/extension-api.d.ts:2683

The time when the pod was created.


engineId

engineId: string

Defined in: packages/extension-api/src/extension-api.d.ts:2670


engineName

engineName: string

Defined in: packages/extension-api/src/extension-api.d.ts:2671


ExitPolicy

ExitPolicy: "stop" | "continue"

Defined in: packages/extension-api/src/extension-api.d.ts:2695

The exit policy of the pod when the last container exits.


Hostname

Hostname: string

Defined in: packages/extension-api/src/extension-api.d.ts:2699

Hostname that the pod will set.


Id

Id: string

Defined in: packages/extension-api/src/extension-api.d.ts:2675

ID of the pod.


InfraConfig

InfraConfig: object

Defined in: packages/extension-api/src/extension-api.d.ts:2715

Contains the configuration of the pod's infra container.

DNSOption?

optional DNSOption: 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?

optional DNSSearch: 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?

optional DNSServer: 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?

optional Networks: string[]

List of networks the pod will join.

PortBindings?

optional PortBindings: HostConfigPortBinding


InfraContainerID?

optional InfraContainerID: string

Defined in: packages/extension-api/src/extension-api.d.ts:2711

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:2707

Set of key-value labels that have been applied to the pod.

Index Signature

[key: string]: string


Name

Name: string

Defined in: packages/extension-api/src/extension-api.d.ts:2679

The name of the pod.


RestartPolicy

RestartPolicy: string

Defined in: packages/extension-api/src/extension-api.d.ts:2703

RestartPolicy of the pod.


State

State: string

Defined in: packages/extension-api/src/extension-api.d.ts:2687

The current state of the pod.