type ControllerStorage …
func ReplicasPathMappings() managedfields.ResourcePathMappings { … }
var replicasPathInReplicationController …
func NewStorage(optsGetter generic.RESTOptionsGetter) (ControllerStorage, error) { … }
type REST …
func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST, error) { … }
var _ …
func (r *REST) ShortNames() []string { … }
var _ …
func (r *REST) Categories() []string { … }
type StatusREST …
func (r *StatusREST) New() runtime.Object { … }
func (r *StatusREST) Destroy() { … }
func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) { … }
func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error) { … }
func (r *StatusREST) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set { … }
func (r *StatusREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) { … }
type ScaleREST …
var _ …
var _ …
func (r *ScaleREST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind { … }
func (r *ScaleREST) New() runtime.Object { … }
func (r *ScaleREST) Destroy() { … }
func (r *ScaleREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) { … }
func (r *ScaleREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, createValidation rest.ValidateObjectFunc, updateValidation rest.ValidateObjectUpdateFunc, forceAllowCreate bool, options *metav1.UpdateOptions) (runtime.Object, bool, error) { … }
func (r *ScaleREST) ConvertToTable(ctx context.Context, object runtime.Object, tableOptions runtime.Object) (*metav1.Table, error) { … }
func toScaleCreateValidation(f rest.ValidateObjectFunc) rest.ValidateObjectFunc { … }
func toScaleUpdateValidation(f rest.ValidateObjectUpdateFunc) rest.ValidateObjectUpdateFunc { … }
func scaleFromRC(rc *api.ReplicationController) *autoscaling.Scale { … }
type scaleUpdatedObjectInfo …
func (i *scaleUpdatedObjectInfo) Preconditions() *metav1.Preconditions { … }
func (i *scaleUpdatedObjectInfo) UpdatedObject(ctx context.Context, oldObj runtime.Object) (runtime.Object, error) { … }