admissionregistration_v1

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 admissionregistration v1 API

func (*Client) DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration

DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration delete collection of MutatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration

DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration delete collection of ValidatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1MutatingWebhookConfiguration

DeleteAdmissionregistrationV1MutatingWebhookConfiguration delete a MutatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1ValidatingWebhookConfiguration

DeleteAdmissionregistrationV1ValidatingWebhookConfiguration delete a ValidatingWebhookConfiguration

func (*Client) GetAdmissionregistrationV1APIResources

func (a *Client) GetAdmissionregistrationV1APIResources(params *GetAdmissionregistrationV1APIResourcesParams) (*GetAdmissionregistrationV1APIResourcesOK, error)

GetAdmissionregistrationV1APIResources get available resources

func (*Client) ListAdmissionregistrationV1MutatingWebhookConfiguration

ListAdmissionregistrationV1MutatingWebhookConfiguration list or watch objects of kind MutatingWebhookConfiguration

func (*Client) ListAdmissionregistrationV1ValidatingWebhookConfiguration

ListAdmissionregistrationV1ValidatingWebhookConfiguration list or watch objects of kind ValidatingWebhookConfiguration

func (*Client) PatchAdmissionregistrationV1MutatingWebhookConfiguration

PatchAdmissionregistrationV1MutatingWebhookConfiguration partially update the specified MutatingWebhookConfiguration

func (*Client) PatchAdmissionregistrationV1ValidatingWebhookConfiguration

PatchAdmissionregistrationV1ValidatingWebhookConfiguration partially update the specified ValidatingWebhookConfiguration

func (*Client) ReadAdmissionregistrationV1MutatingWebhookConfiguration

ReadAdmissionregistrationV1MutatingWebhookConfiguration read the specified MutatingWebhookConfiguration

func (*Client) ReadAdmissionregistrationV1ValidatingWebhookConfiguration

ReadAdmissionregistrationV1ValidatingWebhookConfiguration read the specified ValidatingWebhookConfiguration

func (*Client) ReplaceAdmissionregistrationV1MutatingWebhookConfiguration

ReplaceAdmissionregistrationV1MutatingWebhookConfiguration replace the specified MutatingWebhookConfiguration

func (*Client) ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration

ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration replace the specified ValidatingWebhookConfiguration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchAdmissionregistrationV1MutatingWebhookConfiguration

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

func (*Client) WatchAdmissionregistrationV1MutatingWebhookConfigurationList

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

func (*Client) WatchAdmissionregistrationV1ValidatingWebhookConfiguration

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

func (*Client) WatchAdmissionregistrationV1ValidatingWebhookConfigurationList

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

type ClientService

type ClientService interface {
	CreateAdmissionregistrationV1MutatingWebhookConfiguration(params *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK, *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error)

	CreateAdmissionregistrationV1ValidatingWebhookConfiguration(params *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error)

	DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK, error)

	DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK, error)

	DeleteAdmissionregistrationV1MutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error)

	DeleteAdmissionregistrationV1ValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error)

	GetAdmissionregistrationV1APIResources(params *GetAdmissionregistrationV1APIResourcesParams) (*GetAdmissionregistrationV1APIResourcesOK, error)

	ListAdmissionregistrationV1MutatingWebhookConfiguration(params *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK, error)

	ListAdmissionregistrationV1ValidatingWebhookConfiguration(params *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)

	PatchAdmissionregistrationV1MutatingWebhookConfiguration(params *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)

	PatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)

	ReadAdmissionregistrationV1MutatingWebhookConfiguration(params *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK, error)

	ReadAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)

	ReplaceAdmissionregistrationV1MutatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated, error)

	ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated, error)

	WatchAdmissionregistrationV1MutatingWebhookConfiguration(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)

	WatchAdmissionregistrationV1MutatingWebhookConfigurationList(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK, error)

	WatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)

	WatchAdmissionregistrationV1ValidatingWebhookConfigurationList(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK, 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 admissionregistration v1 API client.

type CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted

type CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted

NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted with default headers values

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted) GetPayload

type CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated

type CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated

NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated with default headers values

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated) GetPayload

type CreateAdmissionregistrationV1MutatingWebhookConfigurationOK

type CreateAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK() *CreateAdmissionregistrationV1MutatingWebhookConfigurationOK

NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type CreateAdmissionregistrationV1MutatingWebhookConfigurationParams

type CreateAdmissionregistrationV1MutatingWebhookConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
	/*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
}

CreateAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the create admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams() *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams

NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody

SetBody adds the body to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody

WithBody adds the body to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the create admissionregistration v1 mutating webhook configuration params

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAdmissionregistrationV1MutatingWebhookConfigurationReader

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

CreateAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted with default headers values

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) GetPayload

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated

NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated with default headers values

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated) GetPayload

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
	/*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
}

CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the create admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody

SetBody adds the body to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody

WithBody adds the body to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the create admissionregistration v1 validating webhook configuration params

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

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

DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 collection mutating webhook configuration operation typically these are written to a http.Request

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetBody

SetBody adds the body to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersion

SetResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithBody

WithBody adds the body to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection mutating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

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

DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 collection validating webhook configuration operation typically these are written to a http.Request

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetBody

SetBody adds the body to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetOrphanDependents

SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersion

SetResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithBody

WithBody adds the body to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection validating webhook configuration params

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted

NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted with default headers values

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted) GetPayload

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams 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 MutatingWebhookConfiguration

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

DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody

SetBody adds the body to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName

SetName adds the name to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody

WithBody adds the body to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName

WithName adds the name to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete admissionregistration v1 mutating webhook configuration params

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted

NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted with default headers values

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) GetPayload

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams 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 ValidatingWebhookConfiguration

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

DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody

SetBody adds the body to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName

SetName adds the name to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody

WithBody adds the body to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName

WithName adds the name to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete admissionregistration v1 validating webhook configuration params

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type GetAdmissionregistrationV1APIResourcesOK

type GetAdmissionregistrationV1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetAdmissionregistrationV1APIResourcesOK handles this case with default header values.

OK

func NewGetAdmissionregistrationV1APIResourcesOK

func NewGetAdmissionregistrationV1APIResourcesOK() *GetAdmissionregistrationV1APIResourcesOK

NewGetAdmissionregistrationV1APIResourcesOK creates a GetAdmissionregistrationV1APIResourcesOK with default headers values

func (*GetAdmissionregistrationV1APIResourcesOK) Error

func (*GetAdmissionregistrationV1APIResourcesOK) GetPayload

type GetAdmissionregistrationV1APIResourcesParams

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

GetAdmissionregistrationV1APIResourcesParams contains all the parameters to send to the API endpoint for the get admissionregistration v1 API resources operation typically these are written to a http.Request

func NewGetAdmissionregistrationV1APIResourcesParams

func NewGetAdmissionregistrationV1APIResourcesParams() *GetAdmissionregistrationV1APIResourcesParams

NewGetAdmissionregistrationV1APIResourcesParams creates a new GetAdmissionregistrationV1APIResourcesParams object with the default values initialized.

func NewGetAdmissionregistrationV1APIResourcesParamsWithContext

func NewGetAdmissionregistrationV1APIResourcesParamsWithContext(ctx context.Context) *GetAdmissionregistrationV1APIResourcesParams

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

func NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient

func NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAdmissionregistrationV1APIResourcesParams

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

func NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout

func NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAdmissionregistrationV1APIResourcesParams

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

func (*GetAdmissionregistrationV1APIResourcesParams) SetContext

SetContext adds the context to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) SetTimeout

SetTimeout adds the timeout to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) WithContext

WithContext adds the context to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) WithTimeout

WithTimeout adds the timeout to the get admissionregistration v1 API resources params

func (*GetAdmissionregistrationV1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAdmissionregistrationV1APIResourcesReader

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

GetAdmissionregistrationV1APIResourcesReader is a Reader for the GetAdmissionregistrationV1APIResources structure.

func (*GetAdmissionregistrationV1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAdmissionregistrationV1APIResourcesUnauthorized

type GetAdmissionregistrationV1APIResourcesUnauthorized struct {
}

GetAdmissionregistrationV1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetAdmissionregistrationV1APIResourcesUnauthorized

func NewGetAdmissionregistrationV1APIResourcesUnauthorized() *GetAdmissionregistrationV1APIResourcesUnauthorized

NewGetAdmissionregistrationV1APIResourcesUnauthorized creates a GetAdmissionregistrationV1APIResourcesUnauthorized with default headers values

func (*GetAdmissionregistrationV1APIResourcesUnauthorized) Error

type ListAdmissionregistrationV1MutatingWebhookConfigurationOK

type ListAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfigurationList
}

ListAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewListAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewListAdmissionregistrationV1MutatingWebhookConfigurationOK() *ListAdmissionregistrationV1MutatingWebhookConfigurationOK

NewListAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ListAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type ListAdmissionregistrationV1MutatingWebhookConfigurationParams

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

ListAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the list admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParams() *ListAdmissionregistrationV1MutatingWebhookConfigurationParams

NewListAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch

SetWatch adds the watch to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch

WithWatch adds the watch to the list admissionregistration v1 mutating webhook configuration params

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAdmissionregistrationV1MutatingWebhookConfigurationReader

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

ListAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type ListAdmissionregistrationV1ValidatingWebhookConfigurationOK

type ListAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfigurationList
}

ListAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ListAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ListAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type ListAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

ListAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the list admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch

SetWatch adds the watch to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch

WithWatch adds the watch to the list admissionregistration v1 validating webhook configuration params

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

ListAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type PatchAdmissionregistrationV1MutatingWebhookConfigurationOK

type PatchAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

PatchAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK() *PatchAdmissionregistrationV1MutatingWebhookConfigurationOK

NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type PatchAdmissionregistrationV1MutatingWebhookConfigurationParams

type PatchAdmissionregistrationV1MutatingWebhookConfigurationParams 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 MutatingWebhookConfiguration

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

	*/
	Pretty *string

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

PatchAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the patch admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams

NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody

SetBody adds the body to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetForce

SetForce adds the force to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName

SetName adds the name to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody

WithBody adds the body to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithForce

WithForce adds the force to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName

WithName adds the name to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the patch admissionregistration v1 mutating webhook configuration params

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAdmissionregistrationV1MutatingWebhookConfigurationReader

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

PatchAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams 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 ValidatingWebhookConfiguration

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

	*/
	Pretty *string

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

PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the patch admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody

SetBody adds the body to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetForce

SetForce adds the force to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName

SetName adds the name to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody

WithBody adds the body to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithForce

WithForce adds the force to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName

WithName adds the name to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the patch admissionregistration v1 validating webhook configuration params

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type ReadAdmissionregistrationV1MutatingWebhookConfigurationOK

type ReadAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

ReadAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK() *ReadAdmissionregistrationV1MutatingWebhookConfigurationOK

NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type ReadAdmissionregistrationV1MutatingWebhookConfigurationParams

type ReadAdmissionregistrationV1MutatingWebhookConfigurationParams 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 MutatingWebhookConfiguration

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

	*/
	Pretty *string

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

ReadAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the read admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams

NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExact

SetExact adds the exact to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExport

SetExport adds the export to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName

SetName adds the name to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExact

WithExact adds the exact to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExport

WithExport adds the export to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName

WithName adds the name to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the read admissionregistration v1 mutating webhook configuration params

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAdmissionregistrationV1MutatingWebhookConfigurationReader

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

ReadAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams 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 ValidatingWebhookConfiguration

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

	*/
	Pretty *string

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

ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the read admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExact

SetExact adds the exact to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExport

SetExport adds the export to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName

