# Functions
Deleted sets a deletion timestamp on the object.
WithAnnotation adds an annotation with the specified key and value to the supplied object.
WithAnnotationsPopulated ensures that object.Annotations is not nil.
WithControllerOwnerReference sets the controller owner reference to the supplied object.
WithCreationTimestamp sets the creation timestamp on the object.
WithFinalizer adds the specified finalizer to the object.
No description provided by the author
WithIncrementedResourceVersion increments by one the resource version on the supplied object.
WithLabel sets the specified label on the supplied object.
WithName sets the object.Name field when building an object with Build.
WithNamePostfix appends the string passed in to the object.Name field when building an with Build.
WithNamespace sets the object.Namespace field when building an object with Build.
WithoutFinalizer removes the specified finalizer from the object.
WithOwnerReference sets the owner reference to the supplied object.
WithResourceVersion sets the specified resource version on the supplied object.
WithTypeMeta populates the type meta for the object.
WithUID sets the Metadata UID on the supplied object.
# Type aliases
Option defines a function signature for any function that wants to be passed into Build.