settings_v1alpha1

package
v0.0.0-...-1e5aeb1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for settings v1alpha1 API

func (*Client) DeleteSettingsV1alpha1CollectionNamespacedPodPreset

DeleteSettingsV1alpha1CollectionNamespacedPodPreset delete collection of PodPreset

func (*Client) DeleteSettingsV1alpha1NamespacedPodPreset

DeleteSettingsV1alpha1NamespacedPodPreset delete a PodPreset

func (*Client) GetSettingsV1alpha1APIResources

func (a *Client) GetSettingsV1alpha1APIResources(params *GetSettingsV1alpha1APIResourcesParams) (*GetSettingsV1alpha1APIResourcesOK, error)

GetSettingsV1alpha1APIResources get available resources

func (*Client) ListSettingsV1alpha1NamespacedPodPreset

func (a *Client) ListSettingsV1alpha1NamespacedPodPreset(params *ListSettingsV1alpha1NamespacedPodPresetParams) (*ListSettingsV1alpha1NamespacedPodPresetOK, error)

ListSettingsV1alpha1NamespacedPodPreset list or watch objects of kind PodPreset

func (*Client) ListSettingsV1alpha1PodPresetForAllNamespaces

func (a *Client) ListSettingsV1alpha1PodPresetForAllNamespaces(params *ListSettingsV1alpha1PodPresetForAllNamespacesParams) (*ListSettingsV1alpha1PodPresetForAllNamespacesOK, error)

ListSettingsV1alpha1PodPresetForAllNamespaces list or watch objects of kind PodPreset

func (*Client) PatchSettingsV1alpha1NamespacedPodPreset

func (a *Client) PatchSettingsV1alpha1NamespacedPodPreset(params *PatchSettingsV1alpha1NamespacedPodPresetParams) (*PatchSettingsV1alpha1NamespacedPodPresetOK, error)

PatchSettingsV1alpha1NamespacedPodPreset partially update the specified PodPreset

func (*Client) ReadSettingsV1alpha1NamespacedPodPreset

func (a *Client) ReadSettingsV1alpha1NamespacedPodPreset(params *ReadSettingsV1alpha1NamespacedPodPresetParams) (*ReadSettingsV1alpha1NamespacedPodPresetOK, error)

ReadSettingsV1alpha1NamespacedPodPreset read the specified PodPreset

func (*Client) ReplaceSettingsV1alpha1NamespacedPodPreset

ReplaceSettingsV1alpha1NamespacedPodPreset replace the specified PodPreset

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchSettingsV1alpha1NamespacedPodPreset

func (a *Client) WatchSettingsV1alpha1NamespacedPodPreset(params *WatchSettingsV1alpha1NamespacedPodPresetParams) (*WatchSettingsV1alpha1NamespacedPodPresetOK, error)

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

func (*Client) WatchSettingsV1alpha1NamespacedPodPresetList

func (a *Client) WatchSettingsV1alpha1NamespacedPodPresetList(params *WatchSettingsV1alpha1NamespacedPodPresetListParams) (*WatchSettingsV1alpha1NamespacedPodPresetListOK, error)

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

func (*Client) WatchSettingsV1alpha1PodPresetListForAllNamespaces

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

type ClientService

