type rcStrategy …
var Strategy …
func (rcStrategy) DefaultGarbageCollectionPolicy(ctx context.Context) rest.GarbageCollectionPolicy { … }
func (rcStrategy) NamespaceScoped() bool { … }
func (rcStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (rcStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) { … }
func (rcStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (rcStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { … }
func (rcStrategy) WarningsOnCreate(ctx context.Context, obj runtime.Object) []string { … }
func (rcStrategy) Canonicalize(obj runtime.Object) { … }
func (rcStrategy) AllowCreateOnUpdate() bool { … }
func (rcStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (rcStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }
func (rcStrategy) AllowUnconditionalUpdate() bool { … }
func ControllerToSelectableFields(controller *api.ReplicationController) fields.Set { … }
func GetAttrs(obj runtime.Object) (labels.Set, fields.Set, error) { … }
func MatchController(label labels.Selector, field fields.Selector) apistorage.SelectionPredicate { … }
type rcStatusStrategy …
var StatusStrategy …
func (rcStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (rcStatusStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) { … }
func (rcStatusStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { … }
func (rcStatusStrategy) WarningsOnUpdate(ctx context.Context, obj, old runtime.Object) []string { … }