Documentation ¶
Index ¶
- func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error)
- func MatchCronBackup(label labels.Selector, field fields.Selector) storage.SelectionPredicate
- func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (rest.StandardStorage, error)
- func SelectableFields(obj *v1.CronBackup) fields.Set
- type CronBackupStrategy
- func (CronBackupStrategy) AllowCreateOnUpdate() bool
- func (CronBackupStrategy) AllowUnconditionalUpdate() bool
- func (CronBackupStrategy) Canonicalize(obj runtime.Object)
- func (CronBackupStrategy) NamespaceScoped() bool
- func (CronBackupStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object)
- func (CronBackupStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
- func (CronBackupStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList
- func (CronBackupStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList
- func (s CronBackupStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string
- func (s CronBackupStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchCronBackup ¶
func NewStorage ¶
func NewStorage(scheme *runtime.Scheme, optsGetter generic.RESTOptionsGetter) (rest.StandardStorage, error)
func SelectableFields ¶
func SelectableFields(obj *v1.CronBackup) fields.Set
Types ¶
type CronBackupStrategy ¶
type CronBackupStrategy struct { runtime.ObjectTyper names.NameGenerator }
func NewStrategy ¶
func NewStrategy(typer runtime.ObjectTyper) CronBackupStrategy
func (CronBackupStrategy) AllowCreateOnUpdate ¶
func (CronBackupStrategy) AllowCreateOnUpdate() bool
func (CronBackupStrategy) AllowUnconditionalUpdate ¶
func (CronBackupStrategy) AllowUnconditionalUpdate() bool
func (CronBackupStrategy) Canonicalize ¶
func (CronBackupStrategy) Canonicalize(obj runtime.Object)
func (CronBackupStrategy) NamespaceScoped ¶
func (CronBackupStrategy) NamespaceScoped() bool
func (CronBackupStrategy) PrepareForCreate ¶
func (CronBackupStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object)
func (CronBackupStrategy) PrepareForUpdate ¶
func (CronBackupStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object)
func (CronBackupStrategy) ValidateUpdate ¶
func (CronBackupStrategy) WarningsOnCreate ¶
func (CronBackupStrategy) WarningsOnUpdate ¶
Click to show internal directories.
Click to hide internal directories.