storage_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 storage v1alpha1 API

func (*Client) CreateStorageV1alpha1VolumeAttachment

CreateStorageV1alpha1VolumeAttachment create a VolumeAttachment

func (*Client) DeleteStorageV1alpha1CollectionVolumeAttachment

func (a *Client) DeleteStorageV1alpha1CollectionVolumeAttachment(params *DeleteStorageV1alpha1CollectionVolumeAttachmentParams) (*DeleteStorageV1alpha1CollectionVolumeAttachmentOK, error)

DeleteStorageV1alpha1CollectionVolumeAttachment delete collection of VolumeAttachment

func (*Client) DeleteStorageV1alpha1VolumeAttachment

DeleteStorageV1alpha1VolumeAttachment delete a VolumeAttachment

func (*Client) GetStorageV1alpha1APIResources

func (a *Client) GetStorageV1alpha1APIResources(params *GetStorageV1alpha1APIResourcesParams) (*GetStorageV1alpha1APIResourcesOK, error)

GetStorageV1alpha1APIResources get available resources

func (*Client) ListStorageV1alpha1VolumeAttachment

func (a *Client) ListStorageV1alpha1VolumeAttachment(params *ListStorageV1alpha1VolumeAttachmentParams) (*ListStorageV1alpha1VolumeAttachmentOK, error)

ListStorageV1alpha1VolumeAttachment list or watch objects of kind VolumeAttachment

func (*Client) PatchStorageV1alpha1VolumeAttachment

func (a *Client) PatchStorageV1alpha1VolumeAttachment(params *PatchStorageV1alpha1VolumeAttachmentParams) (*PatchStorageV1alpha1VolumeAttachmentOK, error)

PatchStorageV1alpha1VolumeAttachment partially update the specified VolumeAttachment

func (*Client) ReadStorageV1alpha1VolumeAttachment

func (a *Client) ReadStorageV1alpha1VolumeAttachment(params *ReadStorageV1alpha1VolumeAttachmentParams) (*ReadStorageV1alpha1VolumeAttachmentOK, error)

ReadStorageV1alpha1VolumeAttachment read the specified VolumeAttachment

func (*Client) ReplaceStorageV1alpha1VolumeAttachment

ReplaceStorageV1alpha1VolumeAttachment replace the specified VolumeAttachment

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchStorageV1alpha1VolumeAttachment

func (a *Client) WatchStorageV1alpha1VolumeAttachment(params *WatchStorageV1alpha1VolumeAttachmentParams) (*WatchStorageV1alpha1VolumeAttachmentOK, error)

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

func (*Client) WatchStorageV1alpha1VolumeAttachmentList

func (a *Client) WatchStorageV1alpha1VolumeAttachmentList(params *WatchStorageV1alpha1VolumeAttachmentListParams) (*WatchStorageV1alpha1VolumeAttachmentListOK, error)

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

type ClientService

type ClientService interface {
	CreateStorageV1alpha1VolumeAttachment(params *CreateStorageV1alpha1VolumeAttachmentParams) (*CreateStorageV1alpha1VolumeAttachmentOK, *CreateStorageV1alpha1VolumeAttachmentCreated, *CreateStorageV1alpha1VolumeAttachmentAccepted, error)

	DeleteStorageV1alpha1CollectionVolumeAttachment(params *DeleteStorageV1alpha1CollectionVolumeAttachmentParams) (*DeleteStorageV1alpha1CollectionVolumeAttachmentOK, error)

	DeleteStorageV1alpha1VolumeAttachment(params *DeleteStorageV1alpha1VolumeAttachmentParams) (*DeleteStorageV1alpha1VolumeAttachmentOK, *DeleteStorageV1alpha1VolumeAttachmentAccepted, error)

	GetStorageV1alpha1APIResources(params *GetStorageV1alpha1APIResourcesParams) (*GetStorageV1alpha1APIResourcesOK, error)

	ListStorageV1alpha1VolumeAttachment(params *ListStorageV1alpha1VolumeAttachmentParams) (*ListStorageV1alpha1VolumeAttachmentOK, error)

	PatchStorageV1alpha1VolumeAttachment(params *PatchStorageV1alpha1VolumeAttachmentParams) (*PatchStorageV1alpha1VolumeAttachmentOK, error)

	ReadStorageV1alpha1VolumeAttachment(params *ReadStorageV1alpha1VolumeAttachmentParams) (*ReadStorageV1alpha1VolumeAttachmentOK, error)

	ReplaceStorageV1alpha1VolumeAttachment(params *ReplaceStorageV1alpha1VolumeAttachmentParams) (*ReplaceStorageV1alpha1VolumeAttachmentOK, *ReplaceStorageV1alpha1VolumeAttachmentCreated, error)

	WatchStorageV1alpha1VolumeAttachment(params *WatchStorageV1alpha1VolumeAttachmentParams) (*WatchStorageV1alpha1VolumeAttachmentOK, error)

	WatchStorageV1alpha1VolumeAttachmentList(params *WatchStorageV1alpha1VolumeAttachmentListParams) (*WatchStorageV1alpha1VolumeAttachmentListOK, 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 storage v1alpha1 API client.

type CreateStorageV1alpha1VolumeAttachmentAccepted

type CreateStorageV1alpha1VolumeAttachmentAccepted struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

CreateStorageV1alpha1VolumeAttachmentAccepted handles this case with default header values.

Accepted

func NewCreateStorageV1alpha1VolumeAttachmentAccepted

func NewCreateStorageV1alpha1VolumeAttachmentAccepted() *CreateStorageV1alpha1VolumeAttachmentAccepted

NewCreateStorageV1alpha1VolumeAttachmentAccepted creates a CreateStorageV1alpha1VolumeAttachmentAccepted with default headers values

func (*CreateStorageV1alpha1VolumeAttachmentAccepted) Error

func (*CreateStorageV1alpha1VolumeAttachmentAccepted) GetPayload

type CreateStorageV1alpha1VolumeAttachmentCreated

type CreateStorageV1alpha1VolumeAttachmentCreated struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

CreateStorageV1alpha1VolumeAttachmentCreated handles this case with default header values.

Created

func NewCreateStorageV1alpha1VolumeAttachmentCreated

func NewCreateStorageV1alpha1VolumeAttachmentCreated() *CreateStorageV1alpha1VolumeAttachmentCreated

NewCreateStorageV1alpha1VolumeAttachmentCreated creates a CreateStorageV1alpha1VolumeAttachmentCreated with default headers values

func (*CreateStorageV1alpha1VolumeAttachmentCreated) Error

func (*CreateStorageV1alpha1VolumeAttachmentCreated) GetPayload

type CreateStorageV1alpha1VolumeAttachmentOK

type CreateStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

CreateStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewCreateStorageV1alpha1VolumeAttachmentOK

func NewCreateStorageV1alpha1VolumeAttachmentOK() *CreateStorageV1alpha1VolumeAttachmentOK

NewCreateStorageV1alpha1VolumeAttachmentOK creates a CreateStorageV1alpha1VolumeAttachmentOK with default headers values

func (*CreateStorageV1alpha1VolumeAttachmentOK) Error

func (*CreateStorageV1alpha1VolumeAttachmentOK) GetPayload

type CreateStorageV1alpha1VolumeAttachmentParams

type CreateStorageV1alpha1VolumeAttachmentParams struct {

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

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

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

	*/
	Pretty *string

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

CreateStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the create storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewCreateStorageV1alpha1VolumeAttachmentParams

func NewCreateStorageV1alpha1VolumeAttachmentParams() *CreateStorageV1alpha1VolumeAttachmentParams

NewCreateStorageV1alpha1VolumeAttachmentParams creates a new CreateStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithContext

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *CreateStorageV1alpha1VolumeAttachmentParams

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

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *CreateStorageV1alpha1VolumeAttachmentParams

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

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewCreateStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *CreateStorageV1alpha1VolumeAttachmentParams

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

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetBody

SetBody adds the body to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetDryRun

SetDryRun adds the dryRun to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetPretty

SetPretty adds the pretty to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithBody

WithBody adds the body to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithDryRun

WithDryRun adds the dryRun to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithFieldManager

WithFieldManager adds the fieldManager to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the create storage v1alpha1 volume attachment params

func (*CreateStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateStorageV1alpha1VolumeAttachmentReader

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

CreateStorageV1alpha1VolumeAttachmentReader is a Reader for the CreateStorageV1alpha1VolumeAttachment structure.

func (*CreateStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateStorageV1alpha1VolumeAttachmentUnauthorized

type CreateStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

CreateStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewCreateStorageV1alpha1VolumeAttachmentUnauthorized

func NewCreateStorageV1alpha1VolumeAttachmentUnauthorized() *CreateStorageV1alpha1VolumeAttachmentUnauthorized

NewCreateStorageV1alpha1VolumeAttachmentUnauthorized creates a CreateStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*CreateStorageV1alpha1VolumeAttachmentUnauthorized) Error

type DeleteStorageV1alpha1CollectionVolumeAttachmentOK

type DeleteStorageV1alpha1CollectionVolumeAttachmentOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteStorageV1alpha1CollectionVolumeAttachmentOK handles this case with default header values.

OK

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentOK

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentOK() *DeleteStorageV1alpha1CollectionVolumeAttachmentOK

NewDeleteStorageV1alpha1CollectionVolumeAttachmentOK creates a DeleteStorageV1alpha1CollectionVolumeAttachmentOK with default headers values

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentOK) Error

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentOK) GetPayload

type DeleteStorageV1alpha1CollectionVolumeAttachmentParams

type DeleteStorageV1alpha1CollectionVolumeAttachmentParams struct {

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

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

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

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

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

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

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

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

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

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

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

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

	Defaults to unset

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

	Defaults to unset

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

	*/
	TimeoutSeconds *int64

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

DeleteStorageV1alpha1CollectionVolumeAttachmentParams contains all the parameters to send to the API endpoint for the delete storage v1alpha1 collection volume attachment operation typically these are written to a http.Request

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParams

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParams() *DeleteStorageV1alpha1CollectionVolumeAttachmentParams

NewDeleteStorageV1alpha1CollectionVolumeAttachmentParams creates a new DeleteStorageV1alpha1CollectionVolumeAttachmentParams object with the default values initialized.

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithContext

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithContext(ctx context.Context) *DeleteStorageV1alpha1CollectionVolumeAttachmentParams

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

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithHTTPClient

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithHTTPClient(client *http.Client) *DeleteStorageV1alpha1CollectionVolumeAttachmentParams

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

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithTimeout

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentParamsWithTimeout(timeout time.Duration) *DeleteStorageV1alpha1CollectionVolumeAttachmentParams

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

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetBody

SetBody adds the body to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetContext

SetContext adds the context to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetContinue

SetContinue adds the continue to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetDryRun

SetDryRun adds the dryRun to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetLimit

SetLimit adds the limit to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetPretty

SetPretty adds the pretty to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithBody

WithBody adds the body to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithContext

WithContext adds the context to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithContinue

WithContinue adds the continueVar to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithDryRun

WithDryRun adds the dryRun to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithLimit

WithLimit adds the limit to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete storage v1alpha1 collection volume attachment params

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStorageV1alpha1CollectionVolumeAttachmentReader

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

DeleteStorageV1alpha1CollectionVolumeAttachmentReader is a Reader for the DeleteStorageV1alpha1CollectionVolumeAttachment structure.

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized

type DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized struct {
}

DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized

func NewDeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized() *DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized

NewDeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized creates a DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized with default headers values

func (*DeleteStorageV1alpha1CollectionVolumeAttachmentUnauthorized) Error

type DeleteStorageV1alpha1VolumeAttachmentAccepted

type DeleteStorageV1alpha1VolumeAttachmentAccepted struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

DeleteStorageV1alpha1VolumeAttachmentAccepted handles this case with default header values.

Accepted

func NewDeleteStorageV1alpha1VolumeAttachmentAccepted

func NewDeleteStorageV1alpha1VolumeAttachmentAccepted() *DeleteStorageV1alpha1VolumeAttachmentAccepted

NewDeleteStorageV1alpha1VolumeAttachmentAccepted creates a DeleteStorageV1alpha1VolumeAttachmentAccepted with default headers values

func (*DeleteStorageV1alpha1VolumeAttachmentAccepted) Error

func (*DeleteStorageV1alpha1VolumeAttachmentAccepted) GetPayload

type DeleteStorageV1alpha1VolumeAttachmentOK

type DeleteStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

DeleteStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewDeleteStorageV1alpha1VolumeAttachmentOK

func NewDeleteStorageV1alpha1VolumeAttachmentOK() *DeleteStorageV1alpha1VolumeAttachmentOK

NewDeleteStorageV1alpha1VolumeAttachmentOK creates a DeleteStorageV1alpha1VolumeAttachmentOK with default headers values

func (*DeleteStorageV1alpha1VolumeAttachmentOK) Error

func (*DeleteStorageV1alpha1VolumeAttachmentOK) GetPayload

type DeleteStorageV1alpha1VolumeAttachmentParams

type DeleteStorageV1alpha1VolumeAttachmentParams 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 VolumeAttachment

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

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

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

	*/
	PropagationPolicy *string

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

DeleteStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the delete storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewDeleteStorageV1alpha1VolumeAttachmentParams

func NewDeleteStorageV1alpha1VolumeAttachmentParams() *DeleteStorageV1alpha1VolumeAttachmentParams

NewDeleteStorageV1alpha1VolumeAttachmentParams creates a new DeleteStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithContext

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *DeleteStorageV1alpha1VolumeAttachmentParams

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

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *DeleteStorageV1alpha1VolumeAttachmentParams

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

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewDeleteStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *DeleteStorageV1alpha1VolumeAttachmentParams

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

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetBody

SetBody adds the body to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetDryRun

SetDryRun adds the dryRun to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetName

SetName adds the name to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetPretty

SetPretty adds the pretty to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithBody

WithBody adds the body to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithDryRun

WithDryRun adds the dryRun to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithName

WithName adds the name to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the delete storage v1alpha1 volume attachment params

func (*DeleteStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStorageV1alpha1VolumeAttachmentReader

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

DeleteStorageV1alpha1VolumeAttachmentReader is a Reader for the DeleteStorageV1alpha1VolumeAttachment structure.

func (*DeleteStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStorageV1alpha1VolumeAttachmentUnauthorized

type DeleteStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

DeleteStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteStorageV1alpha1VolumeAttachmentUnauthorized

func NewDeleteStorageV1alpha1VolumeAttachmentUnauthorized() *DeleteStorageV1alpha1VolumeAttachmentUnauthorized

NewDeleteStorageV1alpha1VolumeAttachmentUnauthorized creates a DeleteStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*DeleteStorageV1alpha1VolumeAttachmentUnauthorized) Error

type GetStorageV1alpha1APIResourcesOK

type GetStorageV1alpha1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetStorageV1alpha1APIResourcesOK handles this case with default header values.

OK

func NewGetStorageV1alpha1APIResourcesOK

func NewGetStorageV1alpha1APIResourcesOK() *GetStorageV1alpha1APIResourcesOK

NewGetStorageV1alpha1APIResourcesOK creates a GetStorageV1alpha1APIResourcesOK with default headers values

func (*GetStorageV1alpha1APIResourcesOK) Error

func (*GetStorageV1alpha1APIResourcesOK) GetPayload

type GetStorageV1alpha1APIResourcesParams

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

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

func NewGetStorageV1alpha1APIResourcesParams

func NewGetStorageV1alpha1APIResourcesParams() *GetStorageV1alpha1APIResourcesParams

NewGetStorageV1alpha1APIResourcesParams creates a new GetStorageV1alpha1APIResourcesParams object with the default values initialized.

func NewGetStorageV1alpha1APIResourcesParamsWithContext

func NewGetStorageV1alpha1APIResourcesParamsWithContext(ctx context.Context) *GetStorageV1alpha1APIResourcesParams

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

func NewGetStorageV1alpha1APIResourcesParamsWithHTTPClient

func NewGetStorageV1alpha1APIResourcesParamsWithHTTPClient(client *http.Client) *GetStorageV1alpha1APIResourcesParams

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

func NewGetStorageV1alpha1APIResourcesParamsWithTimeout

func NewGetStorageV1alpha1APIResourcesParamsWithTimeout(timeout time.Duration) *GetStorageV1alpha1APIResourcesParams

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

func (*GetStorageV1alpha1APIResourcesParams) SetContext

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

func (*GetStorageV1alpha1APIResourcesParams) SetHTTPClient

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

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

func (*GetStorageV1alpha1APIResourcesParams) SetTimeout

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

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

func (*GetStorageV1alpha1APIResourcesParams) WithContext

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

func (*GetStorageV1alpha1APIResourcesParams) WithHTTPClient

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

func (*GetStorageV1alpha1APIResourcesParams) WithTimeout

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

func (*GetStorageV1alpha1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStorageV1alpha1APIResourcesReader

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

GetStorageV1alpha1APIResourcesReader is a Reader for the GetStorageV1alpha1APIResources structure.

func (*GetStorageV1alpha1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStorageV1alpha1APIResourcesUnauthorized

type GetStorageV1alpha1APIResourcesUnauthorized struct {
}

GetStorageV1alpha1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetStorageV1alpha1APIResourcesUnauthorized

func NewGetStorageV1alpha1APIResourcesUnauthorized() *GetStorageV1alpha1APIResourcesUnauthorized

NewGetStorageV1alpha1APIResourcesUnauthorized creates a GetStorageV1alpha1APIResourcesUnauthorized with default headers values

func (*GetStorageV1alpha1APIResourcesUnauthorized) Error

type ListStorageV1alpha1VolumeAttachmentOK

type ListStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachmentList
}

ListStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewListStorageV1alpha1VolumeAttachmentOK

func NewListStorageV1alpha1VolumeAttachmentOK() *ListStorageV1alpha1VolumeAttachmentOK

NewListStorageV1alpha1VolumeAttachmentOK creates a ListStorageV1alpha1VolumeAttachmentOK with default headers values

func (*ListStorageV1alpha1VolumeAttachmentOK) Error

func (*ListStorageV1alpha1VolumeAttachmentOK) GetPayload

type ListStorageV1alpha1VolumeAttachmentParams

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

ListStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the list storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewListStorageV1alpha1VolumeAttachmentParams

func NewListStorageV1alpha1VolumeAttachmentParams() *ListStorageV1alpha1VolumeAttachmentParams

NewListStorageV1alpha1VolumeAttachmentParams creates a new ListStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewListStorageV1alpha1VolumeAttachmentParamsWithContext

func NewListStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *ListStorageV1alpha1VolumeAttachmentParams

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

func NewListStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewListStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *ListStorageV1alpha1VolumeAttachmentParams

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

func NewListStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewListStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *ListStorageV1alpha1VolumeAttachmentParams

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

func (*ListStorageV1alpha1VolumeAttachmentParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetContinue

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

SetContinue adds the continue to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetLimit

SetLimit adds the limit to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetPretty

func (o *ListStorageV1alpha1VolumeAttachmentParams) SetPretty(pretty *string)

SetPretty adds the pretty to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) SetWatch

func (o *ListStorageV1alpha1VolumeAttachmentParams) SetWatch(watch *bool)

SetWatch adds the watch to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithAllowWatchBookmarks

func (o *ListStorageV1alpha1VolumeAttachmentParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *ListStorageV1alpha1VolumeAttachmentParams

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithContinue

WithContinue adds the continueVar to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithLimit

WithLimit adds the limit to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithResourceVersionMatch

func (o *ListStorageV1alpha1VolumeAttachmentParams) WithResourceVersionMatch(resourceVersionMatch *string) *ListStorageV1alpha1VolumeAttachmentParams

WithResourceVersionMatch adds the resourceVersionMatch to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WithWatch

WithWatch adds the watch to the list storage v1alpha1 volume attachment params

func (*ListStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListStorageV1alpha1VolumeAttachmentReader

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

ListStorageV1alpha1VolumeAttachmentReader is a Reader for the ListStorageV1alpha1VolumeAttachment structure.

func (*ListStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListStorageV1alpha1VolumeAttachmentUnauthorized

type ListStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

ListStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewListStorageV1alpha1VolumeAttachmentUnauthorized

func NewListStorageV1alpha1VolumeAttachmentUnauthorized() *ListStorageV1alpha1VolumeAttachmentUnauthorized

NewListStorageV1alpha1VolumeAttachmentUnauthorized creates a ListStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*ListStorageV1alpha1VolumeAttachmentUnauthorized) Error

type PatchStorageV1alpha1VolumeAttachmentOK

type PatchStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

PatchStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewPatchStorageV1alpha1VolumeAttachmentOK

func NewPatchStorageV1alpha1VolumeAttachmentOK() *PatchStorageV1alpha1VolumeAttachmentOK

NewPatchStorageV1alpha1VolumeAttachmentOK creates a PatchStorageV1alpha1VolumeAttachmentOK with default headers values

func (*PatchStorageV1alpha1VolumeAttachmentOK) Error

func (*PatchStorageV1alpha1VolumeAttachmentOK) GetPayload

type PatchStorageV1alpha1VolumeAttachmentParams

type PatchStorageV1alpha1VolumeAttachmentParams 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 VolumeAttachment

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

	*/
	Pretty *string

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

PatchStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the patch storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewPatchStorageV1alpha1VolumeAttachmentParams

func NewPatchStorageV1alpha1VolumeAttachmentParams() *PatchStorageV1alpha1VolumeAttachmentParams

NewPatchStorageV1alpha1VolumeAttachmentParams creates a new PatchStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithContext

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *PatchStorageV1alpha1VolumeAttachmentParams

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

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *PatchStorageV1alpha1VolumeAttachmentParams

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

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewPatchStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *PatchStorageV1alpha1VolumeAttachmentParams

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

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetBody

SetBody adds the body to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetDryRun

func (o *PatchStorageV1alpha1VolumeAttachmentParams) SetDryRun(dryRun *string)

SetDryRun adds the dryRun to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetForce

SetForce adds the force to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetName

SetName adds the name to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetPretty

func (o *PatchStorageV1alpha1VolumeAttachmentParams) SetPretty(pretty *string)

SetPretty adds the pretty to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithBody

WithBody adds the body to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithDryRun

WithDryRun adds the dryRun to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithForce

WithForce adds the force to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithName

WithName adds the name to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the patch storage v1alpha1 volume attachment params

func (*PatchStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchStorageV1alpha1VolumeAttachmentReader

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

PatchStorageV1alpha1VolumeAttachmentReader is a Reader for the PatchStorageV1alpha1VolumeAttachment structure.

func (*PatchStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchStorageV1alpha1VolumeAttachmentUnauthorized

type PatchStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

PatchStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewPatchStorageV1alpha1VolumeAttachmentUnauthorized

func NewPatchStorageV1alpha1VolumeAttachmentUnauthorized() *PatchStorageV1alpha1VolumeAttachmentUnauthorized

NewPatchStorageV1alpha1VolumeAttachmentUnauthorized creates a PatchStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*PatchStorageV1alpha1VolumeAttachmentUnauthorized) Error

type ReadStorageV1alpha1VolumeAttachmentOK

type ReadStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

ReadStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewReadStorageV1alpha1VolumeAttachmentOK

func NewReadStorageV1alpha1VolumeAttachmentOK() *ReadStorageV1alpha1VolumeAttachmentOK

NewReadStorageV1alpha1VolumeAttachmentOK creates a ReadStorageV1alpha1VolumeAttachmentOK with default headers values

func (*ReadStorageV1alpha1VolumeAttachmentOK) Error

func (*ReadStorageV1alpha1VolumeAttachmentOK) GetPayload

type ReadStorageV1alpha1VolumeAttachmentParams

type ReadStorageV1alpha1VolumeAttachmentParams 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 VolumeAttachment

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

	*/
	Pretty *string

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

ReadStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the read storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewReadStorageV1alpha1VolumeAttachmentParams

func NewReadStorageV1alpha1VolumeAttachmentParams() *ReadStorageV1alpha1VolumeAttachmentParams

NewReadStorageV1alpha1VolumeAttachmentParams creates a new ReadStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewReadStorageV1alpha1VolumeAttachmentParamsWithContext

func NewReadStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *ReadStorageV1alpha1VolumeAttachmentParams

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

func NewReadStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewReadStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *ReadStorageV1alpha1VolumeAttachmentParams

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

func NewReadStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewReadStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *ReadStorageV1alpha1VolumeAttachmentParams

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

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetExact

func (o *ReadStorageV1alpha1VolumeAttachmentParams) SetExact(exact *bool)

SetExact adds the exact to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetExport

func (o *ReadStorageV1alpha1VolumeAttachmentParams) SetExport(export *bool)

SetExport adds the export to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetName

SetName adds the name to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetPretty

func (o *ReadStorageV1alpha1VolumeAttachmentParams) SetPretty(pretty *string)

SetPretty adds the pretty to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithExact

WithExact adds the exact to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithExport

WithExport adds the export to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithName

WithName adds the name to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the read storage v1alpha1 volume attachment params

func (*ReadStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadStorageV1alpha1VolumeAttachmentReader

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

ReadStorageV1alpha1VolumeAttachmentReader is a Reader for the ReadStorageV1alpha1VolumeAttachment structure.

func (*ReadStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadStorageV1alpha1VolumeAttachmentUnauthorized

type ReadStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

ReadStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewReadStorageV1alpha1VolumeAttachmentUnauthorized

func NewReadStorageV1alpha1VolumeAttachmentUnauthorized() *ReadStorageV1alpha1VolumeAttachmentUnauthorized

NewReadStorageV1alpha1VolumeAttachmentUnauthorized creates a ReadStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*ReadStorageV1alpha1VolumeAttachmentUnauthorized) Error

type ReplaceStorageV1alpha1VolumeAttachmentCreated

type ReplaceStorageV1alpha1VolumeAttachmentCreated struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

ReplaceStorageV1alpha1VolumeAttachmentCreated handles this case with default header values.

Created

func NewReplaceStorageV1alpha1VolumeAttachmentCreated

func NewReplaceStorageV1alpha1VolumeAttachmentCreated() *ReplaceStorageV1alpha1VolumeAttachmentCreated

NewReplaceStorageV1alpha1VolumeAttachmentCreated creates a ReplaceStorageV1alpha1VolumeAttachmentCreated with default headers values

func (*ReplaceStorageV1alpha1VolumeAttachmentCreated) Error

func (*ReplaceStorageV1alpha1VolumeAttachmentCreated) GetPayload

type ReplaceStorageV1alpha1VolumeAttachmentOK

type ReplaceStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sAPIStorageV1alpha1VolumeAttachment
}

ReplaceStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewReplaceStorageV1alpha1VolumeAttachmentOK

func NewReplaceStorageV1alpha1VolumeAttachmentOK() *ReplaceStorageV1alpha1VolumeAttachmentOK

NewReplaceStorageV1alpha1VolumeAttachmentOK creates a ReplaceStorageV1alpha1VolumeAttachmentOK with default headers values

func (*ReplaceStorageV1alpha1VolumeAttachmentOK) Error

func (*ReplaceStorageV1alpha1VolumeAttachmentOK) GetPayload

type ReplaceStorageV1alpha1VolumeAttachmentParams

type ReplaceStorageV1alpha1VolumeAttachmentParams struct {

	/*Body*/
	Body *models.IoK8sAPIStorageV1alpha1VolumeAttachment
	/*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 VolumeAttachment

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

	*/
	Pretty *string

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

ReplaceStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the replace storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewReplaceStorageV1alpha1VolumeAttachmentParams

func NewReplaceStorageV1alpha1VolumeAttachmentParams() *ReplaceStorageV1alpha1VolumeAttachmentParams

NewReplaceStorageV1alpha1VolumeAttachmentParams creates a new ReplaceStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithContext

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *ReplaceStorageV1alpha1VolumeAttachmentParams

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

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *ReplaceStorageV1alpha1VolumeAttachmentParams

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

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewReplaceStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *ReplaceStorageV1alpha1VolumeAttachmentParams

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

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetBody

SetBody adds the body to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetDryRun

SetDryRun adds the dryRun to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetName

SetName adds the name to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetPretty

SetPretty adds the pretty to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithBody

WithBody adds the body to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithDryRun

WithDryRun adds the dryRun to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithName

WithName adds the name to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the replace storage v1alpha1 volume attachment params

func (*ReplaceStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceStorageV1alpha1VolumeAttachmentReader

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

ReplaceStorageV1alpha1VolumeAttachmentReader is a Reader for the ReplaceStorageV1alpha1VolumeAttachment structure.

func (*ReplaceStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStorageV1alpha1VolumeAttachmentUnauthorized

type ReplaceStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

ReplaceStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceStorageV1alpha1VolumeAttachmentUnauthorized

func NewReplaceStorageV1alpha1VolumeAttachmentUnauthorized() *ReplaceStorageV1alpha1VolumeAttachmentUnauthorized

NewReplaceStorageV1alpha1VolumeAttachmentUnauthorized creates a ReplaceStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*ReplaceStorageV1alpha1VolumeAttachmentUnauthorized) Error

type WatchStorageV1alpha1VolumeAttachmentListOK

type WatchStorageV1alpha1VolumeAttachmentListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchStorageV1alpha1VolumeAttachmentListOK handles this case with default header values.

OK

func NewWatchStorageV1alpha1VolumeAttachmentListOK

func NewWatchStorageV1alpha1VolumeAttachmentListOK() *WatchStorageV1alpha1VolumeAttachmentListOK

NewWatchStorageV1alpha1VolumeAttachmentListOK creates a WatchStorageV1alpha1VolumeAttachmentListOK with default headers values

func (*WatchStorageV1alpha1VolumeAttachmentListOK) Error

func (*WatchStorageV1alpha1VolumeAttachmentListOK) GetPayload

type WatchStorageV1alpha1VolumeAttachmentListParams

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

WatchStorageV1alpha1VolumeAttachmentListParams contains all the parameters to send to the API endpoint for the watch storage v1alpha1 volume attachment list operation typically these are written to a http.Request

func NewWatchStorageV1alpha1VolumeAttachmentListParams

func NewWatchStorageV1alpha1VolumeAttachmentListParams() *WatchStorageV1alpha1VolumeAttachmentListParams

NewWatchStorageV1alpha1VolumeAttachmentListParams creates a new WatchStorageV1alpha1VolumeAttachmentListParams object with the default values initialized.

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithContext

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithContext(ctx context.Context) *WatchStorageV1alpha1VolumeAttachmentListParams

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

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithHTTPClient

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithHTTPClient(client *http.Client) *WatchStorageV1alpha1VolumeAttachmentListParams

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

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithTimeout

func NewWatchStorageV1alpha1VolumeAttachmentListParamsWithTimeout(timeout time.Duration) *WatchStorageV1alpha1VolumeAttachmentListParams

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

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetContext

SetContext adds the context to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetContinue

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

SetContinue adds the continue to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetLimit

SetLimit adds the limit to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetPretty

SetPretty adds the pretty to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetTimeout

SetTimeout adds the timeout to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) SetWatch

SetWatch adds the watch to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithContext

WithContext adds the context to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithContinue

WithContinue adds the continueVar to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithLimit

WithLimit adds the limit to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithPretty

WithPretty adds the pretty to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithTimeout

WithTimeout adds the timeout to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WithWatch

WithWatch adds the watch to the watch storage v1alpha1 volume attachment list params

func (*WatchStorageV1alpha1VolumeAttachmentListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchStorageV1alpha1VolumeAttachmentListReader

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

WatchStorageV1alpha1VolumeAttachmentListReader is a Reader for the WatchStorageV1alpha1VolumeAttachmentList structure.

func (*WatchStorageV1alpha1VolumeAttachmentListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchStorageV1alpha1VolumeAttachmentListUnauthorized

type WatchStorageV1alpha1VolumeAttachmentListUnauthorized struct {
}

WatchStorageV1alpha1VolumeAttachmentListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchStorageV1alpha1VolumeAttachmentListUnauthorized

func NewWatchStorageV1alpha1VolumeAttachmentListUnauthorized() *WatchStorageV1alpha1VolumeAttachmentListUnauthorized

NewWatchStorageV1alpha1VolumeAttachmentListUnauthorized creates a WatchStorageV1alpha1VolumeAttachmentListUnauthorized with default headers values

func (*WatchStorageV1alpha1VolumeAttachmentListUnauthorized) Error

type WatchStorageV1alpha1VolumeAttachmentOK

type WatchStorageV1alpha1VolumeAttachmentOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchStorageV1alpha1VolumeAttachmentOK handles this case with default header values.

OK

func NewWatchStorageV1alpha1VolumeAttachmentOK

func NewWatchStorageV1alpha1VolumeAttachmentOK() *WatchStorageV1alpha1VolumeAttachmentOK

NewWatchStorageV1alpha1VolumeAttachmentOK creates a WatchStorageV1alpha1VolumeAttachmentOK with default headers values

func (*WatchStorageV1alpha1VolumeAttachmentOK) Error

func (*WatchStorageV1alpha1VolumeAttachmentOK) GetPayload

type WatchStorageV1alpha1VolumeAttachmentParams

type WatchStorageV1alpha1VolumeAttachmentParams 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 VolumeAttachment

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

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

	Defaults to unset

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

	Defaults to unset

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

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

	*/
	Watch *bool

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

WatchStorageV1alpha1VolumeAttachmentParams contains all the parameters to send to the API endpoint for the watch storage v1alpha1 volume attachment operation typically these are written to a http.Request

func NewWatchStorageV1alpha1VolumeAttachmentParams

func NewWatchStorageV1alpha1VolumeAttachmentParams() *WatchStorageV1alpha1VolumeAttachmentParams

NewWatchStorageV1alpha1VolumeAttachmentParams creates a new WatchStorageV1alpha1VolumeAttachmentParams object with the default values initialized.

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithContext

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithContext(ctx context.Context) *WatchStorageV1alpha1VolumeAttachmentParams

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

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithHTTPClient

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithHTTPClient(client *http.Client) *WatchStorageV1alpha1VolumeAttachmentParams

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

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithTimeout

func NewWatchStorageV1alpha1VolumeAttachmentParamsWithTimeout(timeout time.Duration) *WatchStorageV1alpha1VolumeAttachmentParams

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

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetContext

SetContext adds the context to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetContinue

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

SetContinue adds the continue to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetLimit

SetLimit adds the limit to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetName

SetName adds the name to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetPretty

func (o *WatchStorageV1alpha1VolumeAttachmentParams) SetPretty(pretty *string)

SetPretty adds the pretty to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetTimeout

SetTimeout adds the timeout to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) SetWatch

SetWatch adds the watch to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithAllowWatchBookmarks

func (o *WatchStorageV1alpha1VolumeAttachmentParams) WithAllowWatchBookmarks(allowWatchBookmarks *bool) *WatchStorageV1alpha1VolumeAttachmentParams

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithContext

WithContext adds the context to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithContinue

WithContinue adds the continueVar to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithLimit

WithLimit adds the limit to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithName

WithName adds the name to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithPretty

WithPretty adds the pretty to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithResourceVersionMatch

func (o *WatchStorageV1alpha1VolumeAttachmentParams) WithResourceVersionMatch(resourceVersionMatch *string) *WatchStorageV1alpha1VolumeAttachmentParams

WithResourceVersionMatch adds the resourceVersionMatch to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithTimeout

WithTimeout adds the timeout to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WithWatch

WithWatch adds the watch to the watch storage v1alpha1 volume attachment params

func (*WatchStorageV1alpha1VolumeAttachmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchStorageV1alpha1VolumeAttachmentReader

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

WatchStorageV1alpha1VolumeAttachmentReader is a Reader for the WatchStorageV1alpha1VolumeAttachment structure.

func (*WatchStorageV1alpha1VolumeAttachmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchStorageV1alpha1VolumeAttachmentUnauthorized

type WatchStorageV1alpha1VolumeAttachmentUnauthorized struct {
}

WatchStorageV1alpha1VolumeAttachmentUnauthorized handles this case with default header values.

Unauthorized

func NewWatchStorageV1alpha1VolumeAttachmentUnauthorized

func NewWatchStorageV1alpha1VolumeAttachmentUnauthorized() *WatchStorageV1alpha1VolumeAttachmentUnauthorized

NewWatchStorageV1alpha1VolumeAttachmentUnauthorized creates a WatchStorageV1alpha1VolumeAttachmentUnauthorized with default headers values

func (*WatchStorageV1alpha1VolumeAttachmentUnauthorized) Error

Jump to

Keyboard shortcuts

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