Options
All
  • Public
  • Public/Protected
  • All
Menu

Condition contains details for one aspect of the current state of this API Resource.

export
interface

IoK8sApimachineryPkgApisMetaV1Condition

Hierarchy

  • IoK8sApimachineryPkgApisMetaV1Condition

Index

Properties

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

IoK8sApimachineryPkgApisMetaV1Condition

message: string

message is a human readable message indicating details about the transition. This may be an empty string.

memberof

IoK8sApimachineryPkgApisMetaV1Condition

observedGeneration?: number

observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

memberof

IoK8sApimachineryPkgApisMetaV1Condition

reason: string

reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

memberof

IoK8sApimachineryPkgApisMetaV1Condition

status: string

status of the condition, one of True, False, Unknown.

memberof

IoK8sApimachineryPkgApisMetaV1Condition

type: string

type of condition in CamelCase or in foo.example.com/CamelCase.

memberof

IoK8sApimachineryPkgApisMetaV1Condition

Generated using TypeDoc