type resourceClaimTemplateStrategy …
var Strategy …
func (resourceClaimTemplateStrategy) NamespaceScoped() bool { … }
func (resourceClaimTemplateStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (resourceClaimTemplateStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (resourceClaimTemplateStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (resourceClaimTemplateStrategy) Canonicalize(obj runtime.Object) { … }
func (resourceClaimTemplateStrategy) AllowCreateOnUpdate() bool { … }
func (resourceClaimTemplateStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (resourceClaimTemplateStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (resourceClaimTemplateStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (resourceClaimTemplateStrategy) AllowUnconditionalUpdate() bool { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func toSelectableFields(template *resource.ResourceClaimTemplate) fields.Set { … }
func dropDisabledFields(newClaimTemplate, oldClaimTemplate *resource.ResourceClaimTemplate) { … }
func dropDisabledDRAAdminAccessFields(newClaimTemplate, oldClaimTemplate *resource.ResourceClaimTemplate) { … }
func draAdminAccessFeatureInUse(claimTemplate *resource.ResourceClaimTemplate) bool { … }