type resourceclaimStrategy …
var Strategy …
func (resourceclaimStrategy) NamespaceScoped() bool { … }
func (resourceclaimStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (resourceclaimStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (resourceclaimStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (resourceclaimStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (resourceclaimStrategy) Canonicalize(obj runtime.Object) { … }
func (resourceclaimStrategy) AllowCreateOnUpdate() bool { … }
func (resourceclaimStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (resourceclaimStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (resourceclaimStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (resourceclaimStrategy) AllowUnconditionalUpdate() bool { … }
type resourceclaimStatusStrategy …
var StatusStrategy …
func (resourceclaimStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (resourceclaimStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (resourceclaimStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (resourceclaimStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func Match(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func toSelectableFields(claim *resource.ResourceClaim) fields.Set { … }
func dropDisabledFields(newClaim, oldClaim *resource.ResourceClaim) { … }
func dropDisabledDRAAdminAccessFields(newClaim, oldClaim *resource.ResourceClaim) { … }
func draAdminAccessFeatureInUse(claim *resource.ResourceClaim) bool { … }