localidentity

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: 22 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 MatchLocalIdentity

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

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

func ShouldDeleteDuringUpdate

func ShouldDeleteDuringUpdate(ctx context.Context, key string, obj, existing runtime.Object) bool

func ToSelectableFields

func ToSelectableFields(localIdentity *auth.LocalIdentity) fields.Set

ToSelectableFields returns a field set that represents the object

func ValidateLocalIdentity

func ValidateLocalIdentity(ctx context.Context, authClient authinternalclient.AuthInterface, localIdentity *auth.LocalIdentity, updateCheck bool) field.ErrorList

ValidateLocalIdentity tests if required fields in the identity are set.

func ValidateLocalIdentityPasswordUpdate

func ValidateLocalIdentityPasswordUpdate(localIdentity *auth.LocalIdentity, passwordReq *auth.PasswordReq) error

ValidateLocalIdentityPasswordUpdate tests if required fields in the passwordReq are set during an update.

func ValidateLocalIdentityUpdate

func ValidateLocalIdentityUpdate(ctx context.Context, authClient authinternalclient.AuthInterface, localIdentity *auth.LocalIdentity, oldLocalIdentity *auth.LocalIdentity) field.ErrorList

ValidateLocalIdentityUpdate tests if required fields in the localIdentity are set during an update.

Types

type FinalizeStrategy

type FinalizeStrategy struct {
	*Strategy
}

FinalizeStrategy implements finalizer logic for Machine.

func NewFinalizerStrategy

func NewFinalizerStrategy(strategy *Strategy) *FinalizeStrategy

NewFinalizerStrategy create the FinalizeStrategy object by given strategy.

func (FinalizeStrategy) PrepareForUpdate

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

PrepareForUpdate is invoked on update before validation to normalize the object. For example: remove fields that are not to be persisted, sort order-insensitive list fields, etc. This should not remove fields whose presence would be considered a validation error.

func (*FinalizeStrategy) ValidateUpdate

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

ValidateUpdate is invoked after default fields in the object have been filled in before the object is persisted. This method should not mutate the object.

type StatusStrategy

type StatusStrategy struct {
	*Strategy
}

StatusStrategy implements verification logic for status of Registry.

func NewStatusStrategy

func NewStatusStrategy(strategy *Strategy) *StatusStrategy

NewStatusStrategy create the StatusStrategy object by given strategy.

func (StatusStrategy) PrepareForUpdate

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

PrepareForUpdate is invoked on update before validation to normalize the object. For example: remove fields that are not to be persisted, sort order-insensitive list fields, etc. This should not remove fields whose presence would be considered a validation error.

func (StatusStrategy) ValidateUpdate

func (StatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList

ValidateUpdate is invoked after default fields in the object have been filled in before the object is persisted. This method should not mutate the object.

type Strategy

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

Strategy implements verification logic for oidc identity.

func NewStrategy

func NewStrategy(authClient authinternalclient.AuthInterface, enforcer *casbin.SyncedEnforcer) *Strategy

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

func (Strategy) AllowCreateOnUpdate

func (Strategy) AllowCreateOnUpdate() bool

AllowCreateOnUpdate is false for identities.

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 false for identities.

func (Strategy) PrepareForCreate

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

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

func (*Strategy) PrepareForUpdate

func (s *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 identity.

func (*Strategy) ValidateUpdate

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

ValidateUpdate is the default update validation for an identity.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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