type rsStrategy …
var Strategy …
var _ …
func (rsStrategy) DefaultGarbageCollectionPolicy(ctx context.Context) rest.GarbageCollectionPolicy { … }
func (rsStrategy) NamespaceScoped() bool { … }
func (rsStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (rsStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (rsStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (rsStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (rsStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (rsStrategy) Canonicalize(obj runtime.Object) { … }
func (rsStrategy) AllowCreateOnUpdate() bool { … }
func (rsStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (rsStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (rsStrategy) AllowUnconditionalUpdate() bool { … }
func ToSelectableFields(rs *apps.ReplicaSet) fields.Set { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchReplicaSet(label labels.Selector, field fields.Selector) apistorage.SelectionPredicate { … }
type rsStatusStrategy …
var StatusStrategy …
func (rsStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (rsStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (rsStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (rsStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }