Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(...) (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) GetAutoscalingV2beta2APIResources(params *GetAutoscalingV2beta2APIResourcesParams) (*GetAutoscalingV2beta2APIResourcesOK, error)
- func (a *Client) ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK, error)
- func (a *Client) ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error)
- func (a *Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error)
- func (a *Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, ...)
- func (a *Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces(...) (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK, error)
- func (a *Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
- func (a *Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK, error)
- type ClientService
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK
- type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader
- type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized
- type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted
- type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type GetAutoscalingV2beta2APIResourcesOK
- type GetAutoscalingV2beta2APIResourcesParams
- func NewGetAutoscalingV2beta2APIResourcesParams() *GetAutoscalingV2beta2APIResourcesParams
- func NewGetAutoscalingV2beta2APIResourcesParamsWithContext(ctx context.Context) *GetAutoscalingV2beta2APIResourcesParams
- func NewGetAutoscalingV2beta2APIResourcesParamsWithHTTPClient(client *http.Client) *GetAutoscalingV2beta2APIResourcesParams
- func NewGetAutoscalingV2beta2APIResourcesParamsWithTimeout(timeout time.Duration) *GetAutoscalingV2beta2APIResourcesParams
- func (o *GetAutoscalingV2beta2APIResourcesParams) SetContext(ctx context.Context)
- func (o *GetAutoscalingV2beta2APIResourcesParams) SetHTTPClient(client *http.Client)
- func (o *GetAutoscalingV2beta2APIResourcesParams) SetTimeout(timeout time.Duration)
- func (o *GetAutoscalingV2beta2APIResourcesParams) WithContext(ctx context.Context) *GetAutoscalingV2beta2APIResourcesParams
- func (o *GetAutoscalingV2beta2APIResourcesParams) WithHTTPClient(client *http.Client) *GetAutoscalingV2beta2APIResourcesParams
- func (o *GetAutoscalingV2beta2APIResourcesParams) WithTimeout(timeout time.Duration) *GetAutoscalingV2beta2APIResourcesParams
- func (o *GetAutoscalingV2beta2APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAutoscalingV2beta2APIResourcesReader
- type GetAutoscalingV2beta2APIResourcesUnauthorized
- type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK
- type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams() *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithContext(ctx context.Context) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContext(ctx context.Context)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContinue(continueVar *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient(client *http.Client)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector(labelSelector *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLimit(limit *int64)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetPretty(pretty *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout(timeout time.Duration)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetWatch(watch *bool)
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContext(ctx context.Context) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContinue(continueVar *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLimit(limit *int64) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithPretty(pretty *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithWatch(watch *bool) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
- func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader
- type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized
- type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetForce(force *bool)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithForce(force *bool) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetForce(force *bool)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithForce(force *bool) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExact(exact *bool)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExport(export *bool)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExact(exact *bool) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExport(export *bool) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
- func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
- type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
- type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK
- type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams() *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
- func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader
- type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetNamespace(namespace string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithNamespace(namespace string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
- func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader
- type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
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 v2beta2 API
func (*Client) CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated, *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted, error)
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler create a HorizontalPodAutoscaler
func (*Client) DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler ¶
func (a *Client) DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK, error)
DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler delete collection of HorizontalPodAutoscaler
func (*Client) DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted, error)
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler delete a HorizontalPodAutoscaler
func (*Client) GetAutoscalingV2beta2APIResources ¶
func (a *Client) GetAutoscalingV2beta2APIResources(params *GetAutoscalingV2beta2APIResourcesParams) (*GetAutoscalingV2beta2APIResourcesOK, error)
GetAutoscalingV2beta2APIResources get available resources
func (*Client) ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces ¶
func (a *Client) ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK, error)
ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces list or watch objects of kind HorizontalPodAutoscaler
func (*Client) ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler list or watch objects of kind HorizontalPodAutoscaler
func (*Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler partially update the specified HorizontalPodAutoscaler
func (*Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error)
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus partially update status of the specified HorizontalPodAutoscaler
func (*Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler read the specified HorizontalPodAutoscaler
func (*Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error)
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus read status of the specified HorizontalPodAutoscaler
func (*Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated, error)
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler replace the specified HorizontalPodAutoscaler
func (*Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus ¶
func (a *Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated, error)
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus 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) WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces ¶
func (a *Client) WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces(params *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK, error)
WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
func (*Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler ¶
func (a *Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error)
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler 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) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList ¶
func (a *Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK, error)
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.
type ClientService ¶
type ClientService interface { CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated, *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted, error) DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK, error) DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted, error) GetAutoscalingV2beta2APIResources(params *GetAutoscalingV2beta2APIResourcesParams) (*GetAutoscalingV2beta2APIResourcesOK, error) ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK, error) ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, error) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated, error) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK, *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated, error) WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces(params *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK, error) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK, error) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK, 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 v2beta2 API client.
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.
Accepted
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted creates a CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted with default headers values
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) Error ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) Error() string
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) GetPayload ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.
Created
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated creates a CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated with default headers values
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) Error ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) Error() string
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) GetPayload ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler /*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 }
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the create autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
SetBody adds the body to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewCreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK ¶
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK with default headers values
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK) Error() string
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams ¶
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams 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 }
DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader ¶
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler structure.
func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized ¶
type DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized struct { }
DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized
NewDeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized with default headers values
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.
Accepted
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted() *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted creates a DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted with default headers values
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) Error ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) Error() string
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerAccepted) GetPayload ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1Status
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams 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 }
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents(orphanDependents *bool) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewDeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type GetAutoscalingV2beta2APIResourcesOK ¶
type GetAutoscalingV2beta2APIResourcesOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}
GetAutoscalingV2beta2APIResourcesOK handles this case with default header values.
OK
func NewGetAutoscalingV2beta2APIResourcesOK ¶
func NewGetAutoscalingV2beta2APIResourcesOK() *GetAutoscalingV2beta2APIResourcesOK
NewGetAutoscalingV2beta2APIResourcesOK creates a GetAutoscalingV2beta2APIResourcesOK with default headers values
func (*GetAutoscalingV2beta2APIResourcesOK) Error ¶
func (o *GetAutoscalingV2beta2APIResourcesOK) Error() string
func (*GetAutoscalingV2beta2APIResourcesOK) GetPayload ¶
func (o *GetAutoscalingV2beta2APIResourcesOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
type GetAutoscalingV2beta2APIResourcesParams ¶
type GetAutoscalingV2beta2APIResourcesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAutoscalingV2beta2APIResourcesParams contains all the parameters to send to the API endpoint for the get autoscaling v2beta2 API resources operation typically these are written to a http.Request
func NewGetAutoscalingV2beta2APIResourcesParams ¶
func NewGetAutoscalingV2beta2APIResourcesParams() *GetAutoscalingV2beta2APIResourcesParams
NewGetAutoscalingV2beta2APIResourcesParams creates a new GetAutoscalingV2beta2APIResourcesParams object with the default values initialized.
func NewGetAutoscalingV2beta2APIResourcesParamsWithContext ¶
func NewGetAutoscalingV2beta2APIResourcesParamsWithContext(ctx context.Context) *GetAutoscalingV2beta2APIResourcesParams
NewGetAutoscalingV2beta2APIResourcesParamsWithContext creates a new GetAutoscalingV2beta2APIResourcesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAutoscalingV2beta2APIResourcesParamsWithHTTPClient ¶
func NewGetAutoscalingV2beta2APIResourcesParamsWithHTTPClient(client *http.Client) *GetAutoscalingV2beta2APIResourcesParams
NewGetAutoscalingV2beta2APIResourcesParamsWithHTTPClient creates a new GetAutoscalingV2beta2APIResourcesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAutoscalingV2beta2APIResourcesParamsWithTimeout ¶
func NewGetAutoscalingV2beta2APIResourcesParamsWithTimeout(timeout time.Duration) *GetAutoscalingV2beta2APIResourcesParams
NewGetAutoscalingV2beta2APIResourcesParamsWithTimeout creates a new GetAutoscalingV2beta2APIResourcesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAutoscalingV2beta2APIResourcesParams) SetContext ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) SetContext(ctx context.Context)
SetContext adds the context to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) SetHTTPClient ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) SetTimeout ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) WithContext ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) WithContext(ctx context.Context) *GetAutoscalingV2beta2APIResourcesParams
WithContext adds the context to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) WithHTTPClient ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) WithHTTPClient(client *http.Client) *GetAutoscalingV2beta2APIResourcesParams
WithHTTPClient adds the HTTPClient to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) WithTimeout ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) WithTimeout(timeout time.Duration) *GetAutoscalingV2beta2APIResourcesParams
WithTimeout adds the timeout to the get autoscaling v2beta2 API resources params
func (*GetAutoscalingV2beta2APIResourcesParams) WriteToRequest ¶
func (o *GetAutoscalingV2beta2APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAutoscalingV2beta2APIResourcesReader ¶
type GetAutoscalingV2beta2APIResourcesReader struct {
// contains filtered or unexported fields
}
GetAutoscalingV2beta2APIResourcesReader is a Reader for the GetAutoscalingV2beta2APIResources structure.
func (*GetAutoscalingV2beta2APIResourcesReader) ReadResponse ¶
func (o *GetAutoscalingV2beta2APIResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAutoscalingV2beta2APIResourcesUnauthorized ¶
type GetAutoscalingV2beta2APIResourcesUnauthorized struct { }
GetAutoscalingV2beta2APIResourcesUnauthorized handles this case with default header values.
Unauthorized
func NewGetAutoscalingV2beta2APIResourcesUnauthorized ¶
func NewGetAutoscalingV2beta2APIResourcesUnauthorized() *GetAutoscalingV2beta2APIResourcesUnauthorized
NewGetAutoscalingV2beta2APIResourcesUnauthorized creates a GetAutoscalingV2beta2APIResourcesUnauthorized with default headers values
func (*GetAutoscalingV2beta2APIResourcesUnauthorized) Error ¶
func (o *GetAutoscalingV2beta2APIResourcesUnauthorized) Error() string
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK ¶
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscalerList
}
ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK handles this case with default header values.
OK
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK() *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK creates a ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK with default headers values
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK) Error ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK) Error() string
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesOK) GetPayload ¶
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams ¶
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams 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 }
ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces operation typically these are written to a http.Request
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams() *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams creates a new ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized.
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithContext ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithContext(ctx context.Context) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithContext creates a new ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient creates a new ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout creates a new ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContext ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContext(ctx context.Context)
SetContext adds the context to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContinue ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLimit ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetPretty ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetWatch ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetWatch(watch *bool)
SetWatch adds the watch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContext ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContext(ctx context.Context) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithContext adds the context to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContinue ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContinue(continueVar *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithContinue adds the continueVar to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithFieldSelector adds the fieldSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithHTTPClient adds the HTTPClient to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithLabelSelector adds the labelSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLimit ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLimit(limit *int64) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithLimit adds the limit to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithPretty ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithPretty(pretty *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithPretty adds the pretty to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithResourceVersion adds the resourceVersion to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithTimeout adds the timeout to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithWatch ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithWatch(watch *bool) *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams
WithWatch adds the watch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader ¶
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader struct {
// contains filtered or unexported fields
}
ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader is a Reader for the ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces structure.
func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader) ReadResponse ¶
func (o *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized ¶
type ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized struct { }
ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized handles this case with default header values.
Unauthorized
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized ¶
func NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized() *ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized
NewListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized creates a ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized with default headers values
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscalerList
}
ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams 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 }
ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
SetWatch adds the watch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithWatch adds the watch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams 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 }
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetForce ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetForce(force *bool)
SetForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithForce ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithForce(force *bool) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK creates a PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams 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 }
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetForce ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetForce(force *bool)
SetForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithForce ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithForce(force *bool) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus structure.
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewPatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams 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 }
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExact ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExact(exact *bool)
SetExact adds the exact to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExport ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExport(export *bool)
SetExport adds the export to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExact ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExact(exact *bool) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithExact adds the exact to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExport ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExport(export *bool) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithExport adds the export to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK creates a ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams 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 }
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta2 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus structure.
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.
Created
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated with default headers values
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) Error ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) Error() string
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerCreated) GetPayload ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler /*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 }
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
SetBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated handles this case with default header values.
Created
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated with default headers values
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusCreated) GetPayload ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK struct {
Payload *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.
OK
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK with default headers values
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) Error() string
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusOK) GetPayload ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams struct { /*Body*/ Body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler /*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 }
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler)
SetBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName(name string)
SetName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody(body *models.IoK8sAPIAutoscalingV2beta2HorizontalPodAutoscaler) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext(ctx context.Context) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun(dryRun *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager(fieldManager *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName(name string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace(namespace string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty(pretty *string) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams
WithTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader struct {
// contains filtered or unexported fields
}
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus structure.
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized struct { }
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK ¶
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK() *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK creates a WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK with default headers values
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK) Error ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK) Error() string
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesOK) GetPayload ¶
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams ¶
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams 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 }
WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams() *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams creates a new WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized.
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithContext ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithContext creates a new WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient creates a new WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout creates a new WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContext ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContext ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithContext adds the context to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithContinue adds the continueVar to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithLimit adds the limit to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithPretty adds the pretty to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithTimeout adds the timeout to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams
WithWatch adds the watch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader ¶
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader is a Reader for the WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces structure.
func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized ¶
type WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized struct { }
WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized ¶
func NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized() *WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized
NewWatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized creates a WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized with default headers values
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK creates a WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK with default headers values
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK) Error ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK) Error() string
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListOK) GetPayload ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams 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 }
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams object with the default values initialized.
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithContext ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithContext creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithTimeout ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParamsWithTimeout creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContext ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContinue ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLimit ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetNamespace ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetPretty ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetWatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContext ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContinue ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithContinue adds the continueVar to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLimit ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithNamespace ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithNamespace(namespace string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithPretty ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithWatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams
WithWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader is a Reader for the WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerList structure.
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized struct { }
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized creates a WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized with default headers values
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK handles this case with default header values.
OK
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK creates a WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK with default headers values
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) Error() string
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams 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 }
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta2 namespaced horizontal pod autoscaler operation typically these are written to a http.Request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized.
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithContext creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext(ctx context.Context)
SetContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName(name string)
SetName adds the name to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext(ctx context.Context) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue(continueVar *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithContinue adds the continueVar to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector(fieldSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient(client *http.Client) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector(labelSelector *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit(limit *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName(name string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithName adds the name to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace(namespace string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty(pretty *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion(resourceVersion *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout(timeout time.Duration) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch(watch *bool) *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams
WithWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader struct {
// contains filtered or unexported fields
}
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader is a Reader for the WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler structure.
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
type WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized struct { }
WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized ¶
func NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized() *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized
NewWatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized creates a WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized with default headers values
func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error ¶
func (o *WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerUnauthorized) Error() string
Source Files ¶
- autoscaling_v2beta2_client.go
- create_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- create_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- delete_autoscaling_v2beta2_collection_namespaced_horizontal_pod_autoscaler_parameters.go
- delete_autoscaling_v2beta2_collection_namespaced_horizontal_pod_autoscaler_responses.go
- delete_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- delete_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- get_autoscaling_v2beta2_api_resources_parameters.go
- get_autoscaling_v2beta2_api_resources_responses.go
- list_autoscaling_v2beta2_horizontal_pod_autoscaler_for_all_namespaces_parameters.go
- list_autoscaling_v2beta2_horizontal_pod_autoscaler_for_all_namespaces_responses.go
- list_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- list_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- patch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- patch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- patch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_parameters.go
- patch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_responses.go
- read_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- read_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- read_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_parameters.go
- read_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_responses.go
- replace_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- replace_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go
- replace_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_parameters.go
- replace_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_status_responses.go
- watch_autoscaling_v2beta2_horizontal_pod_autoscaler_list_for_all_namespaces_parameters.go
- watch_autoscaling_v2beta2_horizontal_pod_autoscaler_list_for_all_namespaces_responses.go
- watch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_list_parameters.go
- watch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_list_responses.go
- watch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_parameters.go
- watch_autoscaling_v2beta2_namespaced_horizontal_pod_autoscaler_responses.go