Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Awaiter ¶
type Awaiter[T k8s.RuntimeObjectWithStatusConditions[TT], TT any, L any, PL ObjectList[L]] struct { // contains filtered or unexported fields }
func NewConditionAwaiter ¶
func NewConditionAwaiter[T k8s.RuntimeObjectWithStatusConditions[TT], TT any, L any, PL ObjectList[L]](timeout time.Duration) *Awaiter[T, TT, L, PL]
func (*Awaiter[T, TT, L, PL]) AwaitCondition ¶
type ObjectList ¶ added in v0.9.0
type ObjectList[L any] interface { *L client.ObjectList }
Click to show internal directories.
Click to hide internal directories.