Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST, *RollbackREST, error) + type DeploymentStorage struct + Deployment *REST + Rollback *RollbackREST + Scale *ScaleREST + Status *StatusREST + func NewStorage(optsGetter generic.RESTOptionsGetter) (DeploymentStorage, error) + type REST struct + func (r *REST) Categories() []string + func (r *REST) ShortNames() []string + func (r *REST) WithCategories(categories []string) *REST + type RollbackREST struct + func (r *RollbackREST) Create(ctx context.Context, name string, obj runtime.Object, ...) (runtime.Object, error) + func (r *RollbackREST) New() runtime.Object + func (r *RollbackREST) ProducesMIMETypes(verb string) []string + func (r *RollbackREST) ProducesObject(verb string) interface{} + type ScaleREST struct + func (r *ScaleREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (r *ScaleREST) GroupVersionKind(containingGV schema.GroupVersion) schema.GroupVersionKind + func (r *ScaleREST) New() runtime.Object + func (r *ScaleREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error) + type StatusREST struct + func (r *StatusREST) Get(ctx context.Context, name string, options *metav1.GetOptions) (runtime.Object, error) + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx context.Context, name string, objInfo rest.UpdatedObjectInfo, ...) (runtime.Object, bool, error)