admissionregistration_v1beta1

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

func (*Client) DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration

DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration delete collection of MutatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration

DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration delete collection of ValidatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1beta1MutatingWebhookConfiguration

DeleteAdmissionregistrationV1beta1MutatingWebhookConfiguration delete a MutatingWebhookConfiguration

func (*Client) DeleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration

DeleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration delete a ValidatingWebhookConfiguration

func (*Client) GetAdmissionregistrationV1beta1APIResources

func (a *Client) GetAdmissionregistrationV1beta1APIResources(params *GetAdmissionregistrationV1beta1APIResourcesParams) (*GetAdmissionregistrationV1beta1APIResourcesOK, error)

GetAdmissionregistrationV1beta1APIResources get available resources

func (*Client) ListAdmissionregistrationV1beta1MutatingWebhookConfiguration

ListAdmissionregistrationV1beta1MutatingWebhookConfiguration list or watch objects of kind MutatingWebhookConfiguration

func (*Client) ListAdmissionregistrationV1beta1ValidatingWebhookConfiguration

ListAdmissionregistrationV1beta1ValidatingWebhookConfiguration list or watch objects of kind ValidatingWebhookConfiguration

func (*Client) PatchAdmissionregistrationV1beta1MutatingWebhookConfiguration

PatchAdmissionregistrationV1beta1MutatingWebhookConfiguration partially update the specified MutatingWebhookConfiguration

func (*Client) PatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration

PatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration partially update the specified ValidatingWebhookConfiguration

func (*Client) ReadAdmissionregistrationV1beta1MutatingWebhookConfiguration

ReadAdmissionregistrationV1beta1MutatingWebhookConfiguration read the specified MutatingWebhookConfiguration

func (*Client) ReadAdmissionregistrationV1beta1ValidatingWebhookConfiguration

ReadAdmissionregistrationV1beta1ValidatingWebhookConfiguration read the specified ValidatingWebhookConfiguration

func (*Client) ReplaceAdmissionregistrationV1beta1MutatingWebhookConfiguration

ReplaceAdmissionregistrationV1beta1MutatingWebhookConfiguration replace the specified MutatingWebhookConfiguration

func (*Client) ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration

ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration replace the specified ValidatingWebhookConfiguration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchAdmissionregistrationV1beta1MutatingWebhookConfiguration

WatchAdmissionregistrationV1beta1MutatingWebhookConfiguration 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) WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationList

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

func (*Client) WatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration

WatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration 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) WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList

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

type ClientService

type ClientService interface {
	CreateAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted, error)

	CreateAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted, error)

	DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK, error)

	DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK, error)

	DeleteAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted, error)

	DeleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted, error)

	GetAdmissionregistrationV1beta1APIResources(params *GetAdmissionregistrationV1beta1APIResourcesParams) (*GetAdmissionregistrationV1beta1APIResourcesOK, error)

	ListAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, error)

	ListAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, error)

	PatchAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, error)

	PatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, error)

	ReadAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, error)

	ReadAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, error)

	ReplaceAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated, error)

	ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated, error)

	WatchAdmissionregistrationV1beta1MutatingWebhookConfiguration(params *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK, error)

	WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationList(params *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK, error)

	WatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration(params *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK, error)

	WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList(params *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK, 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 v1beta1 API client.

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted with default headers values

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted) Error

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted) GetPayload

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated with default headers values

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated) Error

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated) GetPayload

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams struct {

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

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

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetBody

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetDryRun

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetFieldManager

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithBody

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithDryRun

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithFieldManager

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewCreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted with default headers values

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted) Error

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted) GetPayload

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated with default headers values

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated) Error

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated) GetPayload

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams struct {

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

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

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetBody

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetDryRun

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetFieldManager

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithBody

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithDryRun

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithFieldManager

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewCreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

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

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

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetBody

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetContext

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetContinue

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetDryRun

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetFieldSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetGracePeriodSeconds

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

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetLabelSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetLimit

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetPretty

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetResourceVersion

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetTimeout

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) SetTimeoutSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithBody

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithContext

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithContinue

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithDryRun

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithFieldSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithGracePeriodSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithLabelSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithLimit

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithPretty

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithResourceVersion

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithTimeout

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

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

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

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetBody

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetContext

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetContinue

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetDryRun

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetFieldSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetGracePeriodSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetLabelSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetLimit

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetPretty

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetResourceVersion

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetTimeout

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) SetTimeoutSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithBody

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithContext

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithContinue

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithDryRun

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithFieldSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithGracePeriodSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithLabelSelector

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithLimit

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithPretty

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithResourceVersion

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithTimeout

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted

NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted with default headers values

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted) Error

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationAccepted) GetPayload

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

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

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetBody

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetDryRun

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetGracePeriodSeconds

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

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetName

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetOrphanDependents

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

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPropagationPolicy

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

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithBody

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithDryRun

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithGracePeriodSeconds

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithName

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted handles this case with default header values.

Accepted

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted

NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted with default headers values

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted) Error

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationAccepted) GetPayload

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

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

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetBody

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetDryRun

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetGracePeriodSeconds

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

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetName

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetOrphanDependents

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

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPropagationPolicy

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

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithBody

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithDryRun

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithGracePeriodSeconds

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithName

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithOrphanDependents

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPropagationPolicy

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewDeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type GetAdmissionregistrationV1beta1APIResourcesOK

type GetAdmissionregistrationV1beta1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetAdmissionregistrationV1beta1APIResourcesOK handles this case with default header values.

OK

func NewGetAdmissionregistrationV1beta1APIResourcesOK

func NewGetAdmissionregistrationV1beta1APIResourcesOK() *GetAdmissionregistrationV1beta1APIResourcesOK

NewGetAdmissionregistrationV1beta1APIResourcesOK creates a GetAdmissionregistrationV1beta1APIResourcesOK with default headers values

func (*GetAdmissionregistrationV1beta1APIResourcesOK) Error

func (*GetAdmissionregistrationV1beta1APIResourcesOK) GetPayload

type GetAdmissionregistrationV1beta1APIResourcesParams

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

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

func NewGetAdmissionregistrationV1beta1APIResourcesParams

func NewGetAdmissionregistrationV1beta1APIResourcesParams() *GetAdmissionregistrationV1beta1APIResourcesParams

NewGetAdmissionregistrationV1beta1APIResourcesParams creates a new GetAdmissionregistrationV1beta1APIResourcesParams object with the default values initialized.

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithContext

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithContext(ctx context.Context) *GetAdmissionregistrationV1beta1APIResourcesParams

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

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithHTTPClient

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAdmissionregistrationV1beta1APIResourcesParams

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

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithTimeout

func NewGetAdmissionregistrationV1beta1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAdmissionregistrationV1beta1APIResourcesParams

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) SetContext

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) SetHTTPClient

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) SetTimeout

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) WithContext

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) WithHTTPClient

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) WithTimeout

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

func (*GetAdmissionregistrationV1beta1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAdmissionregistrationV1beta1APIResourcesReader

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

GetAdmissionregistrationV1beta1APIResourcesReader is a Reader for the GetAdmissionregistrationV1beta1APIResources structure.

func (*GetAdmissionregistrationV1beta1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAdmissionregistrationV1beta1APIResourcesUnauthorized

type GetAdmissionregistrationV1beta1APIResourcesUnauthorized struct {
}

GetAdmissionregistrationV1beta1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetAdmissionregistrationV1beta1APIResourcesUnauthorized

func NewGetAdmissionregistrationV1beta1APIResourcesUnauthorized() *GetAdmissionregistrationV1beta1APIResourcesUnauthorized

NewGetAdmissionregistrationV1beta1APIResourcesUnauthorized creates a GetAdmissionregistrationV1beta1APIResourcesUnauthorized with default headers values

func (*GetAdmissionregistrationV1beta1APIResourcesUnauthorized) Error

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfigurationList
}

ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

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

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContinue

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetFieldSelector

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetLabelSelector

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetLimit

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetResourceVersion

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

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeoutSeconds

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

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetWatch

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContinue

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithFieldSelector

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithLabelSelector

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithLimit

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithResourceVersion

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithWatch

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

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

ListAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ListAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfigurationList
}

ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

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

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContinue

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetFieldSelector

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetLabelSelector

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetLimit

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetResourceVersion

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

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeoutSeconds

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetWatch

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContinue

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithFieldSelector

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithLabelSelector

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithLimit

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithResourceVersion

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithWatch

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

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

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

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetBody

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetDryRun

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetFieldManager

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetForce

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetName

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithBody

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithDryRun

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithFieldManager

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithForce

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithName

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewPatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

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

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetBody

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetDryRun

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetFieldManager

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetForce

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetName

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithBody

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithDryRun

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithFieldManager

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithForce

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithName

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewPatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

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

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetExact

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetExport

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetName

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithExact

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithExport

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithName

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

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

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetExact

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetExport

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetName

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithExact

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithExport

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithName

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated

NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated with default headers values

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated) Error

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationCreated) GetPayload

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1MutatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams struct {

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

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

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetBody

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetDryRun

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetFieldManager

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetName

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithBody

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithDryRun

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithFieldManager

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithName

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated handles this case with default header values.

Created

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated

NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated with default headers values

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated) Error

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationCreated) GetPayload

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sAPIAdmissionregistrationV1beta1ValidatingWebhookConfiguration
}

ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams struct {

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

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

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetBody

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetDryRun

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetFieldManager

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetName

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithBody

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithDryRun

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithFieldManager

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithName

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK with default headers values

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK) Error

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListOK) GetPayload

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

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

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams object with the default values initialized.

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithContext

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithHTTPClient

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithTimeout

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetAllowWatchBookmarks

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetContext

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetContinue

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetFieldSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetHTTPClient

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetLabelSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetLimit

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetPretty

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetResourceVersion

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetResourceVersionMatch

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetTimeout

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) SetWatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithAllowWatchBookmarks

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithContext

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithContinue

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithFieldSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithHTTPClient

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithLabelSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithLimit

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithPretty

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithResourceVersion

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithResourceVersionMatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithTimeout

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WithWatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListReader

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

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationList structure.

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized struct {
}

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized with default headers values

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListUnauthorized) Error

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK with default headers values

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) Error

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationOK) GetPayload

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams object with the default values initialized.

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContext

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetContinue

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetFieldSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetHTTPClient

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetLabelSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetLimit

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetName

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetPretty

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetResourceVersion

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeout

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetTimeoutSeconds

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

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) SetWatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContext

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithContinue

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithFieldSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithHTTPClient

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithLabelSelector

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithLimit

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithName

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithPretty

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithResourceVersion

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeout

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WithWatch

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

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader

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

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1beta1MutatingWebhookConfiguration structure.

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

type WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized struct {
}

WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

func NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized

NewWatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized with default headers values

func (*WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationUnauthorized) Error

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK with default headers values

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK) Error

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListOK) GetPayload

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

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

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams object with the default values initialized.

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithContext

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithHTTPClient

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithTimeout

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetAllowWatchBookmarks

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

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetContext

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetContinue

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetFieldSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetHTTPClient

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetLabelSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetLimit

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetPretty

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetResourceVersion

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetResourceVersionMatch

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

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetTimeout

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) SetWatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithAllowWatchBookmarks

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithContext

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithContinue

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithFieldSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithHTTPClient

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithLabelSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithLimit

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithPretty

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithResourceVersion

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithResourceVersionMatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithTimeout

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WithWatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListReader

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

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList structure.

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized struct {
}

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized with default headers values

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListUnauthorized) Error

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK handles this case with default header values.

OK

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK with default headers values

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) Error

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationOK) GetPayload

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams object with the default values initialized.

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks

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

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContext

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetContinue

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetFieldSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetHTTPClient

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetLabelSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetLimit

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetName

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetPretty

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetResourceVersion

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

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetResourceVersionMatch

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

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeout

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) SetWatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContext

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithContinue

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithFieldSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithHTTPClient

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithLabelSelector

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithLimit

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithName

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithPretty

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithResourceVersion

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithResourceVersionMatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeout

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithTimeoutSeconds

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WithWatch

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

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader

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

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1beta1ValidatingWebhookConfiguration structure.

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationReader) ReadResponse

ReadResponse reads a server response into the received o.

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

type WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized struct {
}

WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

func NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized

NewWatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized with default headers values

func (*WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