type priorityClassStrategy …
var Strategy …
func (priorityClassStrategy) NamespaceScoped() bool { … }
func (priorityClassStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (priorityClassStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (priorityClassStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (priorityClassStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (priorityClassStrategy) Canonicalize(obj runtime.Object) { … }
func (priorityClassStrategy) AllowCreateOnUpdate() bool { … }
func (priorityClassStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (priorityClassStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (priorityClassStrategy) AllowUnconditionalUpdate() bool { … }