NamespaceCondition contains details about state of namespace.

Hierarchy

  • V1NamespaceCondition

Constructors

Properties

lastTransitionTime?: Date

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.

message?: string
reason?: string
status: string

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

type: string

Type of namespace controller condition.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc