flowcontrol_apiserver_v1alpha1

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 flowcontrol apiserver v1alpha1 API

func (*Client) DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchema

DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchema delete collection of FlowSchema

func (*Client) DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfiguration

DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfiguration delete collection of PriorityLevelConfiguration

func (*Client) DeleteFlowcontrolApiserverV1alpha1FlowSchema

DeleteFlowcontrolApiserverV1alpha1FlowSchema delete a FlowSchema

func (*Client) DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfiguration delete a PriorityLevelConfiguration

func (*Client) GetFlowcontrolApiserverV1alpha1APIResources

func (a *Client) GetFlowcontrolApiserverV1alpha1APIResources(params *GetFlowcontrolApiserverV1alpha1APIResourcesParams) (*GetFlowcontrolApiserverV1alpha1APIResourcesOK, error)

GetFlowcontrolApiserverV1alpha1APIResources get available resources

func (*Client) ListFlowcontrolApiserverV1alpha1FlowSchema

func (a *Client) ListFlowcontrolApiserverV1alpha1FlowSchema(params *ListFlowcontrolApiserverV1alpha1FlowSchemaParams) (*ListFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

ListFlowcontrolApiserverV1alpha1FlowSchema list or watch objects of kind FlowSchema

func (*Client) ListFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

ListFlowcontrolApiserverV1alpha1PriorityLevelConfiguration list or watch objects of kind PriorityLevelConfiguration

func (*Client) PatchFlowcontrolApiserverV1alpha1FlowSchema

func (a *Client) PatchFlowcontrolApiserverV1alpha1FlowSchema(params *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) (*PatchFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

PatchFlowcontrolApiserverV1alpha1FlowSchema partially update the specified FlowSchema

func (*Client) PatchFlowcontrolApiserverV1alpha1FlowSchemaStatus

func (a *Client) PatchFlowcontrolApiserverV1alpha1FlowSchemaStatus(params *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK, error)

PatchFlowcontrolApiserverV1alpha1FlowSchemaStatus partially update status of the specified FlowSchema

func (*Client) PatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration partially update the specified PriorityLevelConfiguration

func (*Client) PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus partially update status of the specified PriorityLevelConfiguration

func (*Client) ReadFlowcontrolApiserverV1alpha1FlowSchema

func (a *Client) ReadFlowcontrolApiserverV1alpha1FlowSchema(params *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) (*ReadFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

ReadFlowcontrolApiserverV1alpha1FlowSchema read the specified FlowSchema

func (*Client) ReadFlowcontrolApiserverV1alpha1FlowSchemaStatus

func (a *Client) ReadFlowcontrolApiserverV1alpha1FlowSchemaStatus(params *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK, error)

ReadFlowcontrolApiserverV1alpha1FlowSchemaStatus read status of the specified FlowSchema

func (*Client) ReadFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfiguration read the specified PriorityLevelConfiguration

func (*Client) ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus read status of the specified PriorityLevelConfiguration

func (*Client) ReplaceFlowcontrolApiserverV1alpha1FlowSchema

ReplaceFlowcontrolApiserverV1alpha1FlowSchema replace the specified FlowSchema

func (*Client) ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatus

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatus replace status of the specified FlowSchema

func (*Client) ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfiguration replace the specified PriorityLevelConfiguration

func (*Client) ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus replace status of the specified PriorityLevelConfiguration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchFlowcontrolApiserverV1alpha1FlowSchema

func (a *Client) WatchFlowcontrolApiserverV1alpha1FlowSchema(params *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) (*WatchFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

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

func (*Client) WatchFlowcontrolApiserverV1alpha1FlowSchemaList

func (a *Client) WatchFlowcontrolApiserverV1alpha1FlowSchemaList(params *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK, error)

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

func (*Client) WatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration

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

func (*Client) WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationList

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

type ClientService

type ClientService interface {
	CreateFlowcontrolApiserverV1alpha1FlowSchema(params *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) (*CreateFlowcontrolApiserverV1alpha1FlowSchemaOK, *CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated, *CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted, error)

	CreateFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated, *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted, error)

	DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchema(params *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK, error)

	DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfiguration(params *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK, error)

	DeleteFlowcontrolApiserverV1alpha1FlowSchema(params *DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK, *DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted, error)

	DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted, error)

	GetFlowcontrolApiserverV1alpha1APIResources(params *GetFlowcontrolApiserverV1alpha1APIResourcesParams) (*GetFlowcontrolApiserverV1alpha1APIResourcesOK, error)

	ListFlowcontrolApiserverV1alpha1FlowSchema(params *ListFlowcontrolApiserverV1alpha1FlowSchemaParams) (*ListFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

	ListFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, error)

	PatchFlowcontrolApiserverV1alpha1FlowSchema(params *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) (*PatchFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

	PatchFlowcontrolApiserverV1alpha1FlowSchemaStatus(params *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK, error)

	PatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, error)

	PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus(params *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK, error)

	ReadFlowcontrolApiserverV1alpha1FlowSchema(params *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) (*ReadFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

	ReadFlowcontrolApiserverV1alpha1FlowSchemaStatus(params *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK, error)

	ReadFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, error)

	ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus(params *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK, error)

	ReplaceFlowcontrolApiserverV1alpha1FlowSchema(params *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK, *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated, error)

	ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatus(params *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK, *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated, error)

	ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated, error)

	ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus(params *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK, *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated, error)

	WatchFlowcontrolApiserverV1alpha1FlowSchema(params *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) (*WatchFlowcontrolApiserverV1alpha1FlowSchemaOK, error)

	WatchFlowcontrolApiserverV1alpha1FlowSchemaList(params *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK, error)

	WatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration(params *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK, error)

	WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationList(params *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK, 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 flowcontrol apiserver v1alpha1 API client.

type CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted

type CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted handles this case with default header values.

Accepted

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted() *CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted

NewCreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted creates a CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted with default headers values

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted) Error

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaAccepted) GetPayload

type CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated

type CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated handles this case with default header values.

Created

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaCreated

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaCreated() *CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated

NewCreateFlowcontrolApiserverV1alpha1FlowSchemaCreated creates a CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated with default headers values

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated) Error

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaCreated) GetPayload

type CreateFlowcontrolApiserverV1alpha1FlowSchemaOK

type CreateFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

CreateFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaOK() *CreateFlowcontrolApiserverV1alpha1FlowSchemaOK

NewCreateFlowcontrolApiserverV1alpha1FlowSchemaOK creates a CreateFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type CreateFlowcontrolApiserverV1alpha1FlowSchemaParams

type CreateFlowcontrolApiserverV1alpha1FlowSchemaParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
	/*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
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

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

CreateFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the create flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParams() *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams

NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new CreateFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetBody

SetBody adds the body to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetDryRun

SetDryRun adds the dryRun to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager

func (o *CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager(fieldManager *string)

SetFieldManager adds the fieldManager to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithBody

WithBody adds the body to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithDryRun

WithDryRun adds the dryRun to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithFieldManager

WithFieldManager adds the fieldManager to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the create flowcontrol apiserver v1alpha1 flow schema params

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFlowcontrolApiserverV1alpha1FlowSchemaReader

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

CreateFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the CreateFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewCreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewCreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*CreateFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted handles this case with default header values.

Accepted

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted() *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted creates a CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted with default headers values

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted) Error

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted) GetPayload

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated handles this case with default header values.

Created

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated() *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated creates a CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated with default headers values

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated) Error

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated) GetPayload

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
	/*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
	/*Pretty
	  If 'true', then the output is pretty printed.

	*/
	Pretty *string

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

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the create flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetBody

SetBody adds the body to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithBody

WithBody adds the body to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the create flowcontrol apiserver v1alpha1 priority level configuration params

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the CreateFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewCreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK handles this case with default header values.

OK

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK() *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK

NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK creates a DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK) Error

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaOK) GetPayload

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams 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
	/*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
}

DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams contains all the parameters to send to the API endpoint for the delete flowcontrol apiserver v1alpha1 collection flow schema operation typically these are written to a http.Request

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams() *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams creates a new DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams object with the default values initialized.

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithContext

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithContext(ctx context.Context) *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

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

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithHTTPClient

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithHTTPClient(client *http.Client) *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

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

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithTimeout

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParamsWithTimeout(timeout time.Duration) *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams

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

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetBody

SetBody adds the body to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetContext

SetContext adds the context to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetContinue

SetContinue adds the continue to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetDryRun

SetDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetLimit

SetLimit adds the limit to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetPretty

SetPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithBody

WithBody adds the body to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithContext

WithContext adds the context to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithContinue

WithContinue adds the continueVar to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithDryRun

WithDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithLimit

WithLimit adds the limit to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithPretty

WithPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete flowcontrol apiserver v1alpha1 collection flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaReader

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

DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaReader is a Reader for the DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchema structure.

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized

type DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized struct {
}

DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized

func NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized() *DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized

NewDeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized creates a DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaUnauthorized) Error

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK handles this case with default header values.

OK

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK() *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK

NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK creates a DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK) Error

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationOK) GetPayload

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams 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
	/*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
}

DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the delete flowcontrol apiserver v1alpha1 collection priority level configuration operation typically these are written to a http.Request

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams() *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams creates a new DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams object with the default values initialized.

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithContext

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithContext(ctx context.Context) *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

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

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithHTTPClient

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

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

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithTimeout

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams

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

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetBody

SetBody adds the body to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetContext

SetContext adds the context to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetContinue

SetContinue adds the continue to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetLimit

SetLimit adds the limit to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetOrphanDependents

SetOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetPropagationPolicy

SetPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetResourceVersion

SetResourceVersion adds the resourceVersion to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithBody

WithBody adds the body to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithContext

WithContext adds the context to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithContinue

WithContinue adds the continueVar to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithLimit

WithLimit adds the limit to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete flowcontrol apiserver v1alpha1 collection priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationReader

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

DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationReader is a Reader for the DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfiguration structure.

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized

type DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized struct {
}

DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized

func NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized() *DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized

NewDeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized creates a DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationUnauthorized) Error

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted handles this case with default header values.

Accepted

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted() *DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted

NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted creates a DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted) Error

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaAccepted) GetPayload

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaOK() *DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK

NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaOK creates a DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams 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 FlowSchema

	*/
	Name 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
}

DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the delete flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParams() *DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetBody

SetBody adds the body to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetDryRun

SetDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetName

SetName adds the name to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithBody

WithBody adds the body to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithDryRun

WithDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithName

WithName adds the name to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 flow schema params

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaReader

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

DeleteFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the DeleteFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewDeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted handles this case with default header values.

Accepted

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted() *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted

NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted creates a DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted) Error

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationAccepted) GetPayload

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams 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 PriorityLevelConfiguration

	*/
	Name 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
}

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the delete flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetBody

SetBody adds the body to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetName

SetName adds the name to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithBody

WithBody adds the body to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithName

WithName adds the name to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete flowcontrol apiserver v1alpha1 priority level configuration params

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewDeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type GetFlowcontrolApiserverV1alpha1APIResourcesOK

type GetFlowcontrolApiserverV1alpha1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetFlowcontrolApiserverV1alpha1APIResourcesOK handles this case with default header values.

OK

func NewGetFlowcontrolApiserverV1alpha1APIResourcesOK

func NewGetFlowcontrolApiserverV1alpha1APIResourcesOK() *GetFlowcontrolApiserverV1alpha1APIResourcesOK

NewGetFlowcontrolApiserverV1alpha1APIResourcesOK creates a GetFlowcontrolApiserverV1alpha1APIResourcesOK with default headers values

func (*GetFlowcontrolApiserverV1alpha1APIResourcesOK) Error

func (*GetFlowcontrolApiserverV1alpha1APIResourcesOK) GetPayload

type GetFlowcontrolApiserverV1alpha1APIResourcesParams

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

GetFlowcontrolApiserverV1alpha1APIResourcesParams contains all the parameters to send to the API endpoint for the get flowcontrol apiserver v1alpha1 API resources operation typically these are written to a http.Request

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParams

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParams() *GetFlowcontrolApiserverV1alpha1APIResourcesParams

NewGetFlowcontrolApiserverV1alpha1APIResourcesParams creates a new GetFlowcontrolApiserverV1alpha1APIResourcesParams object with the default values initialized.

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithContext

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithContext(ctx context.Context) *GetFlowcontrolApiserverV1alpha1APIResourcesParams

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

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithHTTPClient

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithHTTPClient(client *http.Client) *GetFlowcontrolApiserverV1alpha1APIResourcesParams

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

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithTimeout

func NewGetFlowcontrolApiserverV1alpha1APIResourcesParamsWithTimeout(timeout time.Duration) *GetFlowcontrolApiserverV1alpha1APIResourcesParams

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

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) SetContext

SetContext adds the context to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) SetTimeout

SetTimeout adds the timeout to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) WithContext

WithContext adds the context to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) WithTimeout

WithTimeout adds the timeout to the get flowcontrol apiserver v1alpha1 API resources params

func (*GetFlowcontrolApiserverV1alpha1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFlowcontrolApiserverV1alpha1APIResourcesReader

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

GetFlowcontrolApiserverV1alpha1APIResourcesReader is a Reader for the GetFlowcontrolApiserverV1alpha1APIResources structure.

func (*GetFlowcontrolApiserverV1alpha1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized

type GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized struct {
}

GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized

func NewGetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized() *GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized

NewGetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized creates a GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized with default headers values

func (*GetFlowcontrolApiserverV1alpha1APIResourcesUnauthorized) Error

type ListFlowcontrolApiserverV1alpha1FlowSchemaOK

type ListFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchemaList
}

ListFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewListFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewListFlowcontrolApiserverV1alpha1FlowSchemaOK() *ListFlowcontrolApiserverV1alpha1FlowSchemaOK

NewListFlowcontrolApiserverV1alpha1FlowSchemaOK creates a ListFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type ListFlowcontrolApiserverV1alpha1FlowSchemaParams

type ListFlowcontrolApiserverV1alpha1FlowSchemaParams 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
}

ListFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the list flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParams() *ListFlowcontrolApiserverV1alpha1FlowSchemaParams

NewListFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new ListFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *ListFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *ListFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewListFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *ListFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContinue

func (o *ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContinue(continueVar *string)

SetContinue adds the continue to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetLimit

SetLimit adds the limit to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) SetWatch

SetWatch adds the watch to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContinue

WithContinue adds the continueVar to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithLimit

WithLimit adds the limit to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WithWatch

WithWatch adds the watch to the list flowcontrol apiserver v1alpha1 flow schema params

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFlowcontrolApiserverV1alpha1FlowSchemaReader

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

ListFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the ListFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*ListFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfigurationList
}

ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams 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
}

ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the list flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContinue

SetContinue adds the continue to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetLimit

SetLimit adds the limit to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetWatch

SetWatch adds the watch to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContinue

WithContinue adds the continueVar to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithLimit

WithLimit adds the limit to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithWatch

WithWatch adds the watch to the list flowcontrol apiserver v1alpha1 priority level configuration params

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the ListFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type PatchFlowcontrolApiserverV1alpha1FlowSchemaOK

type PatchFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

PatchFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaOK() *PatchFlowcontrolApiserverV1alpha1FlowSchemaOK

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaOK creates a PatchFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type PatchFlowcontrolApiserverV1alpha1FlowSchemaParams

type PatchFlowcontrolApiserverV1alpha1FlowSchemaParams 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 FlowSchema

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

	*/
	Pretty *string

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

PatchFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the patch flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParams() *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new PatchFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetBody

SetBody adds the body to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetDryRun

SetDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager

func (o *PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager(fieldManager *string)

SetFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetForce

SetForce adds the force to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetName

SetName adds the name to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithBody

WithBody adds the body to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithDryRun

WithDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithForce

WithForce adds the force to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithName

WithName adds the name to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 flow schema params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchFlowcontrolApiserverV1alpha1FlowSchemaReader

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

PatchFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the PatchFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK handles this case with default header values.

OK

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK() *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK creates a PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK with default headers values

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) Error

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) GetPayload

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams 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 FlowSchema

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

	*/
	Pretty *string

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

PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams contains all the parameters to send to the API endpoint for the patch flowcontrol apiserver v1alpha1 flow schema status operation typically these are written to a http.Request

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams() *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams creates a new PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams object with the default values initialized.

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext(ctx context.Context) *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient(client *http.Client) *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout(timeout time.Duration) *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetBody

SetBody adds the body to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetContext

SetContext adds the context to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetDryRun

SetDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetFieldManager

func (o *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetFieldManager(fieldManager *string)

SetFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetForce

SetForce adds the force to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetName

SetName adds the name to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetPretty

SetPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetTimeout

SetTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithBody

WithBody adds the body to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithContext

WithContext adds the context to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithDryRun

WithDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithForce

WithForce adds the force to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithName

WithName adds the name to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithPretty

WithPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithTimeout

WithTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 flow schema status params

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusReader

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

PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusReader is a Reader for the PatchFlowcontrolApiserverV1alpha1FlowSchemaStatus structure.

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

type PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized struct {
}

PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized handles this case with default header values.

Unauthorized

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized() *PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized creates a PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized with default headers values

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized) Error

type PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewPatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewPatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*PatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams 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 PriorityLevelConfiguration

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

	*/
	Pretty *string

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

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the patch flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetBody

SetBody adds the body to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetForce

SetForce adds the force to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetName

SetName adds the name to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithBody

WithBody adds the body to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithForce

WithForce adds the force to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithName

WithName adds the name to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 priority level configuration params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the PatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK handles this case with default header values.

OK

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK creates a PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK with default headers values

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) Error

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) GetPayload

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams 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 PriorityLevelConfiguration

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

	*/
	Pretty *string

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

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams contains all the parameters to send to the API endpoint for the patch flowcontrol apiserver v1alpha1 priority level configuration status operation typically these are written to a http.Request

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams creates a new PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams object with the default values initialized.

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext(ctx context.Context) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient(client *http.Client) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout(timeout time.Duration) *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetBody

SetBody adds the body to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetContext

SetContext adds the context to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetDryRun

SetDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetForce

SetForce adds the force to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetName

SetName adds the name to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetPretty

SetPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetTimeout

SetTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithBody

WithBody adds the body to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithContext

WithContext adds the context to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithDryRun

WithDryRun adds the dryRun to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithForce

WithForce adds the force to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithName

WithName adds the name to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithPretty

WithPretty adds the pretty to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithTimeout

WithTimeout adds the timeout to the patch flowcontrol apiserver v1alpha1 priority level configuration status params

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader

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

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader is a Reader for the PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus structure.

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized struct {
}

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized handles this case with default header values.

Unauthorized

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized creates a PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized with default headers values

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized) Error

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewPatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type ReadFlowcontrolApiserverV1alpha1FlowSchemaOK

type ReadFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReadFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaOK() *ReadFlowcontrolApiserverV1alpha1FlowSchemaOK

NewReadFlowcontrolApiserverV1alpha1FlowSchemaOK creates a ReadFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type ReadFlowcontrolApiserverV1alpha1FlowSchemaParams

type ReadFlowcontrolApiserverV1alpha1FlowSchemaParams 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 FlowSchema

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

	*/
	Pretty *string

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

ReadFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the read flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParams() *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams

NewReadFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new ReadFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *ReadFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetExact

SetExact adds the exact to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetExport

SetExport adds the export to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetName

SetName adds the name to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithExact

WithExact adds the exact to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithExport

WithExport adds the export to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithName

WithName adds the name to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 flow schema params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadFlowcontrolApiserverV1alpha1FlowSchemaReader

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

ReadFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the ReadFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK handles this case with default header values.

OK

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK() *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK creates a ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK with default headers values

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) Error

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) GetPayload

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams struct {

	/*Name
	  name of the FlowSchema

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

	*/
	Pretty *string

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

ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams contains all the parameters to send to the API endpoint for the read flowcontrol apiserver v1alpha1 flow schema status operation typically these are written to a http.Request

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams() *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams creates a new ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams object with the default values initialized.

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext(ctx context.Context) *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient(client *http.Client) *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout(timeout time.Duration) *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetContext

SetContext adds the context to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetName

SetName adds the name to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetPretty

SetPretty adds the pretty to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetTimeout

SetTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithContext

WithContext adds the context to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithName

WithName adds the name to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithPretty

WithPretty adds the pretty to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithTimeout

WithTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 flow schema status params

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusReader

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

ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusReader is a Reader for the ReadFlowcontrolApiserverV1alpha1FlowSchemaStatus structure.

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

type ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized struct {
}

ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized() *ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

NewReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized creates a ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized with default headers values

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized) Error

type ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*ReadFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams 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 PriorityLevelConfiguration

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

	*/
	Pretty *string

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

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the read flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetExact

SetExact adds the exact to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetExport

SetExport adds the export to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetName

SetName adds the name to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithExact

WithExact adds the exact to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithExport

WithExport adds the export to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithName

WithName adds the name to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the ReadFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK handles this case with default header values.

OK

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK creates a ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK with default headers values

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) Error

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) GetPayload

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams struct {

	/*Name
	  name of the PriorityLevelConfiguration

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

	*/
	Pretty *string

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

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams contains all the parameters to send to the API endpoint for the read flowcontrol apiserver v1alpha1 priority level configuration status operation typically these are written to a http.Request

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams creates a new ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams object with the default values initialized.

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext(ctx context.Context) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient(client *http.Client) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout(timeout time.Duration) *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetContext

SetContext adds the context to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetName

SetName adds the name to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetPretty

SetPretty adds the pretty to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetTimeout

SetTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithContext

WithContext adds the context to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithName

WithName adds the name to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithPretty

WithPretty adds the pretty to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithTimeout

WithTimeout adds the timeout to the read flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader

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

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader is a Reader for the ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus structure.

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized struct {
}

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized creates a ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized with default headers values

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized) Error

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated handles this case with default header values.

Created

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated) Error

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaCreated) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
	/*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 FlowSchema

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

	*/
	Pretty *string

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

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the replace flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetBody

SetBody adds the body to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetDryRun

SetDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager

func (o *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldManager(fieldManager *string)

SetFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetName

SetName adds the name to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithBody

WithBody adds the body to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithDryRun

WithDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithName

WithName adds the name to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 flow schema params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaReader

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

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the ReplaceFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated handles this case with default header values.

Created

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated) Error

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusCreated) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK handles this case with default header values.

OK

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) Error

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusOK) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1FlowSchema
	/*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 FlowSchema

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

	*/
	Pretty *string

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

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams contains all the parameters to send to the API endpoint for the replace flowcontrol apiserver v1alpha1 flow schema status operation typically these are written to a http.Request

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams creates a new ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams object with the default values initialized.

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithContext(ctx context.Context) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithHTTPClient(client *http.Client) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParamsWithTimeout(timeout time.Duration) *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams

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

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetBody

SetBody adds the body to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetContext

SetContext adds the context to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetDryRun

SetDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetFieldManager

func (o *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetFieldManager(fieldManager *string)

SetFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetName

SetName adds the name to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetPretty

SetPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) SetTimeout

SetTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithBody

WithBody adds the body to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithContext

WithContext adds the context to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithDryRun

WithDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithName

WithName adds the name to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithPretty

WithPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WithTimeout

WithTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 flow schema status params

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusReader

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

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusReader is a Reader for the ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatus structure.

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized struct {
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusUnauthorized) Error

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated handles this case with default header values.

Created

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated) Error

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationCreated) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
	/*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 PriorityLevelConfiguration

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

	*/
	Pretty *string

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

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the replace flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetBody

SetBody adds the body to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetName

SetName adds the name to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithBody

WithBody adds the body to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithName

WithName adds the name to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 priority level configuration params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated handles this case with default header values.

Created

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated) Error

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusCreated) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK struct {
	Payload *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK handles this case with default header values.

OK

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) Error

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusOK) GetPayload

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams struct {

	/*Body*/
	Body *models.IoK8sAPIFlowcontrolV1alpha1PriorityLevelConfiguration
	/*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 PriorityLevelConfiguration

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

	*/
	Pretty *string

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

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams contains all the parameters to send to the API endpoint for the replace flowcontrol apiserver v1alpha1 priority level configuration status operation typically these are written to a http.Request

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams creates a new ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams object with the default values initialized.

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithContext(ctx context.Context) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithHTTPClient(client *http.Client) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParamsWithTimeout(timeout time.Duration) *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams

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

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetBody

SetBody adds the body to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetContext

SetContext adds the context to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetDryRun

SetDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetName

SetName adds the name to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetPretty

SetPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) SetTimeout

SetTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithBody

WithBody adds the body to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithContext

WithContext adds the context to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithDryRun

WithDryRun adds the dryRun to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithName

WithName adds the name to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithPretty

WithPretty adds the pretty to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WithTimeout

WithTimeout adds the timeout to the replace flowcontrol apiserver v1alpha1 priority level configuration status params

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader

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

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader is a Reader for the ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatus structure.

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized struct {
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusUnauthorized) Error

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK handles this case with default header values.

OK

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListOK

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListOK() *WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListOK creates a WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK with default headers values

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK) Error

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListOK) GetPayload

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams 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
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams contains all the parameters to send to the API endpoint for the watch flowcontrol apiserver v1alpha1 flow schema list operation typically these are written to a http.Request

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParams() *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParams creates a new WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams object with the default values initialized.

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithContext

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithContext(ctx context.Context) *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

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

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithHTTPClient

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithHTTPClient(client *http.Client) *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

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

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithTimeout

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListParamsWithTimeout(timeout time.Duration) *WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams

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

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetContext

SetContext adds the context to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetContinue

SetContinue adds the continue to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetLimit

SetLimit adds the limit to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetPretty

SetPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetTimeout

SetTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) SetWatch

SetWatch adds the watch to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithContext

WithContext adds the context to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithContinue

WithContinue adds the continueVar to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithLimit

WithLimit adds the limit to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithPretty

WithPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithTimeout

WithTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WithWatch

WithWatch adds the watch to the watch flowcontrol apiserver v1alpha1 flow schema list params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListReader

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

WatchFlowcontrolApiserverV1alpha1FlowSchemaListReader is a Reader for the WatchFlowcontrolApiserverV1alpha1FlowSchemaList structure.

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized

type WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized struct {
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized() *WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized creates a WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized with default headers values

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaListUnauthorized) Error

type WatchFlowcontrolApiserverV1alpha1FlowSchemaOK

type WatchFlowcontrolApiserverV1alpha1FlowSchemaOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaOK handles this case with default header values.

OK

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaOK

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaOK() *WatchFlowcontrolApiserverV1alpha1FlowSchemaOK

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaOK creates a WatchFlowcontrolApiserverV1alpha1FlowSchemaOK with default headers values

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaOK) Error

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaOK) GetPayload

type WatchFlowcontrolApiserverV1alpha1FlowSchemaParams

