Kazan v0.10.0 Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionCondition View Source

CustomResourceDefinitionCondition contains details for the current condition of this pod.

OpenAPI Definition: io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition

Properties

  • last_transition_time :: Kazan.Models.Apimachinery.Meta.V1.Time

    • 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

    • Human-readable message indicating details about last transition.
  • reason :: String

    • Unique, one-word, CamelCase reason for the condition’s last transition.
  • status :: String

    • Status is the status of the condition. Can be True, False, Unknown.
  • type :: String

    • Type is the type of the condition.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() ::
  %Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionCondition{
    last_transition_time: Kazan.Models.Apimachinery.Meta.V1.Time.t(),
    message: String.t(),
    reason: String.t(),
    status: String.t(),
    type: String.t()
  }