selectoryncset

package
v1.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(opts ...Option) *hivev1.SelectorSyncSet

Build runs each of the functions passed in to generate the object.

Types

type Builder

type Builder interface {
	Build(opts ...Option) *hivev1.SelectorSyncSet

	Options(opts ...Option) Builder

	GenericOptions(opts ...generic.Option) Builder
}

func BasicBuilder

func BasicBuilder() Builder

func FullBuilder

func FullBuilder(name string, typer runtime.ObjectTyper) Builder

type Option

type Option func(*hivev1.SelectorSyncSet)

Option defines a function signature for any function that wants to be passed into Build

func Generic

func Generic(opt generic.Option) Option

Generic allows common functions applicable to all objects to be used as Options to Build

func WithApplyBehavior

func WithApplyBehavior(applyBehavior hivev1.SyncSetApplyBehavior) Option

func WithApplyMode

func WithApplyMode(applyMode hivev1.SyncSetResourceApplyMode) Option

func WithGeneration

func WithGeneration(generation int64) Option

func WithLabelSelector

func WithLabelSelector(labelKey, labelValue string) Option

func WithName

func WithName(name string) Option

WithName sets the object.Name field when building an object with Build.

func WithNamespace

func WithNamespace(namespace string) Option

WithNamespace sets the object.Namespace field when building an object with Build.

func WithPatches

func WithPatches(patches ...hivev1.SyncObjectPatch) Option

func WithResources

func WithResources(objs ...hivev1.MetaRuntimeObject) Option

func WithSecrets

func WithSecrets(secrets ...hivev1.SecretMapping) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL