Documentation ¶
Index ¶
Constants ¶
View Source
const (
ReadyConditionType = "Ready"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct { // Last time the condition transitioned from one status to another. LastTransitionTime string `json:"lastTransitionTime,omitempty"` // Human-readable message indicating details about last transition. Message string `json:"message,omitempty"` // Unique, one-word, CamelCase reason for the condition's last // transition. Reason string `json:"reason,omitempty"` // Status is the status of the condition. Can be True, False, Unknown. Status v1.ConditionStatus `json:"status,omitempty"` // Type is the type of the condition. Type string `json:"type,omitempty"` }
Click to show internal directories.
Click to hide internal directories.