Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAdmissionregistrationV1MutatingWebhookConfiguration(params *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK, ...)
- func (a *Client) CreateAdmissionregistrationV1ValidatingWebhookConfiguration(params *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK, ...)
- func (a *Client) DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(...) (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK, error)
- func (a *Client) DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(...) (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK, ...)
- func (a *Client) DeleteAdmissionregistrationV1MutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK, ...)
- func (a *Client) DeleteAdmissionregistrationV1ValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK, ...)
- func (a *Client) GetAdmissionregistrationV1APIResources(params *GetAdmissionregistrationV1APIResourcesParams) (*GetAdmissionregistrationV1APIResourcesOK, error)
- func (a *Client) ListAdmissionregistrationV1MutatingWebhookConfiguration(params *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
- func (a *Client) ListAdmissionregistrationV1ValidatingWebhookConfiguration(params *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
- func (a *Client) PatchAdmissionregistrationV1MutatingWebhookConfiguration(params *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
- func (a *Client) PatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
- func (a *Client) ReadAdmissionregistrationV1MutatingWebhookConfiguration(params *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
- func (a *Client) ReadAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
- func (a *Client) ReplaceAdmissionregistrationV1MutatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK, ...)
- func (a *Client) ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) WatchAdmissionregistrationV1MutatingWebhookConfiguration(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
- func (a *Client) WatchAdmissionregistrationV1MutatingWebhookConfigurationList(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK, error)
- func (a *Client) WatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
- func (a *Client) WatchAdmissionregistrationV1ValidatingWebhookConfigurationList(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK, error)
- type ClientService
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationOK
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams() *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationReader
- type CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK
- type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContinue(continueVar *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLimit(limit *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader
- type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized
- type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK
- type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLimit(limit *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader
- type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized
- type DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted
- type DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK
- type DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader
- type DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted
- type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type GetAdmissionregistrationV1APIResourcesOK
- type GetAdmissionregistrationV1APIResourcesParams
- func NewGetAdmissionregistrationV1APIResourcesParams() *GetAdmissionregistrationV1APIResourcesParams
- func NewGetAdmissionregistrationV1APIResourcesParamsWithContext(ctx context.Context) *GetAdmissionregistrationV1APIResourcesParams
- func NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAdmissionregistrationV1APIResourcesParams
- func NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAdmissionregistrationV1APIResourcesParams
- func (o *GetAdmissionregistrationV1APIResourcesParams) SetContext(ctx context.Context)
- func (o *GetAdmissionregistrationV1APIResourcesParams) SetHTTPClient(client *http.Client)
- func (o *GetAdmissionregistrationV1APIResourcesParams) SetTimeout(timeout time.Duration)
- func (o *GetAdmissionregistrationV1APIResourcesParams) WithContext(ctx context.Context) *GetAdmissionregistrationV1APIResourcesParams
- func (o *GetAdmissionregistrationV1APIResourcesParams) WithHTTPClient(client *http.Client) *GetAdmissionregistrationV1APIResourcesParams
- func (o *GetAdmissionregistrationV1APIResourcesParams) WithTimeout(timeout time.Duration) *GetAdmissionregistrationV1APIResourcesParams
- func (o *GetAdmissionregistrationV1APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAdmissionregistrationV1APIResourcesReader
- type GetAdmissionregistrationV1APIResourcesUnauthorized
- type ListAdmissionregistrationV1MutatingWebhookConfigurationOK
- type ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1MutatingWebhookConfigurationParams() *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch(watch *bool)
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue(continueVar *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit(limit *int64) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch(watch *bool) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAdmissionregistrationV1MutatingWebhookConfigurationReader
- type ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type ListAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch(watch *bool)
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit(limit *int64) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch(watch *bool) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type PatchAdmissionregistrationV1MutatingWebhookConfigurationOK
- type PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetForce(force *bool)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithForce(force *bool) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAdmissionregistrationV1MutatingWebhookConfigurationReader
- type PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetForce(force *bool)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithForce(force *bool) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type ReadAdmissionregistrationV1MutatingWebhookConfigurationOK
- type ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExact(exact *bool)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExport(export *bool)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExact(exact *bool) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExport(export *bool) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAdmissionregistrationV1MutatingWebhookConfigurationReader
- type ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExact(exact *bool)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExport(export *bool)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExact(exact *bool) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExport(export *bool) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated
- type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK
- type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader
- type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated
- type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContext(ctx context.Context)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContinue(continueVar *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetHTTPClient(client *http.Client)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLimit(limit *int64)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetPretty(pretty *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeout(timeout time.Duration)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetWatch(watch *bool)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationOK
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch(watch *bool)
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationReader
- type WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContext(ctx context.Context)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContinue(continueVar *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetHTTPClient(client *http.Client)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLimit(limit *int64)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetPretty(pretty *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeout(timeout time.Duration)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetWatch(watch *bool)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit(limit *int64)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch(watch *bool)
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
- func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader
- type WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for admissionregistration v1 API
func (*Client) CreateAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) CreateAdmissionregistrationV1MutatingWebhookConfiguration(params *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK, *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error)
CreateAdmissionregistrationV1MutatingWebhookConfiguration create a MutatingWebhookConfiguration
func (*Client) CreateAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) CreateAdmissionregistrationV1ValidatingWebhookConfiguration(params *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error)
CreateAdmissionregistrationV1ValidatingWebhookConfiguration create a ValidatingWebhookConfiguration
func (*Client) DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration ¶
func (a *Client) DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK, error)
DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration delete collection of MutatingWebhookConfiguration
func (*Client) DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration ¶
func (a *Client) DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK, error)
DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration delete collection of ValidatingWebhookConfiguration
func (*Client) DeleteAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) DeleteAdmissionregistrationV1MutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error)
DeleteAdmissionregistrationV1MutatingWebhookConfiguration delete a MutatingWebhookConfiguration
func (*Client) DeleteAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) DeleteAdmissionregistrationV1ValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error)
DeleteAdmissionregistrationV1ValidatingWebhookConfiguration delete a ValidatingWebhookConfiguration
func (*Client) GetAdmissionregistrationV1APIResources ¶
func (a *Client) GetAdmissionregistrationV1APIResources(params *GetAdmissionregistrationV1APIResourcesParams) (*GetAdmissionregistrationV1APIResourcesOK, error)
GetAdmissionregistrationV1APIResources get available resources
func (*Client) ListAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) ListAdmissionregistrationV1MutatingWebhookConfiguration(params *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
ListAdmissionregistrationV1MutatingWebhookConfiguration list or watch objects of kind MutatingWebhookConfiguration
func (*Client) ListAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) ListAdmissionregistrationV1ValidatingWebhookConfiguration(params *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
ListAdmissionregistrationV1ValidatingWebhookConfiguration list or watch objects of kind ValidatingWebhookConfiguration
func (*Client) PatchAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) PatchAdmissionregistrationV1MutatingWebhookConfiguration(params *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
PatchAdmissionregistrationV1MutatingWebhookConfiguration partially update the specified MutatingWebhookConfiguration
func (*Client) PatchAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) PatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
PatchAdmissionregistrationV1ValidatingWebhookConfiguration partially update the specified ValidatingWebhookConfiguration
func (*Client) ReadAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) ReadAdmissionregistrationV1MutatingWebhookConfiguration(params *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
ReadAdmissionregistrationV1MutatingWebhookConfiguration read the specified MutatingWebhookConfiguration
func (*Client) ReadAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) ReadAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
ReadAdmissionregistrationV1ValidatingWebhookConfiguration read the specified ValidatingWebhookConfiguration
func (*Client) ReplaceAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) ReplaceAdmissionregistrationV1MutatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated, error)
ReplaceAdmissionregistrationV1MutatingWebhookConfiguration replace the specified MutatingWebhookConfiguration
func (*Client) ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated, error)
ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration replace the specified ValidatingWebhookConfiguration
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) WatchAdmissionregistrationV1MutatingWebhookConfiguration ¶
func (a *Client) WatchAdmissionregistrationV1MutatingWebhookConfiguration(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error)
WatchAdmissionregistrationV1MutatingWebhookConfiguration watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
func (*Client) WatchAdmissionregistrationV1MutatingWebhookConfigurationList ¶
func (a *Client) WatchAdmissionregistrationV1MutatingWebhookConfigurationList(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK, error)
WatchAdmissionregistrationV1MutatingWebhookConfigurationList watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.
func (*Client) WatchAdmissionregistrationV1ValidatingWebhookConfiguration ¶
func (a *Client) WatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error)
WatchAdmissionregistrationV1ValidatingWebhookConfiguration watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
func (*Client) WatchAdmissionregistrationV1ValidatingWebhookConfigurationList ¶
func (a *Client) WatchAdmissionregistrationV1ValidatingWebhookConfigurationList(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK, error)
WatchAdmissionregistrationV1ValidatingWebhookConfigurationList watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.
type ClientService ¶
type ClientService interface { CreateAdmissionregistrationV1MutatingWebhookConfiguration(params *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK, *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error) CreateAdmissionregistrationV1ValidatingWebhookConfiguration(params *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated, *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error) DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK, error) DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK, error) DeleteAdmissionregistrationV1MutatingWebhookConfiguration(params *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted, error) DeleteAdmissionregistrationV1ValidatingWebhookConfiguration(params *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK, *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted, error) GetAdmissionregistrationV1APIResources(params *GetAdmissionregistrationV1APIResourcesParams) (*GetAdmissionregistrationV1APIResourcesOK, error) ListAdmissionregistrationV1MutatingWebhookConfiguration(params *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK, error) ListAdmissionregistrationV1ValidatingWebhookConfiguration(params *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK, error) PatchAdmissionregistrationV1MutatingWebhookConfiguration(params *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error) PatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error) ReadAdmissionregistrationV1MutatingWebhookConfiguration(params *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK, error) ReadAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK, error) ReplaceAdmissionregistrationV1MutatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated, error) ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration(params *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK, *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated, error) WatchAdmissionregistrationV1MutatingWebhookConfiguration(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK, error) WatchAdmissionregistrationV1MutatingWebhookConfigurationList(params *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK, error) WatchAdmissionregistrationV1ValidatingWebhookConfiguration(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK, error) WatchAdmissionregistrationV1ValidatingWebhookConfigurationList(params *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new admissionregistration v1 API client.
type CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted handles this case with default header values.
Accepted
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted with default headers values
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error() string
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationAccepted) GetPayload ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated handles this case with default header values.
Created
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated with default headers values
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error() string
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationCreated) GetPayload ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
CreateAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK() *CreateAdmissionregistrationV1MutatingWebhookConfigurationOK
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the create admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams() *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new CreateAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new CreateAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new CreateAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration)
SetBody adds the body to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithBody adds the body to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithDryRun adds the dryRun to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the create admissionregistration v1 mutating webhook configuration params
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
CreateAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewCreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *CreateAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted handles this case with default header values.
Accepted
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted with default headers values
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error() string
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) GetPayload ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated handles this case with default header values.
Created
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated with default headers values
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error() string
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationCreated) GetPayload ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the create admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration)
SetBody adds the body to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithBody adds the body to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithDryRun adds the dryRun to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the create admissionregistration v1 validating webhook configuration params
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the CreateAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *CreateAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewCreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a CreateAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK ¶
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK with default headers values
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK) Error ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK) Error() string
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationOK) GetPayload ¶
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams ¶
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 collection mutating webhook configuration operation typically these are written to a http.Request
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams object with the default values initialized.
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithContext creates a new DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithHTTPClient creates a new DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParamsWithTimeout creates a new DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetBody ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContext ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContinue ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetDryRun ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLimit ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPretty ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeout ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithBody ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithBody adds the body to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContext ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithContext adds the context to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContinue ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithContinue(continueVar *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithContinue adds the continueVar to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithDryRun ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithDryRun adds the dryRun to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLimit ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithLimit(limit *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithLimit adds the limit to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPretty ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithPretty adds the pretty to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeout ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithTimeout adds the timeout to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection mutating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader ¶
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration structure.
func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader) ReadResponse ¶
func (o *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized ¶
type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized struct { }
DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized ¶
func NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized
NewDeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationUnauthorized with default headers values
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK ¶
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK with default headers values
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationOK) GetPayload ¶
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams ¶
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 collection validating webhook configuration operation typically these are written to a http.Request
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams object with the default values initialized.
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithContext creates a new DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithHTTPClient creates a new DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParamsWithTimeout creates a new DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetBody ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContext ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContinue ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetDryRun ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLimit ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPretty ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithBody ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithBody adds the body to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContext ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithContext adds the context to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContinue ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithContinue adds the continueVar to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithDryRun ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithDryRun adds the dryRun to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLimit ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithLimit(limit *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithLimit adds the limit to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPretty ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithPretty adds the pretty to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the delete admissionregistration v1 collection validating webhook configuration params
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader ¶
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration structure.
func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized ¶
type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized struct { }
DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized ¶
func NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized
NewDeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationUnauthorized with default headers values
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted handles this case with default header values.
Accepted
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted with default headers values
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted) Error() string
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationAccepted) GetPayload ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1Status
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*Name name of the MutatingWebhookConfiguration */ Name string /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithBody adds the body to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithDryRun adds the dryRun to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithName adds the name to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the delete admissionregistration v1 mutating webhook configuration params
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewDeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *DeleteAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted handles this case with default header values.
Accepted
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted with default headers values
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) Error() string
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationAccepted) GetPayload ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}
DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1Status
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*GracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. */ GracePeriodSeconds *int64 /*Name name of the ValidatingWebhookConfiguration */ Name string /*OrphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. */ OrphanDependents *bool /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*PropagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. */ PropagationPolicy *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the delete admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions)
SetBody adds the body to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetGracePeriodSeconds(gracePeriodSeconds *int64)
SetGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetOrphanDependents(orphanDependents *bool)
SetOrphanDependents adds the orphanDependents to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPropagationPolicy(propagationPolicy *string)
SetPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sApimachineryPkgApisMetaV1DeleteOptions) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithBody adds the body to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithDryRun adds the dryRun to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithGracePeriodSeconds ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithGracePeriodSeconds(gracePeriodSeconds *int64) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithGracePeriodSeconds adds the gracePeriodSeconds to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithName adds the name to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithOrphanDependents ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithOrphanDependents(orphanDependents *bool) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithOrphanDependents adds the orphanDependents to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPropagationPolicy ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPropagationPolicy(propagationPolicy *string) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPropagationPolicy adds the propagationPolicy to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the delete admissionregistration v1 validating webhook configuration params
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the DeleteAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewDeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a DeleteAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
type GetAdmissionregistrationV1APIResourcesOK ¶
type GetAdmissionregistrationV1APIResourcesOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}
GetAdmissionregistrationV1APIResourcesOK handles this case with default header values.
OK
func NewGetAdmissionregistrationV1APIResourcesOK ¶
func NewGetAdmissionregistrationV1APIResourcesOK() *GetAdmissionregistrationV1APIResourcesOK
NewGetAdmissionregistrationV1APIResourcesOK creates a GetAdmissionregistrationV1APIResourcesOK with default headers values
func (*GetAdmissionregistrationV1APIResourcesOK) Error ¶
func (o *GetAdmissionregistrationV1APIResourcesOK) Error() string
func (*GetAdmissionregistrationV1APIResourcesOK) GetPayload ¶
func (o *GetAdmissionregistrationV1APIResourcesOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
type GetAdmissionregistrationV1APIResourcesParams ¶
type GetAdmissionregistrationV1APIResourcesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAdmissionregistrationV1APIResourcesParams contains all the parameters to send to the API endpoint for the get admissionregistration v1 API resources operation typically these are written to a http.Request
func NewGetAdmissionregistrationV1APIResourcesParams ¶
func NewGetAdmissionregistrationV1APIResourcesParams() *GetAdmissionregistrationV1APIResourcesParams
NewGetAdmissionregistrationV1APIResourcesParams creates a new GetAdmissionregistrationV1APIResourcesParams object with the default values initialized.
func NewGetAdmissionregistrationV1APIResourcesParamsWithContext ¶
func NewGetAdmissionregistrationV1APIResourcesParamsWithContext(ctx context.Context) *GetAdmissionregistrationV1APIResourcesParams
NewGetAdmissionregistrationV1APIResourcesParamsWithContext creates a new GetAdmissionregistrationV1APIResourcesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient ¶
func NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient(client *http.Client) *GetAdmissionregistrationV1APIResourcesParams
NewGetAdmissionregistrationV1APIResourcesParamsWithHTTPClient creates a new GetAdmissionregistrationV1APIResourcesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout ¶
func NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout(timeout time.Duration) *GetAdmissionregistrationV1APIResourcesParams
NewGetAdmissionregistrationV1APIResourcesParamsWithTimeout creates a new GetAdmissionregistrationV1APIResourcesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAdmissionregistrationV1APIResourcesParams) SetContext ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) SetContext(ctx context.Context)
SetContext adds the context to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) SetHTTPClient ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) SetTimeout ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) WithContext ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) WithContext(ctx context.Context) *GetAdmissionregistrationV1APIResourcesParams
WithContext adds the context to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) WithHTTPClient ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) WithHTTPClient(client *http.Client) *GetAdmissionregistrationV1APIResourcesParams
WithHTTPClient adds the HTTPClient to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) WithTimeout ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) WithTimeout(timeout time.Duration) *GetAdmissionregistrationV1APIResourcesParams
WithTimeout adds the timeout to the get admissionregistration v1 API resources params
func (*GetAdmissionregistrationV1APIResourcesParams) WriteToRequest ¶
func (o *GetAdmissionregistrationV1APIResourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAdmissionregistrationV1APIResourcesReader ¶
type GetAdmissionregistrationV1APIResourcesReader struct {
// contains filtered or unexported fields
}
GetAdmissionregistrationV1APIResourcesReader is a Reader for the GetAdmissionregistrationV1APIResources structure.
func (*GetAdmissionregistrationV1APIResourcesReader) ReadResponse ¶
func (o *GetAdmissionregistrationV1APIResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAdmissionregistrationV1APIResourcesUnauthorized ¶
type GetAdmissionregistrationV1APIResourcesUnauthorized struct { }
GetAdmissionregistrationV1APIResourcesUnauthorized handles this case with default header values.
Unauthorized
func NewGetAdmissionregistrationV1APIResourcesUnauthorized ¶
func NewGetAdmissionregistrationV1APIResourcesUnauthorized() *GetAdmissionregistrationV1APIResourcesUnauthorized
NewGetAdmissionregistrationV1APIResourcesUnauthorized creates a GetAdmissionregistrationV1APIResourcesUnauthorized with default headers values
func (*GetAdmissionregistrationV1APIResourcesUnauthorized) Error ¶
func (o *GetAdmissionregistrationV1APIResourcesUnauthorized) Error() string
type ListAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type ListAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfigurationList
}
ListAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewListAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationOK() *ListAdmissionregistrationV1MutatingWebhookConfigurationOK
NewListAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ListAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
type ListAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type ListAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the list admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParams() *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
NewListAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new ListAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new ListAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
NewListAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new ListAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch(watch *bool)
SetWatch adds the watch to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue(continueVar *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContinue adds the continueVar to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit(limit *int64) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithLimit adds the limit to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch(watch *bool) *ListAdmissionregistrationV1MutatingWebhookConfigurationParams
WithWatch adds the watch to the list admissionregistration v1 mutating webhook configuration params
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type ListAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ListAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *ListAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type ListAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type ListAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfigurationList
}
ListAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ListAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewListAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ListAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type ListAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type ListAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the list admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewListAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ListAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new ListAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new ListAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewListAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new ListAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch(watch *bool)
SetWatch adds the watch to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContinue adds the continueVar to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit(limit *int64) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithLimit adds the limit to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch(watch *bool) *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithWatch adds the watch to the list admissionregistration v1 validating webhook configuration params
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type ListAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ListAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ListAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error ¶
func (o *ListAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error() string
type PatchAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type PatchAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
PatchAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK() *PatchAdmissionregistrationV1MutatingWebhookConfigurationOK
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
type PatchAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type PatchAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*Body*/ Body models.IoK8sApimachineryPkgApisMetaV1Patch /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */ FieldManager *string /*Force Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */ Force *bool /*Name name of the MutatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the patch admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new PatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new PatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new PatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetForce ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetForce(force *bool)
SetForce adds the force to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithBody adds the body to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithDryRun adds the dryRun to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithForce ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithForce(force *bool) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithForce adds the force to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithName adds the name to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the patch admissionregistration v1 mutating webhook configuration params
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type PatchAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
PatchAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewPatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *PatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*Body*/ Body models.IoK8sApimachineryPkgApisMetaV1Patch /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). */ FieldManager *string /*Force Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. */ Force *bool /*Name name of the ValidatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the patch admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body models.IoK8sApimachineryPkgApisMetaV1Patch)
SetBody adds the body to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetForce ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetForce(force *bool)
SetForce adds the force to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body models.IoK8sApimachineryPkgApisMetaV1Patch) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithBody adds the body to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithDryRun adds the dryRun to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithForce ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithForce(force *bool) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithForce adds the force to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithName adds the name to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the patch admissionregistration v1 validating webhook configuration params
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the PatchAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewPatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error ¶
func (o *PatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error() string
type ReadAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type ReadAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
ReadAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK() *ReadAdmissionregistrationV1MutatingWebhookConfigurationOK
NewReadAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
type ReadAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type ReadAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*Exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. */ Exact *bool /*Export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. */ Export *bool /*Name name of the MutatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the read admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReadAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new ReadAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new ReadAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReadAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new ReadAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExact ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExact(exact *bool)
SetExact adds the exact to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExport ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetExport(export *bool)
SetExport adds the export to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExact ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExact(exact *bool) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithExact adds the exact to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExport ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithExport(export *bool) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithExport adds the export to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithName adds the name to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the read admissionregistration v1 mutating webhook configuration params
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type ReadAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ReadAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *ReadAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*Exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18. */ Exact *bool /*Export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. */ Export *bool /*Name name of the ValidatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the read admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExact ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExact(exact *bool)
SetExact adds the exact to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExport ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetExport(export *bool)
SetExport adds the export to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExact ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExact(exact *bool) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithExact adds the exact to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExport ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithExport(export *bool) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithExport adds the export to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithName adds the name to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the read admissionregistration v1 validating webhook configuration params
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ReadAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error ¶
func (o *ReadAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error() string
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated handles this case with default header values.
Created
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated with default headers values
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated) Error() string
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationCreated) GetPayload ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration
}
ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Name name of the MutatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the replace admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration)
SetBody adds the body to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1MutatingWebhookConfiguration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithBody adds the body to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithDryRun(dryRun *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithDryRun adds the dryRun to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithName adds the name to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the replace admissionregistration v1 mutating webhook configuration params
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated handles this case with default header values.
Created
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated with default headers values
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated) Error() string
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationCreated) GetPayload ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration
}
ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*Body*/ Body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration /*DryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */ DryRun *string /*FieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. */ FieldManager *string /*Name name of the ValidatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the replace admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration)
SetBody adds the body to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetDryRun(dryRun *string)
SetDryRun adds the dryRun to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldManager(fieldManager *string)
SetFieldManager adds the fieldManager to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithBody(body *models.IoK8sAPIAdmissionregistrationV1ValidatingWebhookConfiguration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithBody adds the body to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithDryRun(dryRun *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithDryRun adds the dryRun to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldManager(fieldManager *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithFieldManager adds the fieldManager to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithName adds the name to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the replace admissionregistration v1 validating webhook configuration params
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK handles this case with default header values.
OK
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK with default headers values
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK) Error ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK) Error() string
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListOK) GetPayload ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 mutating webhook configuration list operation typically these are written to a http.Request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams object with the default values initialized.
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithContext creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithHTTPClient creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListParamsWithTimeout creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContext ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContext(ctx context.Context)
SetContext adds the context to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContinue ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetFieldSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetHTTPClient ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLabelSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLimit ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetPretty ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersion ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeout ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetWatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContext ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithContext adds the context to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContinue ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithContinue adds the continueVar to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithFieldSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithHTTPClient ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLabelSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLimit ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithPretty ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersion ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeout ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithWatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams
WithWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration list params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WriteToRequest ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader struct {
// contains filtered or unexported fields
}
WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1MutatingWebhookConfigurationList structure.
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader) ReadResponse ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized struct { }
WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationListUnauthorized with default headers values
type WatchAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAdmissionregistrationV1MutatingWebhookConfigurationOK handles this case with default header values.
OK
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK() *WatchAdmissionregistrationV1MutatingWebhookConfigurationOK
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationOK with default headers values
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) Error() string
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationOK) GetPayload() *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
type WatchAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Name name of the MutatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAdmissionregistrationV1MutatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 mutating webhook configuration operation typically these are written to a http.Request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams() *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized.
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithContext creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithHTTPClient creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationParamsWithTimeout creates a new WatchAdmissionregistrationV1MutatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContext adds the context to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithContinue adds the continueVar to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithLimit adds the limit to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithName(name string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithName adds the name to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithPretty adds the pretty to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeout adds the timeout to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams
WithWatch adds the watch to the watch admissionregistration v1 mutating webhook configuration params
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAdmissionregistrationV1MutatingWebhookConfigurationReader ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
WatchAdmissionregistrationV1MutatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1MutatingWebhookConfiguration structure.
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
type WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized struct { }
WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized ¶
func NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized
NewWatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized with default headers values
func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error ¶
func (o *WatchAdmissionregistrationV1MutatingWebhookConfigurationUnauthorized) Error() string
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK handles this case with default header values.
OK
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK with default headers values
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK) Error ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK) Error() string
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListOK) GetPayload ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 validating webhook configuration list operation typically these are written to a http.Request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams object with the default values initialized.
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithContext creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithHTTPClient creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListParamsWithTimeout creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContext ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContext(ctx context.Context)
SetContext adds the context to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContinue ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetFieldSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetHTTPClient ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLabelSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLimit ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetPretty ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersion ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeout ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetWatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContext ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithContext adds the context to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContinue ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithContinue adds the continueVar to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithFieldSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithHTTPClient ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLabelSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLimit ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithLimit adds the limit to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithPretty ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersion ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeout ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithWatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams
WithWatch adds the watch to the watch admissionregistration v1 validating webhook configuration list params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WriteToRequest ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader struct {
// contains filtered or unexported fields
}
WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader is a Reader for the WatchAdmissionregistrationV1ValidatingWebhookConfigurationList structure.
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader) ReadResponse ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized struct { }
WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationListUnauthorized with default headers values
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK struct {
Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}
WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK handles this case with default header values.
OK
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationOK creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK with default headers values
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) Error() string
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationOK) GetPayload ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams struct { /*AllowWatchBookmarks allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. */ AllowWatchBookmarks *bool /*Continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. */ Continue *string /*FieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. */ FieldSelector *string /*LabelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. */ LabelSelector *string /*Limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. */ Limit *int64 /*Name name of the ValidatingWebhookConfiguration */ Name string /*Pretty If 'true', then the output is pretty printed. */ Pretty *string /*ResourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersion *string /*ResourceVersionMatch resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset */ ResourceVersionMatch *string /*TimeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. */ TimeoutSeconds *int64 /*Watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. */ Watch *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams contains all the parameters to send to the API endpoint for the watch admissionregistration v1 validating webhook configuration operation typically these are written to a http.Request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParams creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized.
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithContext creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithHTTPClient creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationParamsWithTimeout creates a new WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetAllowWatchBookmarks(allowWatchBookmarks *bool)
SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetContinue(continueVar *string)
SetContinue adds the continue to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetFieldSelector(fieldSelector *string)
SetFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLabelSelector(labelSelector *string)
SetLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetLimit(limit *int64)
SetLimit adds the limit to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetName(name string)
SetName adds the name to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetPretty(pretty *string)
SetPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersion(resourceVersion *string)
SetResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetResourceVersionMatch(resourceVersionMatch *string)
SetResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetTimeoutSeconds(timeoutSeconds *int64)
SetTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) SetWatch(watch *bool)
SetWatch adds the watch to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContext(ctx context.Context) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContext adds the context to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithContinue(continueVar *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithContinue adds the continueVar to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithFieldSelector(fieldSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithFieldSelector adds the fieldSelector to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithHTTPClient(client *http.Client) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithHTTPClient adds the HTTPClient to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLabelSelector(labelSelector *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithLabelSelector adds the labelSelector to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithLimit(limit *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithLimit adds the limit to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithName(name string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithName adds the name to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithPretty(pretty *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithPretty adds the pretty to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersion(resourceVersion *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithResourceVersion adds the resourceVersion to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithResourceVersionMatch adds the resourceVersionMatch to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeout(timeout time.Duration) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeout adds the timeout to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithTimeoutSeconds(timeoutSeconds *int64) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithTimeoutSeconds adds the timeoutSeconds to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WithWatch(watch *bool) *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams
WithWatch adds the watch to the watch admissionregistration v1 validating webhook configuration params
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader struct {
// contains filtered or unexported fields
}
WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader is a Reader for the WatchAdmissionregistrationV1ValidatingWebhookConfiguration structure.
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
type WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized struct { }
WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized handles this case with default header values.
Unauthorized
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized ¶
func NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized() *WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized
NewWatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized creates a WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized with default headers values
func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error ¶
func (o *WatchAdmissionregistrationV1ValidatingWebhookConfigurationUnauthorized) Error() string
Source Files ¶
- admissionregistration_v1_client.go
- create_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- create_admissionregistration_v1_mutating_webhook_configuration_responses.go
- create_admissionregistration_v1_validating_webhook_configuration_parameters.go
- create_admissionregistration_v1_validating_webhook_configuration_responses.go
- delete_admissionregistration_v1_collection_mutating_webhook_configuration_parameters.go
- delete_admissionregistration_v1_collection_mutating_webhook_configuration_responses.go
- delete_admissionregistration_v1_collection_validating_webhook_configuration_parameters.go
- delete_admissionregistration_v1_collection_validating_webhook_configuration_responses.go
- delete_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- delete_admissionregistration_v1_mutating_webhook_configuration_responses.go
- delete_admissionregistration_v1_validating_webhook_configuration_parameters.go
- delete_admissionregistration_v1_validating_webhook_configuration_responses.go
- get_admissionregistration_v1_api_resources_parameters.go
- get_admissionregistration_v1_api_resources_responses.go
- list_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- list_admissionregistration_v1_mutating_webhook_configuration_responses.go
- list_admissionregistration_v1_validating_webhook_configuration_parameters.go
- list_admissionregistration_v1_validating_webhook_configuration_responses.go
- patch_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- patch_admissionregistration_v1_mutating_webhook_configuration_responses.go
- patch_admissionregistration_v1_validating_webhook_configuration_parameters.go
- patch_admissionregistration_v1_validating_webhook_configuration_responses.go
- read_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- read_admissionregistration_v1_mutating_webhook_configuration_responses.go
- read_admissionregistration_v1_validating_webhook_configuration_parameters.go
- read_admissionregistration_v1_validating_webhook_configuration_responses.go
- replace_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- replace_admissionregistration_v1_mutating_webhook_configuration_responses.go
- replace_admissionregistration_v1_validating_webhook_configuration_parameters.go
- replace_admissionregistration_v1_validating_webhook_configuration_responses.go
- watch_admissionregistration_v1_mutating_webhook_configuration_list_parameters.go
- watch_admissionregistration_v1_mutating_webhook_configuration_list_responses.go
- watch_admissionregistration_v1_mutating_webhook_configuration_parameters.go
- watch_admissionregistration_v1_mutating_webhook_configuration_responses.go
- watch_admissionregistration_v1_validating_webhook_configuration_list_parameters.go
- watch_admissionregistration_v1_validating_webhook_configuration_list_responses.go
- watch_admissionregistration_v1_validating_webhook_configuration_parameters.go
- watch_admissionregistration_v1_validating_webhook_configuration_responses.go