type resourceSliceStrategy …
var Strategy …
func (resourceSliceStrategy) NamespaceScoped() bool { … }
func (resourceSliceStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (resourceSliceStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (resourceSliceStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (resourceSliceStrategy) Canonicalize(obj runtime.Object) { … }
func (resourceSliceStrategy) AllowCreateOnUpdate() bool { … }
func (resourceSliceStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (resourceSliceStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (resourceSliceStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (resourceSliceStrategy) AllowUnconditionalUpdate() bool { … }
var TriggerFunc …
func nodeNameTriggerFunc(obj runtime.Object) string { … }
func Indexers() *cache.Indexers { … }
func nodeNameIndexFunc(obj interface{ … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func Match(label labels.Selector, field fields.Selector) storage.SelectionPredicate { … }
func toSelectableFields(slice *resource.ResourceSlice) fields.Set { … }