Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadyChecker ¶
type ReadyChecker struct { GVR schema.GroupVersionResource Namespace string Name string Lister cache.GenericLister }
ReadyChecker stores the information needed to determine if a Kubernetes resource is ready or succeeded yet.
func (*ReadyChecker) IsReady ¶
func (r *ReadyChecker) IsReady() bool
IsReady returns whether the selected resource is in a terminal state. (Ready or Succeeded Condition Type with a Status of True.)
func (*ReadyChecker) String ¶
func (r *ReadyChecker) String() string
String represents the resource that a ReadyChecker is watching as a string.
Click to show internal directories.
Click to hide internal directories.