Documentation
¶
Index ¶
- func ExistByName(k8sClient client.Client) matcher.GomegaMatcher
- func HaveAnnotation(keyParam, valueParam string, k8sClient client.Client) matcher.GomegaMatcher
- func HaveLabel(keyParam, valueParam string, k8sClient client.Client) matcher.GomegaMatcher
- func UpdateWithoutConflict(ctx context.Context, obj client.Object, k8sClient client.Client, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistByName ¶
func ExistByName(k8sClient client.Client) matcher.GomegaMatcher
ExistByName checks if the given resource exists, when retrieving it by name/namespace. Does NOT check if the resource content matches.
func HaveAnnotation ¶ added in v0.0.4
func HaveAnnotation(keyParam, valueParam string, k8sClient client.Client) matcher.GomegaMatcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.