Documentation ¶
Index ¶
- func Error(reason string, err error) error
- type Cond
- func (c Cond) CreateUnknownIfNotExists(obj runtime.Object)
- func (c Cond) Do(f func() (runtime.Object, error)) error
- func (c Cond) DoUntilTrue(obj runtime.Object, f func() (runtime.Object, error)) error
- func (c Cond) False(obj runtime.Object)
- func (c Cond) GetLastUpdated(obj runtime.Object) string
- func (c Cond) GetMessage(obj runtime.Object) string
- func (c Cond) GetReason(obj runtime.Object) string
- func (c Cond) GetStatus(obj runtime.Object) string
- func (c Cond) IsFalse(obj runtime.Object) bool
- func (c Cond) IsTrue(obj runtime.Object) bool
- func (c Cond) IsUnknown(obj runtime.Object) bool
- func (c Cond) LastUpdated(obj runtime.Object, ts string)
- func (c Cond) MatchesError(obj runtime.Object, reason string, err error) bool
- func (c Cond) Message(obj runtime.Object, message string)
- func (c Cond) Once(obj runtime.Object, f func() (runtime.Object, error)) error
- func (c Cond) Reason(obj runtime.Object, reason string)
- func (c Cond) SetError(obj runtime.Object, reason string, err error)
- func (c Cond) SetMessageIfBlank(obj runtime.Object, message string)
- func (c Cond) SetStatus(obj runtime.Object, status string)
- func (c Cond) SetStatusBool(obj runtime.Object, val bool)
- func (c Cond) True(obj runtime.Object)
- func (c Cond) Unknown(obj runtime.Object)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cond ¶
type Cond string
func (Cond) CreateUnknownIfNotExists ¶
func (Cond) DoUntilTrue ¶
func (Cond) MatchesError ¶
Click to show internal directories.
Click to hide internal directories.