emigration

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAttrs

func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)

GetAttrs returns labels and fields of a given object for filtering purposes.

func MatchNsEmigration

func MatchNsEmigration(label labels.Selector, field fields.Selector) storage.SelectionPredicate

MatchNsEmigration returns a generic matcher for a given label and field selector.

func ToSelectableFields

func ToSelectableFields(emigration *business.NsEmigration) fields.Set

ToSelectableFields returns a field set that represents the object

func ValidateNsEmigrationCreate

func ValidateNsEmigrationCreate(ctx context.Context, emigration *business.NsEmigration, businessClient *businessinternalclient.BusinessClient) field.ErrorList

ValidateNsEmigrationCreate tests if required fields in the NsEmigration are set correctly.

func ValidateNsEmigrationUpdate

func ValidateNsEmigrationUpdate(ctx context.Context, emigration, old *business.NsEmigration, businessClient *businessinternalclient.BusinessClient) field.ErrorList

ValidateNsEmigrationUpdate tests if required fields in the NsEmigration are set during an update.

Types

type Strategy

type Strategy struct {
	runtime.ObjectTyper
	names.NameGenerator
	// contains filtered or unexported fields
}

Strategy implements verification logic for emigration.

func NewStrategy

NewStrategy creates a strategy that is the default logic that applies when creating and updating emgration objects.

func (*Strategy) AfterCreate

func (s *Strategy) AfterCreate(obj runtime.Object) error

AfterCreate implements a further operation to run after a resource is created and before it is decorated, optional.

func (Strategy) AllowCreateOnUpdate

func (Strategy) AllowCreateOnUpdate() bool

AllowCreateOnUpdate is false for emigrations.

func (Strategy) AllowUnconditionalUpdate

func (Strategy) AllowUnconditionalUpdate() bool

AllowUnconditionalUpdate returns true if the object can be updated unconditionally (irrespective of the latest resource version), when there is no resource version specified in the object.

func (Strategy) Canonicalize

func (Strategy) Canonicalize(obj runtime.Object)

Canonicalize normalizes the object after validation.

func (Strategy) DefaultGarbageCollectionPolicy

func (Strategy) DefaultGarbageCollectionPolicy(ctx context.Context) rest.GarbageCollectionPolicy

DefaultGarbageCollectionPolicy returns the default garbage collection behavior.

func (Strategy) Export

func (Strategy) Export(ctx context.Context, obj runtime.Object, exact bool) error

Export strips fields that can not be set by the user.

func (Strategy) NamespaceScoped

func (Strategy) NamespaceScoped() bool

NamespaceScoped is true for emigrations.

func (*Strategy) PrepareForCreate

func (s *Strategy) PrepareForCreate(ctx context.Context, obj runtime.Object)

PrepareForCreate is invoked on create before validation to normalize the object.

func (Strategy) PrepareForUpdate

func (Strategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)

PrepareForUpdate is invoked on update before validation to normalize the object.

func (*Strategy) Validate

func (s *Strategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList

Validate validates a new emigration.

func (*Strategy) ValidateUpdate

func (s *Strategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList

ValidateUpdate is the default update validation for an end emigration.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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