Documentation ¶
Index ¶
- func CredentialValidate(ctx context.Context, username, password, serverAddress string) error
- func NewStore(c kclient.WithWatch) rest.Storage
- type Strategy
- func (s *Strategy) PrepareForCreate(ctx context.Context, obj runtime.Object)
- func (s *Strategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
- func (s *Strategy) Validate(ctx context.Context, obj runtime.Object) (result field.ErrorList)
- func (s *Strategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) (result field.ErrorList)
- type Translator
- func (t *Translator) FromPublic(ctx context.Context, obj runtime.Object) (types.Object, error)
- func (t *Translator) FromPublicName(ctx context.Context, namespace, name string) (string, string, error)
- func (t *Translator) ListOpts(ctx context.Context, namespace string, opts storage.ListOptions) (string, storage.ListOptions, error)
- func (t *Translator) NewPublic() types.Object
- func (t *Translator) NewPublicList() types.ObjectList
- func (t *Translator) ToPublic(ctx context.Context, objs ...runtime.Object) (result []types.Object, _ error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CredentialValidate ¶
CredentialValidate takes a username, password and serverAddress string to validate whether their combination is valid and will succeed login for pushes/pulls.
Types ¶
type Strategy ¶
type Strategy struct { }
func (*Strategy) PrepareForCreate ¶
func (*Strategy) PrepareForUpdate ¶
type Translator ¶
type Translator struct {
// contains filtered or unexported fields
}
func (*Translator) FromPublic ¶
func (*Translator) FromPublicName ¶
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
Click to show internal directories.
Click to hide internal directories.