Versions in this module Expand all Collapse all v0 v0.28.6 May 22, 2022 Changes in this version + func CRDEstablishedConditionCheck(obj runtime.Object, k8serror error) bool + func ExistsConditionCheck(obj runtime.Object, k8serror error) bool + func GetFormattedName(name, namespace string, gvk schema.GroupVersionKind) string + func NonExistsConditionCheck(obj runtime.Object, k8serror error) bool + func ReadyReplicasConditionCheck(obj runtime.Object, k8serror error) bool + type Backoff = wait.Backoff + type CustomResourceConditionCheck func() (bool, error) + type ResourceConditionCheck func(runtime.Object, error) bool + type ResourceConditionChecks struct + func NewResourceConditionChecks(client client.Client, backoff Backoff, log logr.Logger, scheme *runtime.Scheme) *ResourceConditionChecks + func (c *ResourceConditionChecks) WaitForCustomConditionChecks(id string, checkFuncs ...CustomResourceConditionCheck) error + func (c *ResourceConditionChecks) WaitForResources(id string, objects []runtime.Object, checkFuncs ...ResourceConditionCheck) error