autoscaling_v2beta1

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 v2beta1 API

func (*Client) DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler

DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler delete collection of HorizontalPodAutoscaler

func (*Client) DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler delete a HorizontalPodAutoscaler

func (*Client) GetAutoscalingV2beta1APIResources

func (a *Client) GetAutoscalingV2beta1APIResources(params *GetAutoscalingV2beta1APIResourcesParams) (*GetAutoscalingV2beta1APIResourcesOK, error)

GetAutoscalingV2beta1APIResources get available resources

func (*Client) ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces

ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces list or watch objects of kind HorizontalPodAutoscaler

func (*Client) ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler list or watch objects of kind HorizontalPodAutoscaler

func (*Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler partially update the specified HorizontalPodAutoscaler

func (*Client) PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus partially update status of the specified HorizontalPodAutoscaler

func (*Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler read the specified HorizontalPodAutoscaler

func (*Client) ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus read status of the specified HorizontalPodAutoscaler

func (*Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler replace the specified HorizontalPodAutoscaler

func (*Client) ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus replace status of the specified HorizontalPodAutoscaler

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces

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

func (*Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.

func (*Client) WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList

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

type ClientService

type ClientService interface {
	CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error)

	DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK, error)

	DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted, error)

	GetAutoscalingV2beta1APIResources(params *GetAutoscalingV2beta1APIResourcesParams) (*GetAutoscalingV2beta1APIResourcesOK, error)

	ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces(params *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK, error)

	ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)

	PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)

	PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)

	ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)

	ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, error)

	ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated, error)

	ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus(params *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK, *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated, error)

	WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces(params *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK, error)

	WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK, error)

	WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList(params *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new autoscaling v2beta1 API client.

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.

Accepted

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted with default headers values

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) GetPayload

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.

Created

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated with default headers values

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) GetPayload

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*Body*/
	Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldManager
	  fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

	*/
	FieldManager *string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the create autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewCreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK with default headers values

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK) Error

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerOK) GetPayload

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams struct {

	/*Body*/
	Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*GracePeriodSeconds
	  The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

	*/
	GracePeriodSeconds *int64
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*OrphanDependents
	  Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

	*/
	OrphanDependents *bool
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*PropagationPolicy
	  Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

	*/
	PropagationPolicy *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetBody

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetContinue

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetDryRun

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds

func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLabelSelector

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetLimit

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents

func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)

SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy

func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)

SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersion

SetResourceVersion adds the resourceVersion to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch

func (o *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithBody

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithContinue

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithDryRun

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithFieldSelector

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLabelSelector

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithLimit

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithOrphanDependents

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersion

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

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

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscaler structure.

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized

type DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized struct {
}

DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized

func NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized

NewDeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerUnauthorized) Error

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted handles this case with default header values.

Accepted

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted with default headers values

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) Error

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerAccepted) GetPayload

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*Body*/
	Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*GracePeriodSeconds
	  The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

	*/
	GracePeriodSeconds *int64
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*OrphanDependents
	  Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

	*/
	OrphanDependents *bool
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*PropagationPolicy
	  Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

	*/
	PropagationPolicy *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the delete autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds

func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

SetNamespace adds the namespace to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents

func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetOrphanDependents(orphanDependents *bool)

SetOrphanDependents adds the orphanDependents to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy

func (o *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPropagationPolicy(propagationPolicy *string)

SetPropagationPolicy adds the propagationPolicy to the delete autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithGracePeriodSeconds

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithOrphanDependents

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPropagationPolicy

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewDeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type GetAutoscalingV2beta1APIResourcesOK

type GetAutoscalingV2beta1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetAutoscalingV2beta1APIResourcesOK handles this case with default header values.

OK

func NewGetAutoscalingV2beta1APIResourcesOK

func NewGetAutoscalingV2beta1APIResourcesOK() *GetAutoscalingV2beta1APIResourcesOK

NewGetAutoscalingV2beta1APIResourcesOK creates a GetAutoscalingV2beta1APIResourcesOK with default headers values

func (*GetAutoscalingV2beta1APIResourcesOK) Error

func (*GetAutoscalingV2beta1APIResourcesOK) GetPayload

type GetAutoscalingV2beta1APIResourcesParams

type GetAutoscalingV2beta1APIResourcesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAutoscalingV2beta1APIResourcesParams contains all the parameters to send to the API endpoint for the get autoscaling v2beta1 API resources operation typically these are written to a http.Request

func NewGetAutoscalingV2beta1APIResourcesParams

func NewGetAutoscalingV2beta1APIResourcesParams() *GetAutoscalingV2beta1APIResourcesParams

NewGetAutoscalingV2beta1APIResourcesParams creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized.

func NewGetAutoscalingV2beta1APIResourcesParamsWithContext

func NewGetAutoscalingV2beta1APIResourcesParamsWithContext(ctx context.Context) *GetAutoscalingV2beta1APIResourcesParams

NewGetAutoscalingV2beta1APIResourcesParamsWithContext creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient

func NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAutoscalingV2beta1APIResourcesParams

NewGetAutoscalingV2beta1APIResourcesParamsWithHTTPClient creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout

func NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAutoscalingV2beta1APIResourcesParams

NewGetAutoscalingV2beta1APIResourcesParamsWithTimeout creates a new GetAutoscalingV2beta1APIResourcesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAutoscalingV2beta1APIResourcesParams) SetContext

SetContext adds the context to the get autoscaling v2beta1 API resources params

func (*GetAutoscalingV2beta1APIResourcesParams) SetHTTPClient

