kubernetes/pkg/registry/resource/deviceclass/strategy.go

type deviceClassStrategy

var Strategy

func (deviceClassStrategy) NamespaceScoped() bool {}

func (deviceClassStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {}

func (deviceClassStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList {}

func (deviceClassStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string {}

func (deviceClassStrategy) Canonicalize(obj runtime.Object) {}

func (deviceClassStrategy) AllowCreateOnUpdate() bool {}

func (deviceClassStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {}

func (deviceClassStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList {}

func (deviceClassStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string {}

func (deviceClassStrategy) AllowUnconditionalUpdate() bool {}

// dropDisabledFields removes fields which are covered by a feature gate.
func dropDisabledFields(newClass, oldClass *resource.DeviceClass) {}