Documentation ¶
Index ¶
- func CRDEventuallyExists(ctx context.Context, k8sClient client.Client, crdName string)
- func CRDEventuallyRemoved(ctx context.Context, k8sClient client.Client, crdName string)
- func EventuallyContainFinalizer(ctx context.Context, k8sClient client.Client, obj client.Object, ...)
- func EventuallyExists(ctx context.Context, k8sClient client.Client, obj client.Object)
- func EventuallyRemoved(ctx context.Context, k8sClient client.Client, obj client.Object)
- func ParseBuildStrategyNames() ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CRDEventuallyExists ¶
CRDEventuallyExists checks if a custom resource definition with the given name eventually exists.
func CRDEventuallyRemoved ¶
CRDEventuallyRemoved checks if a custom resource definition has been eventually removed
func EventuallyContainFinalizer ¶
func EventuallyContainFinalizer( ctx context.Context, k8sClient client.Client, obj client.Object, finalizer string, )
EventuallyContainFinalizer retrieves and inspect the object to assert if the informed finalizer string is in the object.
func EventuallyExists ¶
EventuallyExists checks if an object with the given namespace+name and type eventually exists.
func EventuallyRemoved ¶
EventuallyRemoved checks if an object is eventually deleted
func ParseBuildStrategyNames ¶ added in v0.13.0
ParseBuildStrategyNames returns a list of object names from the embedded build strategy manifests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.