type WatchFlowcontrolApiserverV1alpha1FlowSchemaParams 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 FlowSchema

	*/
	Name 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
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaParams contains all the parameters to send to the API endpoint for the watch flowcontrol apiserver v1alpha1 flow schema operation typically these are written to a http.Request

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParams

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParams() *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParams creates a new WatchFlowcontrolApiserverV1alpha1FlowSchemaParams object with the default values initialized.

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithContext(ctx context.Context) *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithHTTPClient(client *http.Client) *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaParamsWithTimeout(timeout time.Duration) *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams

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

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContext

SetContext adds the context to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContinue

func (o *WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetContinue(continueVar *string)

SetContinue adds the continue to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetLimit

SetLimit adds the limit to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetName

SetName adds the name to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetPretty

SetPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeout

SetTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) SetWatch

SetWatch adds the watch to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContext

WithContext adds the context to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithContinue

WithContinue adds the continueVar to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithLimit

WithLimit adds the limit to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithName

WithName adds the name to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithPretty

WithPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeout

WithTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WithWatch

WithWatch adds the watch to the watch flowcontrol apiserver v1alpha1 flow schema params

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchFlowcontrolApiserverV1alpha1FlowSchemaReader

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

WatchFlowcontrolApiserverV1alpha1FlowSchemaReader is a Reader for the WatchFlowcontrolApiserverV1alpha1FlowSchema structure.

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

type WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized struct {
}

WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized handles this case with default header values.

Unauthorized

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

func NewWatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized() *WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized

NewWatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized creates a WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized with default headers values

func (*WatchFlowcontrolApiserverV1alpha1FlowSchemaUnauthorized) Error

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK handles this case with default header values.

OK

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK creates a WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK with default headers values

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK) Error

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListOK) GetPayload

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams 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
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams contains all the parameters to send to the API endpoint for the watch flowcontrol apiserver v1alpha1 priority level configuration list operation typically these are written to a http.Request

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams creates a new WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams object with the default values initialized.

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithContext

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithContext(ctx context.Context) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

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

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithHTTPClient

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithHTTPClient(client *http.Client) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

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

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithTimeout

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParamsWithTimeout(timeout time.Duration) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams

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

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetContext

SetContext adds the context to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetContinue

SetContinue adds the continue to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetLimit

SetLimit adds the limit to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetPretty

SetPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetTimeout

SetTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) SetWatch

SetWatch adds the watch to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithContext

WithContext adds the context to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithContinue

WithContinue adds the continueVar to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithLimit

WithLimit adds the limit to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithPretty

WithPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithTimeout

WithTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WithWatch

WithWatch adds the watch to the watch flowcontrol apiserver v1alpha1 priority level configuration list params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListReader

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

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListReader is a Reader for the WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationList structure.

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized struct {
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized creates a WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized with default headers values

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListUnauthorized) Error

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK handles this case with default header values.

OK

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK creates a WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK with default headers values

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) Error

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationOK) GetPayload

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams 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 PriorityLevelConfiguration

	*/
	Name 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
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams contains all the parameters to send to the API endpoint for the watch flowcontrol apiserver v1alpha1 priority level configuration operation typically these are written to a http.Request

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams creates a new WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams object with the default values initialized.

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithContext(ctx context.Context) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithHTTPClient(client *http.Client) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParamsWithTimeout(timeout time.Duration) *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams

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

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContext

SetContext adds the context to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetContinue

SetContinue adds the continue to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetLimit

SetLimit adds the limit to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetName

SetName adds the name to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetPretty

SetPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeout

SetTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) SetWatch

SetWatch adds the watch to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContext

WithContext adds the context to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithContinue

WithContinue adds the continueVar to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithLimit

WithLimit adds the limit to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithName

WithName adds the name to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithPretty

WithPretty adds the pretty to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeout

WithTimeout adds the timeout to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WithWatch

WithWatch adds the watch to the watch flowcontrol apiserver v1alpha1 priority level configuration params

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader

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

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader is a Reader for the WatchFlowcontrolApiserverV1alpha1PriorityLevelConfiguration structure.

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

type WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized struct {
}

WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

func NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized() *WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized

NewWatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized creates a WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized with default headers values

func (*WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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