Versions in this module Expand all Collapse all v0 v0.1.0 Jul 30, 2020 Changes in this version + type Condition struct + LastTransitionTime metav1.Time + Message string + Reason ConditionReason + Status corev1.ConditionStatus + Type ConditionType + func (c *Condition) DeepCopyInto(cpy *Condition) + func (c Condition) IsFalse() bool + func (c Condition) IsTrue() bool + func (c Condition) IsUnknown() bool + type ConditionReason string + type ConditionType string + type Conditions []Condition + func NewConditions(conds ...Condition) Conditions + func (conditions *Conditions) RemoveCondition(t ConditionType) bool + func (conditions *Conditions) SetCondition(newCond Condition) bool + func (conditions Conditions) GetCondition(t ConditionType) *Condition + func (conditions Conditions) IsFalseFor(t ConditionType) bool + func (conditions Conditions) IsTrueFor(t ConditionType) bool + func (conditions Conditions) IsUnknownFor(t ConditionType) bool + func (conditions Conditions) MarshalJSON() ([]byte, error)