SetName adds the name to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExact

WithExact adds the exact to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExport

WithExport adds the export to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName

WithName adds the name to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the read admissionregistration v1 validating webhook configuration params

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated

NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated with default headers values

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated) GetPayload

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK

NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
	/*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 MutatingWebhookConfiguration

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

	*/
	Pretty *string

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

ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the replace admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody

SetBody adds the body to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName

SetName adds the name to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody

WithBody adds the body to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName

WithName adds the name to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the replace admissionregistration v1 mutating webhook configuration params

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader

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

ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated

NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated with default headers values

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated) GetPayload

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams struct {

	/*Body*/
	Body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
	/*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 ValidatingWebhookConfiguration

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

	*/
	Pretty *string

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

ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the replace admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody

SetBody adds the body to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun

SetDryRun adds the dryRun to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager

SetFieldManager adds the fieldManager to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName

SetName adds the name to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody

WithBody adds the body to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun

WithDryRun adds the dryRun to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName

WithName adds the name to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the replace admissionregistration v1 validating webhook configuration params

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK with default headers values

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK) Error

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK) GetPayload

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

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

WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 mutating webhook configuration list operation typically these are written to a http.Request

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams object with the default values initialized.

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams

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

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContext

SetContext adds the context to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContinue

SetContinue adds the continue to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLimit

SetLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetPretty

SetPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeout

SetTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetWatch

SetWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContext

WithContext adds the context to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContinue

WithContinue adds the continueVar to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLimit

WithLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithPretty

WithPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeout

WithTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithWatch

WithWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration list params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader

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

WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1MutatingWebhookConfigurationList structure.

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized

type WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized struct {
}

WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized with default headers values

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized) Error

type WatchAdmissionregistrationV1MutatingWebhookConfigurationOK

type WatchAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK() *WatchAdmissionregistrationV1MutatingWebhookConfigurationOK

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload

type WatchAdmissionregistrationV1MutatingWebhookConfigurationParams

type WatchAdmissionregistrationV1MutatingWebhookConfigurationParams 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 MutatingWebhookConfiguration

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

WatchAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams

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

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext

SetContext adds the context to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName

SetName adds the name to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch

SetWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext

WithContext adds the context to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName

WithName adds the name to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch

WithWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration params

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1MutatingWebhookConfigurationReader

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

WatchAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1MutatingWebhookConfiguration structure.

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

type WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct {
}

WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized

NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values

func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK with default headers values

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK) Error

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK) GetPayload

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

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

WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 validating webhook configuration list operation typically these are written to a http.Request

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams object with the default values initialized.

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams

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

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContext

SetContext adds the context to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContinue

SetContinue adds the continue to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLimit

SetLimit adds the limit to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetPretty

SetPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeout

SetTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeoutSeconds

SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetWatch

SetWatch adds the watch to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContext

WithContext adds the context to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContinue

WithContinue adds the continueVar to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLimit

WithLimit adds the limit to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithPretty

WithPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeout

WithTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithWatch

WithWatch adds the watch to the watch admissionregistration v1 validating webhook configuration list params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader

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

WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1ValidatingWebhookConfigurationList structure.

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized struct {
}

WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized with default headers values

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized) Error

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams 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 ValidatingWebhookConfiguration

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

WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams

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

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext

SetContext adds the context to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue

SetContinue adds the continue to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector

SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector

SetLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit

SetLimit adds the limit to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName

SetName adds the name to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty

SetPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout

SetTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch

SetWatch adds the watch to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext

WithContext adds the context to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue

WithContinue adds the continueVar to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit

WithLimit adds the limit to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName

WithName adds the name to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty

WithPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout

WithTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch

WithWatch adds the watch to the watch admissionregistration v1 validating webhook configuration params

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader

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

WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1ValidatingWebhookConfiguration structure.

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

type WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct {
}

WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized

NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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