Documentation ¶
Index ¶
- 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
- type CustomResourceConditionCheck
- type ResourceConditionCheck
- type ResourceConditionChecks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFormattedName ¶
func GetFormattedName(name, namespace string, gvk schema.GroupVersionKind) string
func NonExistsConditionCheck ¶
Types ¶
type ResourceConditionChecks ¶
type ResourceConditionChecks struct {
// contains filtered or unexported fields
}
func (*ResourceConditionChecks) WaitForCustomConditionChecks ¶
func (c *ResourceConditionChecks) WaitForCustomConditionChecks(id string, checkFuncs ...CustomResourceConditionCheck) error
func (*ResourceConditionChecks) WaitForResources ¶
func (c *ResourceConditionChecks) WaitForResources(id string, objects []runtime.Object, checkFuncs ...ResourceConditionCheck) error
Click to show internal directories.
Click to hide internal directories.