autoscaling_v2beta2

package
v0.0.0-...-1e5aeb1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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) DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler

DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler delete collection of HorizontalPodAutoscaler

func (*Client) DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler delete a HorizontalPodAutoscaler

func (*Client) GetAutoscalingV2beta2APIResources

func (a *Client) GetAutoscalingV2beta2APIResources(params *GetAutoscalingV2beta2APIResourcesParams) (*GetAutoscalingV2beta2APIResourcesOK, error)

GetAutoscalingV2beta2APIResources get available resources

func (*Client) ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces

ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces list or watch objects of kind HorizontalPodAutoscaler

func (*Client) ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

ListAutoscalingV2beta2NamespacedHorizontalPodAutoscaler list or watch objects of kind HorizontalPodAutoscaler

func (*Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler partially update the specified HorizontalPodAutoscaler

func (*Client) PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus

PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus partially update status of the specified HorizontalPodAutoscaler

func (*Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscaler read the specified HorizontalPodAutoscaler

func (*Client) ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus

ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus read status of the specified HorizontalPodAutoscaler

func (*Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler replace the specified HorizontalPodAutoscaler

func (*Client) ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus

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

WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespaces watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.

func (*Client) WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler

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

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 (*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 (*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 (*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

SetBody adds the body to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext

SetContext adds the context to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun

SetDryRun adds the dryRun to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager

SetFieldManager adds the fieldManager to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody

WithBody adds the body to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun

WithDryRun adds the dryRun to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager

WithFieldManager adds the fieldManager to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the create autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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

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 (*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

SetBody adds the body to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContext

SetContext adds the context to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue

SetContinue adds the continue to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun

SetDryRun adds the dryRun to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector

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

SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit

SetLimit adds the limit to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace

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

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

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

SetTimeout adds the timeout to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithBody

WithBody adds the body to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue

WithContinue adds the continueVar to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun

WithDryRun adds the dryRun to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit

WithLimit adds the limit to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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

func (*DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerUnauthorized) Error

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 (*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 (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload

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

SetBody adds the body to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext

SetContext adds the context to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun

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

SetHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName

SetName adds the name to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

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

SetTimeout adds the timeout to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody

WithBody adds the body to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun

WithDryRun adds the dryRun to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName

WithName adds the name to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the delete autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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

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 (*GetAutoscalingV2beta2APIResourcesOK) GetPayload

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

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

WithContext adds the context to the get autoscaling v2beta2 API resources params

func (*GetAutoscalingV2beta2APIResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get autoscaling v2beta2 API resources params

func (*GetAutoscalingV2beta2APIResourcesParams) WithTimeout

WithTimeout adds the timeout to the get autoscaling v2beta2 API resources params

func (*GetAutoscalingV2beta2APIResourcesParams) WriteToRequest

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

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 (*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

SetContext adds the context to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetContinue

SetContinue adds the continue to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetLimit

SetLimit adds the limit to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) SetPretty

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

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

SetWatch adds the watch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContext

WithContext adds the context to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithContinue

WithContinue adds the continueVar to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithLimit

WithLimit adds the limit to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithPretty

WithPretty adds the pretty to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout

WithTimeout adds the timeout to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WithWatch

WithWatch adds the watch to the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest

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

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

func (*ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesUnauthorized) Error

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 (*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

SetContext adds the context to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue

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

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

SetLimit adds the limit to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

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

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

SetWatch adds the watch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue

WithContinue adds the continueVar to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit

WithLimit adds the limit to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch

WithWatch adds the watch to the list autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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

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 (*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

SetBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext

SetContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun

SetDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetForce

SetForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName

SetName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody

WithBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun

WithDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithForce

WithForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName

WithName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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 (*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

SetBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext

SetContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun

SetDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetForce

SetForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName

SetName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

SetNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

SetPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

SetTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody

WithBody adds the body to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext

WithContext adds the context to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun

WithDryRun adds the dryRun to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithForce

WithForce adds the force to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName

WithName adds the name to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

WithNamespace adds the namespace to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

WithPretty adds the pretty to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

WithTimeout adds the timeout to the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

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

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

func (*PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

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

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 (*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

SetContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExact

SetExact adds the exact to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetExport

SetExport adds the export to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName

SetName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExact

WithExact adds the exact to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithExport

WithExport adds the export to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName

WithName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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 (*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

SetContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName

SetName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

SetNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

SetPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

SetTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext

WithContext adds the context to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName

WithName adds the name to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

WithNamespace adds the namespace to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

WithPretty adds the pretty to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

WithTimeout adds the timeout to the read autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

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

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

func (*ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

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

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 (*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 (*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

SetBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContext

SetContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetDryRun

SetDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName

SetName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithBody

WithBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithDryRun

WithDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName

WithName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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) Error

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 (*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

SetBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetContext

SetContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun

SetDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetName

SetName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

SetNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

SetPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

SetTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithBody

WithBody adds the body to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithContext

WithContext adds the context to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun

WithDryRun adds the dryRun to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithName

WithName adds the name to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

WithNamespace adds the namespace to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

WithPretty adds the pretty to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

WithTimeout adds the timeout to the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status params

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

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

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

func (*ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

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

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 (*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

SetContext adds the context to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue

SetContinue adds the continue to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit

SetLimit adds the limit to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty

SetPretty adds the pretty to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion

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

SetTimeout adds the timeout to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch

SetWatch adds the watch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContext

WithContext adds the context to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue

WithContinue adds the continueVar to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit

WithLimit adds the limit to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty

WithPretty adds the pretty to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout

WithTimeout adds the timeout to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch

WithWatch adds the watch to the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest

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

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

func (*WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesUnauthorized) Error

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 (*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

SetContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetContinue

SetContinue adds the continue to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetLimit

SetLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetNamespace

SetNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) SetPretty

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

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

SetWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContext

WithContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithContinue

WithContinue adds the continueVar to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithLimit

WithLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithNamespace

WithNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithPretty

WithPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeout

WithTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WithWatch

WithWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListParams) WriteToRequest

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

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

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListUnauthorized) Error

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 (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerOK) GetPayload

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

SetContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetContinue

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

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

SetLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetName

SetName adds the name to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) SetPretty

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

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

SetWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContext

WithContext adds the context to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithContinue

WithContinue adds the continueVar to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithLimit

WithLimit adds the limit to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithName

WithName adds the name to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithNamespace

WithNamespace adds the namespace to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithPretty

WithPretty adds the pretty to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeout

WithTimeout adds the timeout to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WithWatch

WithWatch adds the watch to the watch autoscaling v2beta2 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerParams) WriteToRequest

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

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL