credentials

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CredentialValidate

func CredentialValidate(ctx context.Context, username, password, serverAddress string) error

CredentialValidate takes a username, password and serverAddress string to validate whether their combination is valid and will succeed login for pushes/pulls.

func NewStore

func NewStore(c kclient.WithWatch) rest.Storage

Types

type Strategy

type Strategy struct {
}

func (*Strategy) PrepareForCreate

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

func (*Strategy) PrepareForUpdate

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

func (*Strategy) Validate

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

func (*Strategy) ValidateUpdate

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

type Translator

type Translator struct {
	// contains filtered or unexported fields
}

func (*Translator) FromPublic

func (t *Translator) FromPublic(ctx context.Context, obj runtime.Object) (types.Object, error)

func (*Translator) FromPublicName

func (t *Translator) FromPublicName(ctx context.Context, namespace, name string) (string, string, error)

func (*Translator) ListOpts

func (t *Translator) ListOpts(ctx context.Context, namespace string, opts storage.ListOptions) (string, storage.ListOptions, error)

func (*Translator) NewPublic

func (t *Translator) NewPublic() types.Object

func (*Translator) NewPublicList

func (t *Translator) NewPublicList() types.ObjectList

func (*Translator) ToPublic

func (t *Translator) ToPublic(ctx context.Context, objs ...runtime.Object) (result []types.Object, _ error)

Jump to

Keyboard shortcuts

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