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