func NewStrategy(typer runtime.ObjectTyper) fischerStrategy { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchFischer(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func SelectableFields(obj *wardle.Fischer) fields.Set { … }
type fischerStrategy …
func (fischerStrategy) NamespaceScoped() bool { … }
func (fischerStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (fischerStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (fischerStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (fischerStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (fischerStrategy) AllowCreateOnUpdate() bool { … }
func (fischerStrategy) AllowUnconditionalUpdate() bool { … }
func (fischerStrategy) Canonicalize(obj runtime.Object) { … }
func (fischerStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (fischerStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }