Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(opts ...Option) *appsv1.StatefulSet
Build runs each of the functions passed in to generate the object.
Types ¶
type Builder ¶
type Builder interface { Build(opts ...Option) *appsv1.StatefulSet Options(opts ...Option) Builder GenericOptions(opts ...generic.Option) Builder }
func BasicBuilder ¶
func BasicBuilder() Builder
func FullBuilder ¶
func FullBuilder(namespace, name string, typer runtime.ObjectTyper) Builder
type Option ¶
type Option func(*appsv1.StatefulSet)
Option defines a function signature for any function that wants to be passed into Build
func Generic ¶
Generic allows common functions applicable to all objects to be used as Options to Build
func WithCurrentReplicas ¶
WithCurrentReplicas sets the status.CurrentReplicas field when building an object with Build.
func WithNamespace ¶
WithNamespace sets the object.Namespace field when building an object with Build.
func WithReplicas ¶
WithReplicas sets the spec.Replicas field when building an object with Build.
Click to show internal directories.
Click to hide internal directories.