Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(...) (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) GetAutoscalingV2beta1APIResources(params *GetAutoscalingV2beta1APIResourcesParams) (*GetAutoscalingV2beta1APIResourcesOK, error)
- func (a *Client) ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK, error)
- func (a *Client) ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)
- func (a *Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)
- func (a *Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces(...) (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK, error)
- func (a *Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK, error)
- type ClientService
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK
- type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader
- type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized
- type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted
- type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type GetAutoscalingV2beta1APIResourcesOK
- type GetAutoscalingV2beta1APIResourcesParams
- func NewGetAutoscalingV2beta1APIResourcesParams() *GetAutoscalingV2beta1APIResourcesParams
- func NewGetAutoscalingV2beta1APIResourcesParamsWithContext(ctx context.Context) *GetAutoscalingV2beta1APIResourcesParams
- func NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAutoscalingV2beta1APIResourcesParams
- func NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAutoscalingV2beta1APIResourcesParams
- func (o *GetAutoscalingV2beta1APIResourcesParams) SetContext(ctx context.Context)
- func (o *GetAutoscalingV2beta1APIResourcesParams) SetHTTPClient(client *http.Client)
- func (o *GetAutoscalingV2beta1APIResourcesParams) SetTimeout(timeout time.Duration)
- func (o *GetAutoscalingV2beta1APIResourcesParams) WithContext(ctx context.Context) *GetAutoscalingV2beta1APIResourcesParams
- func (o *GetAutoscalingV2beta1APIResourcesParams) WithHTTPClient(client *http.Client) *GetAutoscalingV2beta1APIResourcesParams
- func (o *GetAutoscalingV2beta1APIResourcesParams) WithTimeout(timeout time.Duration) *GetAutoscalingV2beta1APIResourcesParams
- func (o *GetAutoscalingV2beta1APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAutoscalingV2beta1APIResourcesReader
- type GetAutoscalingV2beta1APIResourcesUnauthorized
- type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK
- type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContext(ctx context.Context)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContinue(continueVar *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient(client *http.Client)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector(labelSelector *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLimit(limit *int64)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetPretty(pretty *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout(timeout time.Duration)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetWatch(watch *bool)
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContext(ctx context.Context) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContinue(continueVar *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLimit(limit *int64) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithPretty(pretty *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithWatch(watch *bool) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader
- type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized
- type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetForce(force *bool)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithForce(force *bool) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetForce(force *bool)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithForce(force *bool) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExact(exact *bool)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExport(export *bool)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExact(exact *bool) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExport(export *bool) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
- type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK
- type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader
- type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetNamespace(namespace string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithNamespace(namespace string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader
- type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for autoscaling v2beta1 API
func (*Client) CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error)
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler create a HorizontalPodAutoscaler
func (*Client) DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler ¶
func (a *Client) DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK, error)
DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler delete collection of HorizontalPodAutoscaler
func (*Client) DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error)
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler delete a HorizontalPodAutoscaler
func (*Client) GetAutoscalingV2beta1APIResources ¶
func (a *Client) GetAutoscalingV2beta1APIResources(params *GetAutoscalingV2beta1APIResourcesParams) (*GetAutoscalingV2beta1APIResourcesOK, error)
GetAutoscalingV2beta1APIResources get available resources
func (*Client) ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces ¶
func (a *Client) ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK, error)
ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces list or watch objects of kind HorizontalPodAutoscaler
func (*Client) ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler list or watch objects of kind HorizontalPodAutoscaler
func (*Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler partially update the specified HorizontalPodAutoscaler
func (*Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus partially update status of the specified HorizontalPodAutoscaler
func (*Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler read the specified HorizontalPodAutoscaler
func (*Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus read status of the specified HorizontalPodAutoscaler
func (*Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, error)
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler replace the specified HorizontalPodAutoscaler
func (*Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated, error)
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus replace status of the specified HorizontalPodAutoscaler
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces ¶
func (a *Client) WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces(params *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK, error)
WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
func (*Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler ¶
func (a *Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
func (*Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList ¶
func (a *Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK, error)
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
type ClientService ¶
type ClientService interface { CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error) DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK, error) DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error) GetAutoscalingV2beta1APIResources(params *GetAutoscalingV2beta1APIResourcesParams) (*GetAutoscalingV2beta1APIResourcesOK, error) ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK, error) ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, error) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated, error) WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces(params *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK, error) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new autoscaling v2beta1 API client.
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.
Accepted
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted with default headers values
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error() string
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) GetPayload ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.
Created
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated with default headers values
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error() string
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) GetPayload ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the create autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
SetBody adds the body to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the create autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK ¶
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK with default headers values
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK) Error() string
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams ¶
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader ¶
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler structure.
func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized ¶
type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized struct { }
DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized
NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized with default headers values
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.
Accepted
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted with default headers values
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error() string
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) GetPayload ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1Status
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type GetAutoscalingV2beta1APIResourcesOK ¶
type GetAutoscalingV2beta1APIResourcesOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}
GetAutoscalingV2beta1APIResourcesOK handles this case with default header values.
OK
func NewGetAutoscalingV2beta1APIResourcesOK ¶
func NewGetAutoscalingV2beta1APIResourcesOK() *GetAutoscalingV2beta1APIResourcesOK
NewGetAutoscalingV2beta1APIResourcesOK creates a GetAutoscalingV2beta1APIResourcesOK with default headers values
func (*GetAutoscalingV2beta1APIResourcesOK) Error ¶
func (o *GetAutoscalingV2beta1APIResourcesOK) Error() string
func (*GetAutoscalingV2beta1APIResourcesOK) GetPayload ¶
func (o *GetAutoscalingV2beta1APIResourcesOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
type GetAutoscalingV2beta1APIResourcesParams ¶
type GetAutoscalingV2beta1APIResourcesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAutoscalingV2beta1APIResourcesParams contains all the parameters to send to the API endpoint for the get autoscaling v2beta1 API resources operation typically these are written to a http.Request
func NewGetAutoscalingV2beta1APIResourcesParams ¶
func NewGetAutoscalingV2beta1APIResourcesParams() *GetAutoscalingV2beta1APIResourcesParams
NewGetAutoscalingV2beta1APIResourcesParams creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized.
func NewGetAutoscalingV2beta1APIResourcesParamsWithContext ¶
func NewGetAutoscalingV2beta1APIResourcesParamsWithContext(ctx context.Context) *GetAutoscalingV2beta1APIResourcesParams
NewGetAutoscalingV2beta1APIResourcesParamsWithContext creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient ¶
func NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAutoscalingV2beta1APIResourcesParams
NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout ¶
func NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAutoscalingV2beta1APIResourcesParams
NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAutoscalingV2beta1APIResourcesParams) SetContext ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) SetContext(ctx context.Context)
SetContext adds the context to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) SetHTTPClient ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) SetTimeout ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) WithContext ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) WithContext(ctx context.Context) *GetAutoscalingV2beta1APIResourcesParams
WithContext adds the context to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) WithHTTPClient ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) WithHTTPClient(client *http.Client) *GetAutoscalingV2beta1APIResourcesParams
WithHTTPClient adds the HTTPClient to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) WithTimeout ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) WithTimeout(timeout time.Duration) *GetAutoscalingV2beta1APIResourcesParams
WithTimeout adds the timeout to the get autoscaling v2beta1 API resources params
func (*GetAutoscalingV2beta1APIResourcesParams) WriteToRequest ¶
func (o *GetAutoscalingV2beta1APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAutoscalingV2beta1APIResourcesReader ¶
type GetAutoscalingV2beta1APIResourcesReader struct {
// contains filtered or unexported fields
}
GetAutoscalingV2beta1APIResourcesReader is a Reader for the GetAutoscalingV2beta1APIResources structure.
func (*GetAutoscalingV2beta1APIResourcesReader) ReadResponse ¶
func (o *GetAutoscalingV2beta1APIResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAutoscalingV2beta1APIResourcesUnauthorized ¶
type GetAutoscalingV2beta1APIResourcesUnauthorized struct { }
GetAutoscalingV2beta1APIResourcesUnauthorized handles this case with default header values.
Unauthorized
func NewGetAutoscalingV2beta1APIResourcesUnauthorized ¶
func NewGetAutoscalingV2beta1APIResourcesUnauthorized() *GetAutoscalingV2beta1APIResourcesUnauthorized
NewGetAutoscalingV2beta1APIResourcesUnauthorized creates a GetAutoscalingV2beta1APIResourcesUnauthorized with default headers values
func (*GetAutoscalingV2beta1APIResourcesUnauthorized) Error ¶
func (o *GetAutoscalingV2beta1APIResourcesUnauthorized) Error() string
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK ¶
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscalerList
}
ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK handles this case with default header values.
OK
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK creates a ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK with default headers values
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK) Error ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK) Error() string
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK) GetPayload ¶
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams ¶
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces operation typically these are written to a http.Request
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized.
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContext ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContext(ctx context.Context)
SetContext adds the context to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContinue ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLimit ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetPretty ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetWatch ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetWatch(watch *bool)
SetWatch adds the watch to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContext ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContext(ctx context.Context) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithContext adds the context to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContinue ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContinue(continueVar *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithContinue adds the continueVar to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithFieldSelector adds the fieldSelector to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithHTTPClient adds the HTTPClient to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithLabelSelector adds the labelSelector to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLimit ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLimit(limit *int64) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithLimit adds the limit to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithPretty ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithPretty(pretty *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithPretty adds the pretty to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithResourceVersion adds the resourceVersion to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithTimeout adds the timeout to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithWatch ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithWatch(watch *bool) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams
WithWatch adds the watch to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader ¶
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader struct {
// contains filtered or unexported fields
}
ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader is a Reader for the ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces structure.
func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader) ReadResponse ¶
func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized ¶
type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized struct { }
ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized handles this case with default header values.
Unauthorized
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized ¶
func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized
NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized creates a ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized with default headers values
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscalerList
}
ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
SetWatch adds the watch to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithWatch adds the watch to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body models.IoK8sApimachineryPkgApisMetaV1Patch /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */ FieldManager *string /*Force Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */ Force *bool /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetForce ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetForce(force *bool)
SetForce adds the force to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithForce ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithForce(force *bool) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithForce adds the force to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct { /*Body*/ Body models.IoK8sApimachineryPkgApisMetaV1Patch /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */ FieldManager *string /*Force Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */ Force *bool /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetForce ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetForce(force *bool)
SetForce adds the force to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithBody adds the body to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithDryRun adds the dryRun to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithFieldManager adds the fieldManager to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithForce ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithForce(force *bool) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithForce adds the force to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*Exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. */ Exact *bool /*Export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. */ Export *bool /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExact ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExact(exact *bool)
SetExact adds the exact to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExport ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExport(export *bool)
SetExport adds the export to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExact ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExact(exact *bool) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithExact adds the exact to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExport ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExport(export *bool) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithExport adds the export to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the read autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct { /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the read autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.
Created
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated with default headers values
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error() string
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) GetPayload ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
SetBody adds the body to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated handles this case with default header values.
Created
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated with default headers values
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated) GetPayload ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler)
SetBody adds the body to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithBody adds the body to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithDryRun adds the dryRun to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithFieldManager adds the fieldManager to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK ¶
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK creates a WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK with default headers values
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK) Error ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK) Error() string
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK) GetPayload ¶
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams ¶
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized.
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContext ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContext ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithContext adds the context to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithContinue adds the continueVar to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithLimit adds the limit to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithPretty adds the pretty to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithTimeout adds the timeout to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams
WithWatch adds the watch to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader ¶
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader is a Reader for the WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces structure.
func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized ¶
type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized struct { }
WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized ¶
func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized
NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized creates a WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized with default headers values
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK with default headers values
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK) Error ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK) Error() string
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK) GetPayload ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized.
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContext ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContinue ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLimit ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetNamespace ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetPretty ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetWatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContext ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithContext adds the context to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContinue ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithContinue adds the continueVar to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLimit ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithLimit adds the limit to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithNamespace ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithNamespace(namespace string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithNamespace adds the namespace to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithPretty ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithWatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams
WithWatch adds the watch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader is a Reader for the WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList structure.
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized struct { }
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized with default headers values
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error() string
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Name name of the HorizontalPodAutoscaler */ Name string /*Namespace object name and auth scope, such as for teams and projects */ Namespace string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName(name string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams
WithWatch adds the watch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct { }
WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized
NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
Source Files ¶
- autoscaling_v2beta1_client.go
- create_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- create_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- delete_autoscaling_v2beta1_collection_namespaced_horizontal_pod_autoscaler_parameters.go
- delete_autoscaling_v2beta1_collection_namespaced_horizontal_pod_autoscaler_responses.go
- delete_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- delete_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- get_autoscaling_v2beta1_api_resources_parameters.go
- get_autoscaling_v2beta1_api_resources_responses.go
- list_autoscaling_v2beta1_horizontal_pod_autoscaler_for_all_namespaces_parameters.go
- list_autoscaling_v2beta1_horizontal_pod_autoscaler_for_all_namespaces_responses.go
- list_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- list_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- patch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- patch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- patch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_parameters.go
- patch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_responses.go
- read_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- read_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- read_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_parameters.go
- read_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_responses.go
- replace_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- replace_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go
- replace_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_parameters.go
- replace_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_status_responses.go
- watch_autoscaling_v2beta1_horizontal_pod_autoscaler_list_for_all_namespaces_parameters.go
- watch_autoscaling_v2beta1_horizontal_pod_autoscaler_list_for_all_namespaces_responses.go
- watch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_list_parameters.go
- watch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_list_responses.go
- watch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_parameters.go
- watch_autoscaling_v2beta1_namespaced_horizontal_pod_autoscaler_responses.go