package
0.9.0
Repository: https://github.com/wave-k8s/wave.git
Documentation: pkg.go.dev

# Functions

DeleteAll lists and deletes all resources.
GetOwnerRefDaemonSet constructs an owner reference for the DaemonSet given Deprecated: Wave no longer uses OwnerReferences.
GetOwnerRefDeployment constructs an owner reference for the Deployment given Deprecated: Wave no longer uses OwnerReferences.
GetOwnerRefStatefulSet constructs an owner reference for the StatefulSet given Deprecated: Wave no longer uses OwnerReferences.
WithAnnotations returns the object's Annotations.
WithDeletionTimestamp returns the objects Deletion Timestamp.
WithFinalizers returns the object's Finalizers.
WithItems returns the lists Finalizers.
WithOwnerReferences returns the object's OwnerReferences.
WithPodTemplateAnnotations returns the PodTemplate's annotations.

# Variables

ExampleConfigMap1 is an example ConfigMap object for use within test suites.
ExampleConfigMap2 is an example ConfigMap object for use within test suites.
ExampleConfigMap3 is an example ConfigMap object for use within test suites.
ExampleConfigMap4 is an example ConfigMap object for use within test suites.
ExampleConfigMap5 is an example ConfigMap object for use within test suites.
ExampleConfigMap6 is an example ConfigMap object for use within test suites.
ExampleConfigMap6 is an example ConfigMap object for use within test suites.
ExampleDaemonSet is an example DaemonSet object for use within test suites.
ExampleDeployment is an example Deployment object for use within test suites.
ExampleSecret1 is an example Secret object for use within test suites.
ExampleSecret2 is an example Secret object for use within test suites.
ExampleSecret3 is an example Secret object for use within test suites.
ExampleSecret4 is an example Secret object for use within test suites.
ExampleSecret5 is an example Secret object for use within test suites.
ExampleSecret6 is an example Secret object for use within test suites.
ExampleStatefulSet is an example StatefulSet object for use within test suites.

# Structs

Matcher has Gomega Matchers that use the controller-runtime client.

# Type aliases

UpdateFunc modifies the object fetched from the API server before sending the update.