type ClientService interface {
	CreateSettingsV1alpha1NamespacedPodPreset(params *CreateSettingsV1alpha1NamespacedPodPresetParams) (*CreateSettingsV1alpha1NamespacedPodPresetOK, *CreateSettingsV1alpha1NamespacedPodPresetCreated, *CreateSettingsV1alpha1NamespacedPodPresetAccepted, error)

	DeleteSettingsV1alpha1CollectionNamespacedPodPreset(params *DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK, error)

	DeleteSettingsV1alpha1NamespacedPodPreset(params *DeleteSettingsV1alpha1NamespacedPodPresetParams) (*DeleteSettingsV1alpha1NamespacedPodPresetOK, *DeleteSettingsV1alpha1NamespacedPodPresetAccepted, error)

	GetSettingsV1alpha1APIResources(params *GetSettingsV1alpha1APIResourcesParams) (*GetSettingsV1alpha1APIResourcesOK, error)

	ListSettingsV1alpha1NamespacedPodPreset(params *ListSettingsV1alpha1NamespacedPodPresetParams) (*ListSettingsV1alpha1NamespacedPodPresetOK, error)

	ListSettingsV1alpha1PodPresetForAllNamespaces(params *ListSettingsV1alpha1PodPresetForAllNamespacesParams) (*ListSettingsV1alpha1PodPresetForAllNamespacesOK, error)

	PatchSettingsV1alpha1NamespacedPodPreset(params *PatchSettingsV1alpha1NamespacedPodPresetParams) (*PatchSettingsV1alpha1NamespacedPodPresetOK, error)

	ReadSettingsV1alpha1NamespacedPodPreset(params *ReadSettingsV1alpha1NamespacedPodPresetParams) (*ReadSettingsV1alpha1NamespacedPodPresetOK, error)

	ReplaceSettingsV1alpha1NamespacedPodPreset(params *ReplaceSettingsV1alpha1NamespacedPodPresetParams) (*ReplaceSettingsV1alpha1NamespacedPodPresetOK, *ReplaceSettingsV1alpha1NamespacedPodPresetCreated, error)

	WatchSettingsV1alpha1NamespacedPodPreset(params *WatchSettingsV1alpha1NamespacedPodPresetParams) (*WatchSettingsV1alpha1NamespacedPodPresetOK, error)

	WatchSettingsV1alpha1NamespacedPodPresetList(params *WatchSettingsV1alpha1NamespacedPodPresetListParams) (*WatchSettingsV1alpha1NamespacedPodPresetListOK, error)

	WatchSettingsV1alpha1PodPresetListForAllNamespaces(params *WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) (*WatchSettingsV1alpha1PodPresetListForAllNamespacesOK, 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 settings v1alpha1 API client.

type CreateSettingsV1alpha1NamespacedPodPresetAccepted

type CreateSettingsV1alpha1NamespacedPodPresetAccepted struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

CreateSettingsV1alpha1NamespacedPodPresetAccepted handles this case with default header values.

Accepted

func NewCreateSettingsV1alpha1NamespacedPodPresetAccepted

func NewCreateSettingsV1alpha1NamespacedPodPresetAccepted() *CreateSettingsV1alpha1NamespacedPodPresetAccepted

NewCreateSettingsV1alpha1NamespacedPodPresetAccepted creates a CreateSettingsV1alpha1NamespacedPodPresetAccepted with default headers values

func (*CreateSettingsV1alpha1NamespacedPodPresetAccepted) Error

func (*CreateSettingsV1alpha1NamespacedPodPresetAccepted) GetPayload

type CreateSettingsV1alpha1NamespacedPodPresetCreated

type CreateSettingsV1alpha1NamespacedPodPresetCreated struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

CreateSettingsV1alpha1NamespacedPodPresetCreated handles this case with default header values.

Created

func NewCreateSettingsV1alpha1NamespacedPodPresetCreated

func NewCreateSettingsV1alpha1NamespacedPodPresetCreated() *CreateSettingsV1alpha1NamespacedPodPresetCreated

NewCreateSettingsV1alpha1NamespacedPodPresetCreated creates a CreateSettingsV1alpha1NamespacedPodPresetCreated with default headers values

func (*CreateSettingsV1alpha1NamespacedPodPresetCreated) Error

func (*CreateSettingsV1alpha1NamespacedPodPresetCreated) GetPayload

type CreateSettingsV1alpha1NamespacedPodPresetOK

type CreateSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

CreateSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewCreateSettingsV1alpha1NamespacedPodPresetOK

func NewCreateSettingsV1alpha1NamespacedPodPresetOK() *CreateSettingsV1alpha1NamespacedPodPresetOK

NewCreateSettingsV1alpha1NamespacedPodPresetOK creates a CreateSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*CreateSettingsV1alpha1NamespacedPodPresetOK) Error

func (*CreateSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type CreateSettingsV1alpha1NamespacedPodPresetParams

type CreateSettingsV1alpha1NamespacedPodPresetParams struct {

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

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

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

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

	*/
	Pretty *string

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

CreateSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the create settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewCreateSettingsV1alpha1NamespacedPodPresetParams

func NewCreateSettingsV1alpha1NamespacedPodPresetParams() *CreateSettingsV1alpha1NamespacedPodPresetParams

NewCreateSettingsV1alpha1NamespacedPodPresetParams creates a new CreateSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *CreateSettingsV1alpha1NamespacedPodPresetParams

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

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *CreateSettingsV1alpha1NamespacedPodPresetParams

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

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewCreateSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *CreateSettingsV1alpha1NamespacedPodPresetParams

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

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetBody

SetBody adds the body to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetDryRun

SetDryRun adds the dryRun to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *CreateSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithBody

WithBody adds the body to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithDryRun

WithDryRun adds the dryRun to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithFieldManager

WithFieldManager adds the fieldManager to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the create settings v1alpha1 namespaced pod preset params

func (*CreateSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSettingsV1alpha1NamespacedPodPresetReader

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

CreateSettingsV1alpha1NamespacedPodPresetReader is a Reader for the CreateSettingsV1alpha1NamespacedPodPreset structure.

func (*CreateSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSettingsV1alpha1NamespacedPodPresetUnauthorized

type CreateSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

CreateSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewCreateSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewCreateSettingsV1alpha1NamespacedPodPresetUnauthorized() *CreateSettingsV1alpha1NamespacedPodPresetUnauthorized

NewCreateSettingsV1alpha1NamespacedPodPresetUnauthorized creates a CreateSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*CreateSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK handles this case with default header values.

OK

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetOK

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetOK() *DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK

NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetOK creates a DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK with default headers values

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK) Error

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetOK) GetPayload

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams struct {

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

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

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

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

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

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

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

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

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

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

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

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

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

	Defaults to unset

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

	Defaults to unset

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

	*/
	TimeoutSeconds *int64

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

DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams contains all the parameters to send to the API endpoint for the delete settings v1alpha1 collection namespaced pod preset operation typically these are written to a http.Request

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParams() *DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParams creates a new DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams object with the default values initialized.

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithContext

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithContext(ctx context.Context) *DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

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

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithHTTPClient

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithHTTPClient(client *http.Client) *DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

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

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithTimeout

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetParamsWithTimeout(timeout time.Duration) *DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams

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

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetBody

SetBody adds the body to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetContext

SetContext adds the context to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetContinue

SetContinue adds the continue to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetDryRun

SetDryRun adds the dryRun to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetLimit

SetLimit adds the limit to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetNamespace

SetNamespace adds the namespace to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithBody

WithBody adds the body to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithContext

WithContext adds the context to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithContinue

WithContinue adds the continueVar to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithDryRun

WithDryRun adds the dryRun to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithLimit

WithLimit adds the limit to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete settings v1alpha1 collection namespaced pod preset params

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetReader

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

DeleteSettingsV1alpha1CollectionNamespacedPodPresetReader is a Reader for the DeleteSettingsV1alpha1CollectionNamespacedPodPreset structure.

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized

type DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized struct {
}

DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized

func NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized() *DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized

NewDeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized creates a DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized with default headers values

func (*DeleteSettingsV1alpha1CollectionNamespacedPodPresetUnauthorized) Error

type DeleteSettingsV1alpha1NamespacedPodPresetAccepted

type DeleteSettingsV1alpha1NamespacedPodPresetAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteSettingsV1alpha1NamespacedPodPresetAccepted handles this case with default header values.

Accepted

func NewDeleteSettingsV1alpha1NamespacedPodPresetAccepted

func NewDeleteSettingsV1alpha1NamespacedPodPresetAccepted() *DeleteSettingsV1alpha1NamespacedPodPresetAccepted

NewDeleteSettingsV1alpha1NamespacedPodPresetAccepted creates a DeleteSettingsV1alpha1NamespacedPodPresetAccepted with default headers values

func (*DeleteSettingsV1alpha1NamespacedPodPresetAccepted) Error

func (*DeleteSettingsV1alpha1NamespacedPodPresetAccepted) GetPayload

type DeleteSettingsV1alpha1NamespacedPodPresetOK

type DeleteSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewDeleteSettingsV1alpha1NamespacedPodPresetOK

func NewDeleteSettingsV1alpha1NamespacedPodPresetOK() *DeleteSettingsV1alpha1NamespacedPodPresetOK

NewDeleteSettingsV1alpha1NamespacedPodPresetOK creates a DeleteSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*DeleteSettingsV1alpha1NamespacedPodPresetOK) Error

func (*DeleteSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type DeleteSettingsV1alpha1NamespacedPodPresetParams

type DeleteSettingsV1alpha1NamespacedPodPresetParams 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 PodPreset

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

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

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

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

	*/
	PropagationPolicy *string

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

DeleteSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the delete settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewDeleteSettingsV1alpha1NamespacedPodPresetParams

func NewDeleteSettingsV1alpha1NamespacedPodPresetParams() *DeleteSettingsV1alpha1NamespacedPodPresetParams

NewDeleteSettingsV1alpha1NamespacedPodPresetParams creates a new DeleteSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *DeleteSettingsV1alpha1NamespacedPodPresetParams

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

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *DeleteSettingsV1alpha1NamespacedPodPresetParams

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

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewDeleteSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *DeleteSettingsV1alpha1NamespacedPodPresetParams

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

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetBody

SetBody adds the body to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetDryRun

SetDryRun adds the dryRun to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetName

SetName adds the name to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *DeleteSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithBody

WithBody adds the body to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithDryRun

WithDryRun adds the dryRun to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithName

WithName adds the name to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the delete settings v1alpha1 namespaced pod preset params

func (*DeleteSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSettingsV1alpha1NamespacedPodPresetReader

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

DeleteSettingsV1alpha1NamespacedPodPresetReader is a Reader for the DeleteSettingsV1alpha1NamespacedPodPreset structure.

func (*DeleteSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized

type DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewDeleteSettingsV1alpha1NamespacedPodPresetUnauthorized() *DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized

NewDeleteSettingsV1alpha1NamespacedPodPresetUnauthorized creates a DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*DeleteSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type GetSettingsV1alpha1APIResourcesOK

type GetSettingsV1alpha1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetSettingsV1alpha1APIResourcesOK handles this case with default header values.

OK

func NewGetSettingsV1alpha1APIResourcesOK

func NewGetSettingsV1alpha1APIResourcesOK() *GetSettingsV1alpha1APIResourcesOK

NewGetSettingsV1alpha1APIResourcesOK creates a GetSettingsV1alpha1APIResourcesOK with default headers values

func (*GetSettingsV1alpha1APIResourcesOK) Error

func (*GetSettingsV1alpha1APIResourcesOK) GetPayload

type GetSettingsV1alpha1APIResourcesParams

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

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

func NewGetSettingsV1alpha1APIResourcesParams

func NewGetSettingsV1alpha1APIResourcesParams() *GetSettingsV1alpha1APIResourcesParams

NewGetSettingsV1alpha1APIResourcesParams creates a new GetSettingsV1alpha1APIResourcesParams object with the default values initialized.

func NewGetSettingsV1alpha1APIResourcesParamsWithContext

func NewGetSettingsV1alpha1APIResourcesParamsWithContext(ctx context.Context) *GetSettingsV1alpha1APIResourcesParams

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

func NewGetSettingsV1alpha1APIResourcesParamsWithHTTPClient

func NewGetSettingsV1alpha1APIResourcesParamsWithHTTPClient(client *http.Client) *GetSettingsV1alpha1APIResourcesParams

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

func NewGetSettingsV1alpha1APIResourcesParamsWithTimeout

func NewGetSettingsV1alpha1APIResourcesParamsWithTimeout(timeout time.Duration) *GetSettingsV1alpha1APIResourcesParams

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

func (*GetSettingsV1alpha1APIResourcesParams) SetContext

SetContext adds the context to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) SetTimeout

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

SetTimeout adds the timeout to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) WithContext

WithContext adds the context to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) WithTimeout

WithTimeout adds the timeout to the get settings v1alpha1 API resources params

func (*GetSettingsV1alpha1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSettingsV1alpha1APIResourcesReader

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

GetSettingsV1alpha1APIResourcesReader is a Reader for the GetSettingsV1alpha1APIResources structure.

func (*GetSettingsV1alpha1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSettingsV1alpha1APIResourcesUnauthorized

type GetSettingsV1alpha1APIResourcesUnauthorized struct {
}

GetSettingsV1alpha1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetSettingsV1alpha1APIResourcesUnauthorized

func NewGetSettingsV1alpha1APIResourcesUnauthorized() *GetSettingsV1alpha1APIResourcesUnauthorized

NewGetSettingsV1alpha1APIResourcesUnauthorized creates a GetSettingsV1alpha1APIResourcesUnauthorized with default headers values

func (*GetSettingsV1alpha1APIResourcesUnauthorized) Error

type ListSettingsV1alpha1NamespacedPodPresetOK

type ListSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPresetList
}

ListSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewListSettingsV1alpha1NamespacedPodPresetOK

func NewListSettingsV1alpha1NamespacedPodPresetOK() *ListSettingsV1alpha1NamespacedPodPresetOK

NewListSettingsV1alpha1NamespacedPodPresetOK creates a ListSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*ListSettingsV1alpha1NamespacedPodPresetOK) Error

func (*ListSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type ListSettingsV1alpha1NamespacedPodPresetParams

type ListSettingsV1alpha1NamespacedPodPresetParams struct {

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

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

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

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

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

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

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

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

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

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

	Defaults to unset

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

	Defaults to unset

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

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

	*/
	Watch *bool

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

ListSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the list settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewListSettingsV1alpha1NamespacedPodPresetParams

func NewListSettingsV1alpha1NamespacedPodPresetParams() *ListSettingsV1alpha1NamespacedPodPresetParams

NewListSettingsV1alpha1NamespacedPodPresetParams creates a new ListSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *ListSettingsV1alpha1NamespacedPodPresetParams

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

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *ListSettingsV1alpha1NamespacedPodPresetParams

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

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewListSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *ListSettingsV1alpha1NamespacedPodPresetParams

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

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetContinue

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

SetContinue adds the continue to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetLimit

SetLimit adds the limit to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *ListSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) SetWatch

SetWatch adds the watch to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithContinue

WithContinue adds the continueVar to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithLimit

WithLimit adds the limit to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WithWatch

WithWatch adds the watch to the list settings v1alpha1 namespaced pod preset params

func (*ListSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSettingsV1alpha1NamespacedPodPresetReader

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

ListSettingsV1alpha1NamespacedPodPresetReader is a Reader for the ListSettingsV1alpha1NamespacedPodPreset structure.

func (*ListSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSettingsV1alpha1NamespacedPodPresetUnauthorized

type ListSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

ListSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewListSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewListSettingsV1alpha1NamespacedPodPresetUnauthorized() *ListSettingsV1alpha1NamespacedPodPresetUnauthorized

NewListSettingsV1alpha1NamespacedPodPresetUnauthorized creates a ListSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*ListSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type ListSettingsV1alpha1PodPresetForAllNamespacesOK

type ListSettingsV1alpha1PodPresetForAllNamespacesOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPresetList
}

ListSettingsV1alpha1PodPresetForAllNamespacesOK handles this case with default header values.

OK

func NewListSettingsV1alpha1PodPresetForAllNamespacesOK

func NewListSettingsV1alpha1PodPresetForAllNamespacesOK() *ListSettingsV1alpha1PodPresetForAllNamespacesOK

NewListSettingsV1alpha1PodPresetForAllNamespacesOK creates a ListSettingsV1alpha1PodPresetForAllNamespacesOK with default headers values

func (*ListSettingsV1alpha1PodPresetForAllNamespacesOK) Error

func (*ListSettingsV1alpha1PodPresetForAllNamespacesOK) GetPayload

type ListSettingsV1alpha1PodPresetForAllNamespacesParams

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

ListSettingsV1alpha1PodPresetForAllNamespacesParams contains all the parameters to send to the API endpoint for the list settings v1alpha1 pod preset for all namespaces operation typically these are written to a http.Request

func NewListSettingsV1alpha1PodPresetForAllNamespacesParams

func NewListSettingsV1alpha1PodPresetForAllNamespacesParams() *ListSettingsV1alpha1PodPresetForAllNamespacesParams

NewListSettingsV1alpha1PodPresetForAllNamespacesParams creates a new ListSettingsV1alpha1PodPresetForAllNamespacesParams object with the default values initialized.

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithContext

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithContext(ctx context.Context) *ListSettingsV1alpha1PodPresetForAllNamespacesParams

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

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithHTTPClient

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithHTTPClient(client *http.Client) *ListSettingsV1alpha1PodPresetForAllNamespacesParams

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

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithTimeout

func NewListSettingsV1alpha1PodPresetForAllNamespacesParamsWithTimeout(timeout time.Duration) *ListSettingsV1alpha1PodPresetForAllNamespacesParams

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

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetContext

SetContext adds the context to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetContinue

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

SetContinue adds the continue to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetLimit

SetLimit adds the limit to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetPretty

SetPretty adds the pretty to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetTimeout

SetTimeout adds the timeout to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) SetWatch

SetWatch adds the watch to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithContext

WithContext adds the context to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithContinue

WithContinue adds the continueVar to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithLimit

WithLimit adds the limit to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithPretty

WithPretty adds the pretty to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithTimeout

WithTimeout adds the timeout to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WithWatch

WithWatch adds the watch to the list settings v1alpha1 pod preset for all namespaces params

func (*ListSettingsV1alpha1PodPresetForAllNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSettingsV1alpha1PodPresetForAllNamespacesReader

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

ListSettingsV1alpha1PodPresetForAllNamespacesReader is a Reader for the ListSettingsV1alpha1PodPresetForAllNamespaces structure.

func (*ListSettingsV1alpha1PodPresetForAllNamespacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized

type ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized struct {
}

ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized handles this case with default header values.

Unauthorized

func NewListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized

func NewListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized() *ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized

NewListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized creates a ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized with default headers values

func (*ListSettingsV1alpha1PodPresetForAllNamespacesUnauthorized) Error

type PatchSettingsV1alpha1NamespacedPodPresetOK

type PatchSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

PatchSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewPatchSettingsV1alpha1NamespacedPodPresetOK

func NewPatchSettingsV1alpha1NamespacedPodPresetOK() *PatchSettingsV1alpha1NamespacedPodPresetOK

NewPatchSettingsV1alpha1NamespacedPodPresetOK creates a PatchSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*PatchSettingsV1alpha1NamespacedPodPresetOK) Error

func (*PatchSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type PatchSettingsV1alpha1NamespacedPodPresetParams

type PatchSettingsV1alpha1NamespacedPodPresetParams 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 PodPreset

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

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

	*/
	Pretty *string

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

PatchSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the patch settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewPatchSettingsV1alpha1NamespacedPodPresetParams

func NewPatchSettingsV1alpha1NamespacedPodPresetParams() *PatchSettingsV1alpha1NamespacedPodPresetParams

NewPatchSettingsV1alpha1NamespacedPodPresetParams creates a new PatchSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *PatchSettingsV1alpha1NamespacedPodPresetParams

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

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *PatchSettingsV1alpha1NamespacedPodPresetParams

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

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewPatchSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *PatchSettingsV1alpha1NamespacedPodPresetParams

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

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetBody

SetBody adds the body to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetDryRun

SetDryRun adds the dryRun to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetForce

SetForce adds the force to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetName

SetName adds the name to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *PatchSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithBody

WithBody adds the body to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithDryRun

WithDryRun adds the dryRun to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithForce

WithForce adds the force to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithName

WithName adds the name to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the patch settings v1alpha1 namespaced pod preset params

func (*PatchSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSettingsV1alpha1NamespacedPodPresetReader

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

PatchSettingsV1alpha1NamespacedPodPresetReader is a Reader for the PatchSettingsV1alpha1NamespacedPodPreset structure.

func (*PatchSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchSettingsV1alpha1NamespacedPodPresetUnauthorized

type PatchSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

PatchSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewPatchSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewPatchSettingsV1alpha1NamespacedPodPresetUnauthorized() *PatchSettingsV1alpha1NamespacedPodPresetUnauthorized

NewPatchSettingsV1alpha1NamespacedPodPresetUnauthorized creates a PatchSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*PatchSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type ReadSettingsV1alpha1NamespacedPodPresetOK

type ReadSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

ReadSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewReadSettingsV1alpha1NamespacedPodPresetOK

func NewReadSettingsV1alpha1NamespacedPodPresetOK() *ReadSettingsV1alpha1NamespacedPodPresetOK

NewReadSettingsV1alpha1NamespacedPodPresetOK creates a ReadSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*ReadSettingsV1alpha1NamespacedPodPresetOK) Error

func (*ReadSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type ReadSettingsV1alpha1NamespacedPodPresetParams

type ReadSettingsV1alpha1NamespacedPodPresetParams 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 PodPreset

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

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

	*/
	Pretty *string

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

ReadSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the read settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewReadSettingsV1alpha1NamespacedPodPresetParams

func NewReadSettingsV1alpha1NamespacedPodPresetParams() *ReadSettingsV1alpha1NamespacedPodPresetParams

NewReadSettingsV1alpha1NamespacedPodPresetParams creates a new ReadSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *ReadSettingsV1alpha1NamespacedPodPresetParams

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

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *ReadSettingsV1alpha1NamespacedPodPresetParams

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

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewReadSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *ReadSettingsV1alpha1NamespacedPodPresetParams

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

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetExact

SetExact adds the exact to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetExport

SetExport adds the export to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetName

SetName adds the name to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *ReadSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithExact

WithExact adds the exact to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithExport

WithExport adds the export to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithName

WithName adds the name to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the read settings v1alpha1 namespaced pod preset params

func (*ReadSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadSettingsV1alpha1NamespacedPodPresetReader

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

ReadSettingsV1alpha1NamespacedPodPresetReader is a Reader for the ReadSettingsV1alpha1NamespacedPodPreset structure.

func (*ReadSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadSettingsV1alpha1NamespacedPodPresetUnauthorized

type ReadSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

ReadSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewReadSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewReadSettingsV1alpha1NamespacedPodPresetUnauthorized() *ReadSettingsV1alpha1NamespacedPodPresetUnauthorized

NewReadSettingsV1alpha1NamespacedPodPresetUnauthorized creates a ReadSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*ReadSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type ReplaceSettingsV1alpha1NamespacedPodPresetCreated

type ReplaceSettingsV1alpha1NamespacedPodPresetCreated struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

ReplaceSettingsV1alpha1NamespacedPodPresetCreated handles this case with default header values.

Created

func NewReplaceSettingsV1alpha1NamespacedPodPresetCreated

func NewReplaceSettingsV1alpha1NamespacedPodPresetCreated() *ReplaceSettingsV1alpha1NamespacedPodPresetCreated

NewReplaceSettingsV1alpha1NamespacedPodPresetCreated creates a ReplaceSettingsV1alpha1NamespacedPodPresetCreated with default headers values

func (*ReplaceSettingsV1alpha1NamespacedPodPresetCreated) Error

func (*ReplaceSettingsV1alpha1NamespacedPodPresetCreated) GetPayload

type ReplaceSettingsV1alpha1NamespacedPodPresetOK

type ReplaceSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sAPISettingsV1alpha1PodPreset
}

ReplaceSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewReplaceSettingsV1alpha1NamespacedPodPresetOK

func NewReplaceSettingsV1alpha1NamespacedPodPresetOK() *ReplaceSettingsV1alpha1NamespacedPodPresetOK

NewReplaceSettingsV1alpha1NamespacedPodPresetOK creates a ReplaceSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*ReplaceSettingsV1alpha1NamespacedPodPresetOK) Error

func (*ReplaceSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type ReplaceSettingsV1alpha1NamespacedPodPresetParams

type ReplaceSettingsV1alpha1NamespacedPodPresetParams struct {

	/*Body*/
	Body *models.IoK8sAPISettingsV1alpha1PodPreset
	/*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 PodPreset

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

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

	*/
	Pretty *string

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

ReplaceSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the replace settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewReplaceSettingsV1alpha1NamespacedPodPresetParams

func NewReplaceSettingsV1alpha1NamespacedPodPresetParams() *ReplaceSettingsV1alpha1NamespacedPodPresetParams

NewReplaceSettingsV1alpha1NamespacedPodPresetParams creates a new ReplaceSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *ReplaceSettingsV1alpha1NamespacedPodPresetParams

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

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *ReplaceSettingsV1alpha1NamespacedPodPresetParams

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

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewReplaceSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *ReplaceSettingsV1alpha1NamespacedPodPresetParams

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

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetBody

SetBody adds the body to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetDryRun

SetDryRun adds the dryRun to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetName

SetName adds the name to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithBody

WithBody adds the body to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithDryRun

WithDryRun adds the dryRun to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithName

WithName adds the name to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the replace settings v1alpha1 namespaced pod preset params

func (*ReplaceSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSettingsV1alpha1NamespacedPodPresetReader

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

ReplaceSettingsV1alpha1NamespacedPodPresetReader is a Reader for the ReplaceSettingsV1alpha1NamespacedPodPreset structure.

func (*ReplaceSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized

type ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized() *ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized

NewReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized creates a ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*ReplaceSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type WatchSettingsV1alpha1NamespacedPodPresetListOK

type WatchSettingsV1alpha1NamespacedPodPresetListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchSettingsV1alpha1NamespacedPodPresetListOK handles this case with default header values.

OK

func NewWatchSettingsV1alpha1NamespacedPodPresetListOK

func NewWatchSettingsV1alpha1NamespacedPodPresetListOK() *WatchSettingsV1alpha1NamespacedPodPresetListOK

NewWatchSettingsV1alpha1NamespacedPodPresetListOK creates a WatchSettingsV1alpha1NamespacedPodPresetListOK with default headers values

func (*WatchSettingsV1alpha1NamespacedPodPresetListOK) Error

func (*WatchSettingsV1alpha1NamespacedPodPresetListOK) GetPayload

type WatchSettingsV1alpha1NamespacedPodPresetListParams

type WatchSettingsV1alpha1NamespacedPodPresetListParams struct {

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

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

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

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

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

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

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

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

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

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

	Defaults to unset

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

	Defaults to unset

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

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

	*/
	Watch *bool

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

WatchSettingsV1alpha1NamespacedPodPresetListParams contains all the parameters to send to the API endpoint for the watch settings v1alpha1 namespaced pod preset list operation typically these are written to a http.Request

func NewWatchSettingsV1alpha1NamespacedPodPresetListParams

func NewWatchSettingsV1alpha1NamespacedPodPresetListParams() *WatchSettingsV1alpha1NamespacedPodPresetListParams

NewWatchSettingsV1alpha1NamespacedPodPresetListParams creates a new WatchSettingsV1alpha1NamespacedPodPresetListParams object with the default values initialized.

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithContext

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithContext(ctx context.Context) *WatchSettingsV1alpha1NamespacedPodPresetListParams

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

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithHTTPClient

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithHTTPClient(client *http.Client) *WatchSettingsV1alpha1NamespacedPodPresetListParams

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

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithTimeout

func NewWatchSettingsV1alpha1NamespacedPodPresetListParamsWithTimeout(timeout time.Duration) *WatchSettingsV1alpha1NamespacedPodPresetListParams

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

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetContext

SetContext adds the context to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetContinue

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

SetContinue adds the continue to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetLimit

SetLimit adds the limit to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetNamespace

SetNamespace adds the namespace to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetPretty

SetPretty adds the pretty to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetTimeout

SetTimeout adds the timeout to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) SetWatch

SetWatch adds the watch to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithContext

WithContext adds the context to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithContinue

WithContinue adds the continueVar to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithLimit

WithLimit adds the limit to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithNamespace

WithNamespace adds the namespace to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithPretty

WithPretty adds the pretty to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithTimeout

WithTimeout adds the timeout to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WithWatch

WithWatch adds the watch to the watch settings v1alpha1 namespaced pod preset list params

func (*WatchSettingsV1alpha1NamespacedPodPresetListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchSettingsV1alpha1NamespacedPodPresetListReader

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

WatchSettingsV1alpha1NamespacedPodPresetListReader is a Reader for the WatchSettingsV1alpha1NamespacedPodPresetList structure.

func (*WatchSettingsV1alpha1NamespacedPodPresetListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized

type WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized struct {
}

WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchSettingsV1alpha1NamespacedPodPresetListUnauthorized

func NewWatchSettingsV1alpha1NamespacedPodPresetListUnauthorized() *WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized

NewWatchSettingsV1alpha1NamespacedPodPresetListUnauthorized creates a WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized with default headers values

func (*WatchSettingsV1alpha1NamespacedPodPresetListUnauthorized) Error

type WatchSettingsV1alpha1NamespacedPodPresetOK

type WatchSettingsV1alpha1NamespacedPodPresetOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchSettingsV1alpha1NamespacedPodPresetOK handles this case with default header values.

OK

func NewWatchSettingsV1alpha1NamespacedPodPresetOK

func NewWatchSettingsV1alpha1NamespacedPodPresetOK() *WatchSettingsV1alpha1NamespacedPodPresetOK

NewWatchSettingsV1alpha1NamespacedPodPresetOK creates a WatchSettingsV1alpha1NamespacedPodPresetOK with default headers values

func (*WatchSettingsV1alpha1NamespacedPodPresetOK) Error

func (*WatchSettingsV1alpha1NamespacedPodPresetOK) GetPayload

type WatchSettingsV1alpha1NamespacedPodPresetParams

type WatchSettingsV1alpha1NamespacedPodPresetParams 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 PodPreset

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

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

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

	Defaults to unset

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

	Defaults to unset

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

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

	*/
	Watch *bool

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

WatchSettingsV1alpha1NamespacedPodPresetParams contains all the parameters to send to the API endpoint for the watch settings v1alpha1 namespaced pod preset operation typically these are written to a http.Request

func NewWatchSettingsV1alpha1NamespacedPodPresetParams

func NewWatchSettingsV1alpha1NamespacedPodPresetParams() *WatchSettingsV1alpha1NamespacedPodPresetParams

NewWatchSettingsV1alpha1NamespacedPodPresetParams creates a new WatchSettingsV1alpha1NamespacedPodPresetParams object with the default values initialized.

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithContext

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithContext(ctx context.Context) *WatchSettingsV1alpha1NamespacedPodPresetParams

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

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithHTTPClient(client *http.Client) *WatchSettingsV1alpha1NamespacedPodPresetParams

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

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithTimeout

func NewWatchSettingsV1alpha1NamespacedPodPresetParamsWithTimeout(timeout time.Duration) *WatchSettingsV1alpha1NamespacedPodPresetParams

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

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetContext

SetContext adds the context to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetContinue

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

SetContinue adds the continue to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetLimit

SetLimit adds the limit to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetName

SetName adds the name to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetNamespace

func (o *WatchSettingsV1alpha1NamespacedPodPresetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetPretty

SetPretty adds the pretty to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetTimeout

SetTimeout adds the timeout to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) SetWatch

SetWatch adds the watch to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithContext

WithContext adds the context to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithContinue

WithContinue adds the continueVar to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithLimit

WithLimit adds the limit to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithName

WithName adds the name to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithNamespace

WithNamespace adds the namespace to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithPretty

WithPretty adds the pretty to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithTimeout

WithTimeout adds the timeout to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WithWatch

WithWatch adds the watch to the watch settings v1alpha1 namespaced pod preset params

func (*WatchSettingsV1alpha1NamespacedPodPresetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchSettingsV1alpha1NamespacedPodPresetReader

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

WatchSettingsV1alpha1NamespacedPodPresetReader is a Reader for the WatchSettingsV1alpha1NamespacedPodPreset structure.

func (*WatchSettingsV1alpha1NamespacedPodPresetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchSettingsV1alpha1NamespacedPodPresetUnauthorized

type WatchSettingsV1alpha1NamespacedPodPresetUnauthorized struct {
}

WatchSettingsV1alpha1NamespacedPodPresetUnauthorized handles this case with default header values.

Unauthorized

func NewWatchSettingsV1alpha1NamespacedPodPresetUnauthorized

func NewWatchSettingsV1alpha1NamespacedPodPresetUnauthorized() *WatchSettingsV1alpha1NamespacedPodPresetUnauthorized

NewWatchSettingsV1alpha1NamespacedPodPresetUnauthorized creates a WatchSettingsV1alpha1NamespacedPodPresetUnauthorized with default headers values

func (*WatchSettingsV1alpha1NamespacedPodPresetUnauthorized) Error

type WatchSettingsV1alpha1PodPresetListForAllNamespacesOK

type WatchSettingsV1alpha1PodPresetListForAllNamespacesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchSettingsV1alpha1PodPresetListForAllNamespacesOK handles this case with default header values.

OK

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesOK

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesOK() *WatchSettingsV1alpha1PodPresetListForAllNamespacesOK

NewWatchSettingsV1alpha1PodPresetListForAllNamespacesOK creates a WatchSettingsV1alpha1PodPresetListForAllNamespacesOK with default headers values

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesOK) Error

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesOK) GetPayload

type WatchSettingsV1alpha1PodPresetListForAllNamespacesParams

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

WatchSettingsV1alpha1PodPresetListForAllNamespacesParams contains all the parameters to send to the API endpoint for the watch settings v1alpha1 pod preset list for all namespaces operation typically these are written to a http.Request

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParams

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParams() *WatchSettingsV1alpha1PodPresetListForAllNamespacesParams

NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParams creates a new WatchSettingsV1alpha1PodPresetListForAllNamespacesParams object with the default values initialized.

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithContext

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithContext(ctx context.Context) *WatchSettingsV1alpha1PodPresetListForAllNamespacesParams

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

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithHTTPClient

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithHTTPClient(client *http.Client) *WatchSettingsV1alpha1PodPresetListForAllNamespacesParams

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

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithTimeout

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesParamsWithTimeout(timeout time.Duration) *WatchSettingsV1alpha1PodPresetListForAllNamespacesParams

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

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetContext

SetContext adds the context to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetContinue

SetContinue adds the continue to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetLimit

SetLimit adds the limit to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetPretty

SetPretty adds the pretty to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetTimeout

SetTimeout adds the timeout to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) SetWatch

SetWatch adds the watch to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithContext

WithContext adds the context to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithContinue

WithContinue adds the continueVar to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithLimit

WithLimit adds the limit to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithPretty

WithPretty adds the pretty to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithTimeout

WithTimeout adds the timeout to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WithWatch

WithWatch adds the watch to the watch settings v1alpha1 pod preset list for all namespaces params

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchSettingsV1alpha1PodPresetListForAllNamespacesReader

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

WatchSettingsV1alpha1PodPresetListForAllNamespacesReader is a Reader for the WatchSettingsV1alpha1PodPresetListForAllNamespaces structure.

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized

type WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized struct {
}

WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized handles this case with default header values.

Unauthorized

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized

func NewWatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized() *WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized

NewWatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized creates a WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized with default headers values

func (*WatchSettingsV1alpha1PodPresetListForAllNamespacesUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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