Options
All
  • Public
  • Public/Protected
  • All
Menu

PodCondition contains details for the current condition of this pod.

export
interface

IoK8sApiCoreV1PodCondition

Hierarchy

  • IoK8sApiCoreV1PodCondition

Index

Properties

lastProbeTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1PodCondition

lastTransitionTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiCoreV1PodCondition

message?: string

Human-readable message indicating details about last transition.

memberof

IoK8sApiCoreV1PodCondition

observedGeneration?: number

If set, this represents the .metadata.generation that the pod condition was set based upon. This is an alpha field. Enable PodObservedGenerationTracking to be able to use this field.

memberof

IoK8sApiCoreV1PodCondition

reason?: string

Unique, one-word, CamelCase reason for the condition's last transition.

memberof

IoK8sApiCoreV1PodCondition

status: string

Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

memberof

IoK8sApiCoreV1PodCondition

type: string
memberof

IoK8sApiCoreV1PodCondition

Generated using TypeDoc