Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Awaiter ¶
type Awaiter[T RuntimeObjectWithStatusConditions, L any, PL ObjectList[L]] struct { // contains filtered or unexported fields }
func NewConditionAwaiter ¶
func NewConditionAwaiter[T RuntimeObjectWithStatusConditions, L any, PL ObjectList[L]](timeout time.Duration) *Awaiter[T, L, PL]
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.