func (o *GetAutoscalingV2beta1APIResourcesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get autoscaling v2beta1 API resources params

func (*GetAutoscalingV2beta1APIResourcesParams) SetTimeout

func (o *GetAutoscalingV2beta1APIResourcesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get autoscaling v2beta1 API resources params

func (*GetAutoscalingV2beta1APIResourcesParams) WithContext

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

func (*GetAutoscalingV2beta1APIResourcesParams) WithHTTPClient

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

func (*GetAutoscalingV2beta1APIResourcesParams) WithTimeout

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

func (*GetAutoscalingV2beta1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoscalingV2beta1APIResourcesReader

type GetAutoscalingV2beta1APIResourcesReader struct {
	// contains filtered or unexported fields
}

GetAutoscalingV2beta1APIResourcesReader is a Reader for the GetAutoscalingV2beta1APIResources structure.

func (*GetAutoscalingV2beta1APIResourcesReader) ReadResponse

func (o *GetAutoscalingV2beta1APIResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAutoscalingV2beta1APIResourcesUnauthorized

type GetAutoscalingV2beta1APIResourcesUnauthorized struct {
}

GetAutoscalingV2beta1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetAutoscalingV2beta1APIResourcesUnauthorized

func NewGetAutoscalingV2beta1APIResourcesUnauthorized() *GetAutoscalingV2beta1APIResourcesUnauthorized

NewGetAutoscalingV2beta1APIResourcesUnauthorized creates a GetAutoscalingV2beta1APIResourcesUnauthorized with default headers values

func (*GetAutoscalingV2beta1APIResourcesUnauthorized) Error

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscalerList
}

ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK handles this case with default header values.

OK

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK creates a ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK with default headers values

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK) Error

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesOK) GetPayload

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams struct {

	/*AllowWatchBookmarks
	  allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

	*/
	AllowWatchBookmarks *bool
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64
	/*Watch
	  Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

	*/
	Watch *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces operation typically these are written to a http.Request

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized.

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithContext creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithHTTPClient creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParamsWithTimeout creates a new ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks

func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContext

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetContinue

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetFieldSelector

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetHTTPClient

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLabelSelector

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetLimit

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetPretty

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion

func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch

func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces params

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeout

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds

func (o *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetTimeoutSeconds(timeoutSeconds *int64)

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) SetWatch

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithAllowWatchBookmarks

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContext

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithContinue

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithFieldSelector

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithHTTPClient

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLabelSelector

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithLimit

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithPretty

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersion

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithResourceVersionMatch

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeout

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithTimeoutSeconds

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WithWatch

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

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader struct {
	// contains filtered or unexported fields
}

ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader is a Reader for the ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces structure.

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized

type ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized struct {
}

ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized handles this case with default header values.

Unauthorized

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized

func NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized() *ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized

NewListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized creates a ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized with default headers values

func (*ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesUnauthorized) Error

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscalerList
}

ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*AllowWatchBookmarks
	  allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

	*/
	AllowWatchBookmarks *bool
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64
	/*Watch
	  Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

	*/
	Watch *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the list autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds

func (o *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)

SetTimeoutSeconds adds the timeoutSeconds to the list autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch

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

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ListAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*Body*/
	Body models.IoK8sApimachineryPkgApisMetaV1Patch
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldManager
	  fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

	*/
	FieldManager *string
	/*Force
	  Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

	*/
	Force *bool
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetForce

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithForce

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.

OK

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct {

	/*Body*/
	Body models.IoK8sApimachineryPkgApisMetaV1Patch
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldManager
	  fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

	*/
	FieldManager *string
	/*Force
	  Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

	*/
	Force *bool
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetForce

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithForce

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

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

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
	// contains filtered or unexported fields
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct {
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewPatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*Exact
	  Should the export be exact.  Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.

	*/
	Exact *bool
	/*Export
	  Should this value be exported.  Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

	*/
	Export *bool
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExact

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetExport

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExact

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithExport

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.

OK

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct {

	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the read autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

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

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
	// contains filtered or unexported fields
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct {
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated handles this case with default header values.

Created

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) Error

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerCreated) GetPayload

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*Body*/
	Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldManager
	  fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

	*/
	FieldManager *string
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetBody

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetDryRun

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldManager

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithBody

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithDryRun

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldManager

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated handles this case with default header values.

Created

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated) Error

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusCreated) GetPayload

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK struct {
	Payload *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK handles this case with default header values.

OK

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) Error

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusOK) GetPayload

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams struct {

	/*Body*/
	Body *models.IoK8sAPIAutoscalingV2beta1HorizontalPodAutoscaler
	/*DryRun
	  When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

	*/
	DryRun *string
	/*FieldManager
	  fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

	*/
	FieldManager *string
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams contains all the parameters to send to the API endpoint for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status operation typically these are written to a http.Request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized.

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext(ctx context.Context) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithContext creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient(client *http.Client) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithHTTPClient creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout(timeout time.Duration) *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParamsWithTimeout creates a new ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetBody

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetContext

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetDryRun

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetFieldManager

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetHTTPClient

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetName

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetNamespace

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetPretty

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) SetTimeout

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithBody

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithContext

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithDryRun

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithFieldManager

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithHTTPClient

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithName

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithNamespace

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithPretty

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WithTimeout

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

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader struct {
	// contains filtered or unexported fields
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader is a Reader for the ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus structure.

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized struct {
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusUnauthorized) Error

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK handles this case with default header values.

OK

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK creates a WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK with default headers values

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK) Error

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesOK) GetPayload

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams struct {

	/*AllowWatchBookmarks
	  allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

	*/
	AllowWatchBookmarks *bool
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64
	/*Watch
	  Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

	*/
	Watch *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces operation typically these are written to a http.Request

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized.

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithContext creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a context for a request

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithHTTPClient creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParamsWithTimeout creates a new WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams object with the default values initialized, and the ability to set a timeout on a request

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks

func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContext

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetContinue

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetFieldSelector

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetHTTPClient

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLabelSelector

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetLimit

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetPretty

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersion

SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch

func (o *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces params

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeout

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetTimeoutSeconds

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) SetWatch

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithAllowWatchBookmarks

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContext

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithContinue

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithFieldSelector

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithHTTPClient

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLabelSelector

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithLimit

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithPretty

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersion

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithResourceVersionMatch

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeout

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithTimeoutSeconds

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WithWatch

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

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader struct {
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader is a Reader for the WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces structure.

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized

type WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized struct {
}

WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized

func NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized() *WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized

NewWatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized creates a WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized with default headers values

func (*WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesUnauthorized) Error

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK handles this case with default header values.

OK

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK with default headers values

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK) Error

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListOK) GetPayload

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams struct {

	/*AllowWatchBookmarks
	  allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

	*/
	AllowWatchBookmarks *bool
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64
	/*Watch
	  Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

	*/
	Watch *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list operation typically these are written to a http.Request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized.

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithContext creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a context for a request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithHTTPClient creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParamsWithTimeout creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams object with the default values initialized, and the ability to set a timeout on a request

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContext

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetContinue

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetFieldSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetHTTPClient

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLabelSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetLimit

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetNamespace

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetPretty

SetPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeout

SetTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetTimeoutSeconds(timeoutSeconds *int64)

SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) SetWatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithAllowWatchBookmarks

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContext

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithContinue

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithFieldSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithHTTPClient

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLabelSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithLimit

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithNamespace

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithPretty

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersion

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithResourceVersionMatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeout

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithTimeoutSeconds

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WithWatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader struct {
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader is a Reader for the WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerList structure.

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized struct {
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized with default headers values

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListUnauthorized) Error

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK handles this case with default header values.

OK

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK with default headers values

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) Error

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerOK) GetPayload

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams struct {

	/*AllowWatchBookmarks
	  allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

	*/
	AllowWatchBookmarks *bool
	/*Continue
	  The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key".

	This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

	*/
	Continue *string
	/*FieldSelector
	  A selector to restrict the list of returned objects by their fields. Defaults to everything.

	*/
	FieldSelector *string
	/*LabelSelector
	  A selector to restrict the list of returned objects by their labels. Defaults to everything.

	*/
	LabelSelector *string
	/*Limit
	  limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.

	The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

	*/
	Limit *int64
	/*Name
	  name of the HorizontalPodAutoscaler

	*/
	Name string
	/*Namespace
	  object name and auth scope, such as for teams and projects

	*/
	Namespace string
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string
	/*ResourceVersion
	  resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersion *string
	/*ResourceVersionMatch
	  resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.

	Defaults to unset

	*/
	ResourceVersionMatch *string
	/*TimeoutSeconds
	  Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

	*/
	TimeoutSeconds *int64
	/*Watch
	  Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

	*/
	Watch *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams contains all the parameters to send to the API endpoint for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler operation typically these are written to a http.Request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized.

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext(ctx context.Context) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithContext creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a context for a request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient(client *http.Client) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithHTTPClient creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout(timeout time.Duration) *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParamsWithTimeout creates a new WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams object with the default values initialized, and the ability to set a timeout on a request

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContext

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetContinue

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetFieldSelector(fieldSelector *string)

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetHTTPClient

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLabelSelector(labelSelector *string)

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetLimit

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetName

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetNamespace

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetPretty

SetPretty adds the pretty to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersion(resourceVersion *string)

SetResourceVersion adds the resourceVersion to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetResourceVersionMatch(resourceVersionMatch *string)

SetResourceVersionMatch adds the resourceVersionMatch to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeout

SetTimeout adds the timeout to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds

func (o *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetTimeoutSeconds(timeoutSeconds *int64)

SetTimeoutSeconds adds the timeoutSeconds to the watch autoscaling v2beta1 namespaced horizontal pod autoscaler params

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) SetWatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithAllowWatchBookmarks

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContext

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithContinue

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithFieldSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithHTTPClient

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLabelSelector

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithLimit

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithName

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithNamespace

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithPretty

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersion

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithResourceVersionMatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeout

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithTimeoutSeconds

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WithWatch

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

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader struct {
	// contains filtered or unexported fields
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader is a Reader for the WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler structure.

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

type WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized struct {
}

WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

func NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized() *WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized

NewWatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized creates a WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized with default headers values

func (*WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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