Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶ added in v1.0.5
type Builder interface { Build(opts ...Option) *batchv1.Job Options(opts ...Option) Builder GenericOptions(opts ...generic.Option) Builder }
func BasicBuilder ¶ added in v1.0.5
func BasicBuilder() Builder
func FullBuilder ¶ added in v1.0.5
func FullBuilder(namespace, name string, typer runtime.ObjectTyper) Builder
type Option ¶
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 WithName ¶ added in v1.0.5
WithName sets the object.Name field when building an object with Build.
func WithNamespace ¶ added in v1.0.5
WithNamespace sets the object.Namespace field when building an object with Build.
Click to show internal directories.
Click to hide internal directories.