Pod interface

Helm Pod status properties.

Properties

creationTime

Creation Time of Pod.

desired

Desired number of containers

events

Last 5 Pod events.

name

The name of the Pod.

namespace

The namespace of the Pod.

ready

Number of ready containers.

status

The status of a pod.

Property Details

creationTime

Creation Time of Pod.

creationTime?: Date

Property Value

Date

desired

Desired number of containers

desired?: number

Property Value

number

events

Last 5 Pod events.

events?: PodEvent[]

Property Value

name

The name of the Pod.

name?: string

Property Value

string

namespace

The namespace of the Pod.

namespace?: string

Property Value

string

ready

Number of ready containers.

ready?: number

Property Value

number

status

The status of a pod.

status?: string

Property Value

string