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 { … }
func dropDisabledFields(newClass, oldClass *resource.DeviceClass) { … }