# Functions
No description provided by the author
Build runs each of the functions passed in to generate the object.
No description provided by the author
Generic allows common functions applicable to all objects to be used as Options to Build.
WithCurrentReplicas sets the status.CurrentReplicas field when building an object with Build.
WithName sets the object.Name field when building an object with Build.
WithNamespace sets the object.Namespace field when building an object with Build.
WithReplicas sets the spec.Replicas field when building an object with Build.
# Interfaces
No description provided by the author
# Type aliases
Option defines a function signature for any function that wants to be passed into Build.