Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventuallyConfigMap ¶
func EventuallyConfigMap(ctx context.Context, client *openshift.Client, name, namespace string) gomega.AsyncAssertion
EventuallyConfigMap is a gomega async assertion that can be used with the standard or custom gomega matchers
EventuallyConfigMap(ctx, client, configMapName, namespace).ShouldNot(BeNil()), "config map %s should exist", configMapName)
func EventuallyDeployment ¶
func EventuallyDeployment(ctx context.Context, client *openshift.Client, name, namespace string) gomega.AsyncAssertion
EventuallyDeployment is a gomega async assertion that can be used with the standard or custom gomega matchers
EventuallyDeployment(ctx, client, "test", "default").Should(BeAvailable())
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.