apiregistration_v1beta1

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for apiregistration v1beta1 API

func (*Client) DeleteApiregistrationV1beta1APIService

DeleteApiregistrationV1beta1APIService delete an APIService

func (*Client) DeleteApiregistrationV1beta1CollectionAPIService

func (a *Client) DeleteApiregistrationV1beta1CollectionAPIService(params *DeleteApiregistrationV1beta1CollectionAPIServiceParams) (*DeleteApiregistrationV1beta1CollectionAPIServiceOK, error)

DeleteApiregistrationV1beta1CollectionAPIService delete collection of APIService

func (*Client) GetApiregistrationV1beta1APIResources

func (a *Client) GetApiregistrationV1beta1APIResources(params *GetApiregistrationV1beta1APIResourcesParams) (*GetApiregistrationV1beta1APIResourcesOK, error)

GetApiregistrationV1beta1APIResources get available resources

func (*Client) ListApiregistrationV1beta1APIService

func (a *Client) ListApiregistrationV1beta1APIService(params *ListApiregistrationV1beta1APIServiceParams) (*ListApiregistrationV1beta1APIServiceOK, error)

ListApiregistrationV1beta1APIService list or watch objects of kind APIService

func (*Client) PatchApiregistrationV1beta1APIService

func (a *Client) PatchApiregistrationV1beta1APIService(params *PatchApiregistrationV1beta1APIServiceParams) (*PatchApiregistrationV1beta1APIServiceOK, error)

PatchApiregistrationV1beta1APIService partially update the specified APIService

func (*Client) PatchApiregistrationV1beta1APIServiceStatus

func (a *Client) PatchApiregistrationV1beta1APIServiceStatus(params *PatchApiregistrationV1beta1APIServiceStatusParams) (*PatchApiregistrationV1beta1APIServiceStatusOK, error)

PatchApiregistrationV1beta1APIServiceStatus partially update status of the specified APIService

func (*Client) ReadApiregistrationV1beta1APIService

func (a *Client) ReadApiregistrationV1beta1APIService(params *ReadApiregistrationV1beta1APIServiceParams) (*ReadApiregistrationV1beta1APIServiceOK, error)

ReadApiregistrationV1beta1APIService read the specified APIService

func (*Client) ReadApiregistrationV1beta1APIServiceStatus

func (a *Client) ReadApiregistrationV1beta1APIServiceStatus(params *ReadApiregistrationV1beta1APIServiceStatusParams) (*ReadApiregistrationV1beta1APIServiceStatusOK, error)

ReadApiregistrationV1beta1APIServiceStatus read status of the specified APIService

func (*Client) ReplaceApiregistrationV1beta1APIService

ReplaceApiregistrationV1beta1APIService replace the specified APIService

func (*Client) ReplaceApiregistrationV1beta1APIServiceStatus

ReplaceApiregistrationV1beta1APIServiceStatus replace status of the specified APIService

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WatchApiregistrationV1beta1APIService

func (a *Client) WatchApiregistrationV1beta1APIService(params *WatchApiregistrationV1beta1APIServiceParams) (*WatchApiregistrationV1beta1APIServiceOK, error)

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

func (*Client) WatchApiregistrationV1beta1APIServiceList

func (a *Client) WatchApiregistrationV1beta1APIServiceList(params *WatchApiregistrationV1beta1APIServiceListParams) (*WatchApiregistrationV1beta1APIServiceListOK, error)

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

type ClientService

type ClientService interface {
	CreateApiregistrationV1beta1APIService(params *CreateApiregistrationV1beta1APIServiceParams) (*CreateApiregistrationV1beta1APIServiceOK, *CreateApiregistrationV1beta1APIServiceCreated, *CreateApiregistrationV1beta1APIServiceAccepted, error)

	DeleteApiregistrationV1beta1APIService(params *DeleteApiregistrationV1beta1APIServiceParams) (*DeleteApiregistrationV1beta1APIServiceOK, *DeleteApiregistrationV1beta1APIServiceAccepted, error)

	DeleteApiregistrationV1beta1CollectionAPIService(params *DeleteApiregistrationV1beta1CollectionAPIServiceParams) (*DeleteApiregistrationV1beta1CollectionAPIServiceOK, error)

	GetApiregistrationV1beta1APIResources(params *GetApiregistrationV1beta1APIResourcesParams) (*GetApiregistrationV1beta1APIResourcesOK, error)

	ListApiregistrationV1beta1APIService(params *ListApiregistrationV1beta1APIServiceParams) (*ListApiregistrationV1beta1APIServiceOK, error)

	PatchApiregistrationV1beta1APIService(params *PatchApiregistrationV1beta1APIServiceParams) (*PatchApiregistrationV1beta1APIServiceOK, error)

	PatchApiregistrationV1beta1APIServiceStatus(params *PatchApiregistrationV1beta1APIServiceStatusParams) (*PatchApiregistrationV1beta1APIServiceStatusOK, error)

	ReadApiregistrationV1beta1APIService(params *ReadApiregistrationV1beta1APIServiceParams) (*ReadApiregistrationV1beta1APIServiceOK, error)

	ReadApiregistrationV1beta1APIServiceStatus(params *ReadApiregistrationV1beta1APIServiceStatusParams) (*ReadApiregistrationV1beta1APIServiceStatusOK, error)

	ReplaceApiregistrationV1beta1APIService(params *ReplaceApiregistrationV1beta1APIServiceParams) (*ReplaceApiregistrationV1beta1APIServiceOK, *ReplaceApiregistrationV1beta1APIServiceCreated, error)

	ReplaceApiregistrationV1beta1APIServiceStatus(params *ReplaceApiregistrationV1beta1APIServiceStatusParams) (*ReplaceApiregistrationV1beta1APIServiceStatusOK, *ReplaceApiregistrationV1beta1APIServiceStatusCreated, error)

	WatchApiregistrationV1beta1APIService(params *WatchApiregistrationV1beta1APIServiceParams) (*WatchApiregistrationV1beta1APIServiceOK, error)

	WatchApiregistrationV1beta1APIServiceList(params *WatchApiregistrationV1beta1APIServiceListParams) (*WatchApiregistrationV1beta1APIServiceListOK, 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 apiregistration v1beta1 API client.

type CreateApiregistrationV1beta1APIServiceAccepted

type CreateApiregistrationV1beta1APIServiceAccepted struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

CreateApiregistrationV1beta1APIServiceAccepted handles this case with default header values.

Accepted

func NewCreateApiregistrationV1beta1APIServiceAccepted

func NewCreateApiregistrationV1beta1APIServiceAccepted() *CreateApiregistrationV1beta1APIServiceAccepted

NewCreateApiregistrationV1beta1APIServiceAccepted creates a CreateApiregistrationV1beta1APIServiceAccepted with default headers values

func (*CreateApiregistrationV1beta1APIServiceAccepted) Error

func (*CreateApiregistrationV1beta1APIServiceAccepted) GetPayload

type CreateApiregistrationV1beta1APIServiceCreated

type CreateApiregistrationV1beta1APIServiceCreated struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

CreateApiregistrationV1beta1APIServiceCreated handles this case with default header values.

Created

func NewCreateApiregistrationV1beta1APIServiceCreated

func NewCreateApiregistrationV1beta1APIServiceCreated() *CreateApiregistrationV1beta1APIServiceCreated

NewCreateApiregistrationV1beta1APIServiceCreated creates a CreateApiregistrationV1beta1APIServiceCreated with default headers values

func (*CreateApiregistrationV1beta1APIServiceCreated) Error

func (*CreateApiregistrationV1beta1APIServiceCreated) GetPayload

type CreateApiregistrationV1beta1APIServiceOK

type CreateApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

CreateApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewCreateApiregistrationV1beta1APIServiceOK

func NewCreateApiregistrationV1beta1APIServiceOK() *CreateApiregistrationV1beta1APIServiceOK

NewCreateApiregistrationV1beta1APIServiceOK creates a CreateApiregistrationV1beta1APIServiceOK with default headers values

func (*CreateApiregistrationV1beta1APIServiceOK) Error

func (*CreateApiregistrationV1beta1APIServiceOK) GetPayload

type CreateApiregistrationV1beta1APIServiceParams

type CreateApiregistrationV1beta1APIServiceParams struct {

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

CreateApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the create apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewCreateApiregistrationV1beta1APIServiceParams

func NewCreateApiregistrationV1beta1APIServiceParams() *CreateApiregistrationV1beta1APIServiceParams

NewCreateApiregistrationV1beta1APIServiceParams creates a new CreateApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewCreateApiregistrationV1beta1APIServiceParamsWithContext

func NewCreateApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *CreateApiregistrationV1beta1APIServiceParams

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

func NewCreateApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewCreateApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *CreateApiregistrationV1beta1APIServiceParams

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

func NewCreateApiregistrationV1beta1APIServiceParamsWithTimeout

func NewCreateApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *CreateApiregistrationV1beta1APIServiceParams

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

func (*CreateApiregistrationV1beta1APIServiceParams) SetBody

SetBody adds the body to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetDryRun

SetDryRun adds the dryRun to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetPretty

SetPretty adds the pretty to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithBody

WithBody adds the body to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithDryRun

WithDryRun adds the dryRun to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithFieldManager

WithFieldManager adds the fieldManager to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the create apiregistration v1beta1 API service params

func (*CreateApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateApiregistrationV1beta1APIServiceReader

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

CreateApiregistrationV1beta1APIServiceReader is a Reader for the CreateApiregistrationV1beta1APIService structure.

func (*CreateApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateApiregistrationV1beta1APIServiceUnauthorized

type CreateApiregistrationV1beta1APIServiceUnauthorized struct {
}

CreateApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewCreateApiregistrationV1beta1APIServiceUnauthorized

func NewCreateApiregistrationV1beta1APIServiceUnauthorized() *CreateApiregistrationV1beta1APIServiceUnauthorized

NewCreateApiregistrationV1beta1APIServiceUnauthorized creates a CreateApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*CreateApiregistrationV1beta1APIServiceUnauthorized) Error

type DeleteApiregistrationV1beta1APIServiceAccepted

type DeleteApiregistrationV1beta1APIServiceAccepted struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteApiregistrationV1beta1APIServiceAccepted handles this case with default header values.

Accepted

func NewDeleteApiregistrationV1beta1APIServiceAccepted

func NewDeleteApiregistrationV1beta1APIServiceAccepted() *DeleteApiregistrationV1beta1APIServiceAccepted

NewDeleteApiregistrationV1beta1APIServiceAccepted creates a DeleteApiregistrationV1beta1APIServiceAccepted with default headers values

func (*DeleteApiregistrationV1beta1APIServiceAccepted) Error

func (*DeleteApiregistrationV1beta1APIServiceAccepted) GetPayload

type DeleteApiregistrationV1beta1APIServiceOK

type DeleteApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewDeleteApiregistrationV1beta1APIServiceOK

func NewDeleteApiregistrationV1beta1APIServiceOK() *DeleteApiregistrationV1beta1APIServiceOK

NewDeleteApiregistrationV1beta1APIServiceOK creates a DeleteApiregistrationV1beta1APIServiceOK with default headers values

func (*DeleteApiregistrationV1beta1APIServiceOK) Error

func (*DeleteApiregistrationV1beta1APIServiceOK) GetPayload

type DeleteApiregistrationV1beta1APIServiceParams

type DeleteApiregistrationV1beta1APIServiceParams 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 APIService

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

DeleteApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the delete apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewDeleteApiregistrationV1beta1APIServiceParams

func NewDeleteApiregistrationV1beta1APIServiceParams() *DeleteApiregistrationV1beta1APIServiceParams

NewDeleteApiregistrationV1beta1APIServiceParams creates a new DeleteApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewDeleteApiregistrationV1beta1APIServiceParamsWithContext

func NewDeleteApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *DeleteApiregistrationV1beta1APIServiceParams

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

func NewDeleteApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewDeleteApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *DeleteApiregistrationV1beta1APIServiceParams

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

func NewDeleteApiregistrationV1beta1APIServiceParamsWithTimeout

func NewDeleteApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *DeleteApiregistrationV1beta1APIServiceParams

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

func (*DeleteApiregistrationV1beta1APIServiceParams) SetBody

SetBody adds the body to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetDryRun

SetDryRun adds the dryRun to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetName

SetName adds the name to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetPretty

SetPretty adds the pretty to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithBody

WithBody adds the body to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithDryRun

WithDryRun adds the dryRun to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithName

WithName adds the name to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the delete apiregistration v1beta1 API service params

func (*DeleteApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApiregistrationV1beta1APIServiceReader

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

DeleteApiregistrationV1beta1APIServiceReader is a Reader for the DeleteApiregistrationV1beta1APIService structure.

func (*DeleteApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApiregistrationV1beta1APIServiceUnauthorized

type DeleteApiregistrationV1beta1APIServiceUnauthorized struct {
}

DeleteApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteApiregistrationV1beta1APIServiceUnauthorized

func NewDeleteApiregistrationV1beta1APIServiceUnauthorized() *DeleteApiregistrationV1beta1APIServiceUnauthorized

NewDeleteApiregistrationV1beta1APIServiceUnauthorized creates a DeleteApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*DeleteApiregistrationV1beta1APIServiceUnauthorized) Error

type DeleteApiregistrationV1beta1CollectionAPIServiceOK

type DeleteApiregistrationV1beta1CollectionAPIServiceOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1Status
}

DeleteApiregistrationV1beta1CollectionAPIServiceOK handles this case with default header values.

OK

func NewDeleteApiregistrationV1beta1CollectionAPIServiceOK

func NewDeleteApiregistrationV1beta1CollectionAPIServiceOK() *DeleteApiregistrationV1beta1CollectionAPIServiceOK

NewDeleteApiregistrationV1beta1CollectionAPIServiceOK creates a DeleteApiregistrationV1beta1CollectionAPIServiceOK with default headers values

func (*DeleteApiregistrationV1beta1CollectionAPIServiceOK) Error

func (*DeleteApiregistrationV1beta1CollectionAPIServiceOK) GetPayload

type DeleteApiregistrationV1beta1CollectionAPIServiceParams

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

DeleteApiregistrationV1beta1CollectionAPIServiceParams contains all the parameters to send to the API endpoint for the delete apiregistration v1beta1 collection API service operation typically these are written to a http.Request

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParams

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParams() *DeleteApiregistrationV1beta1CollectionAPIServiceParams

NewDeleteApiregistrationV1beta1CollectionAPIServiceParams creates a new DeleteApiregistrationV1beta1CollectionAPIServiceParams object with the default values initialized.

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithContext

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithContext(ctx context.Context) *DeleteApiregistrationV1beta1CollectionAPIServiceParams

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

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithHTTPClient

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithHTTPClient(client *http.Client) *DeleteApiregistrationV1beta1CollectionAPIServiceParams

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

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithTimeout

func NewDeleteApiregistrationV1beta1CollectionAPIServiceParamsWithTimeout(timeout time.Duration) *DeleteApiregistrationV1beta1CollectionAPIServiceParams

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

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetBody

SetBody adds the body to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetContext

SetContext adds the context to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetContinue

SetContinue adds the continue to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetDryRun

SetDryRun adds the dryRun to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetGracePeriodSeconds

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

SetGracePeriodSeconds adds the gracePeriodSeconds to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetLimit

SetLimit adds the limit to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetOrphanDependents

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

SetOrphanDependents adds the orphanDependents to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetPretty

SetPretty adds the pretty to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetPropagationPolicy

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

SetPropagationPolicy adds the propagationPolicy to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetTimeout

SetTimeout adds the timeout to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithBody

WithBody adds the body to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithContext

WithContext adds the context to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithContinue

WithContinue adds the continueVar to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithDryRun

WithDryRun adds the dryRun to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithGracePeriodSeconds

WithGracePeriodSeconds adds the gracePeriodSeconds to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithLimit

WithLimit adds the limit to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithOrphanDependents

WithOrphanDependents adds the orphanDependents to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithPretty

WithPretty adds the pretty to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithPropagationPolicy

WithPropagationPolicy adds the propagationPolicy to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithTimeout

WithTimeout adds the timeout to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the delete apiregistration v1beta1 collection API service params

func (*DeleteApiregistrationV1beta1CollectionAPIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApiregistrationV1beta1CollectionAPIServiceReader

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

DeleteApiregistrationV1beta1CollectionAPIServiceReader is a Reader for the DeleteApiregistrationV1beta1CollectionAPIService structure.

func (*DeleteApiregistrationV1beta1CollectionAPIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized

type DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized struct {
}

DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized

func NewDeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized() *DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized

NewDeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized creates a DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized with default headers values

func (*DeleteApiregistrationV1beta1CollectionAPIServiceUnauthorized) Error

type GetApiregistrationV1beta1APIResourcesOK

type GetApiregistrationV1beta1APIResourcesOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1APIResourceList
}

GetApiregistrationV1beta1APIResourcesOK handles this case with default header values.

OK

func NewGetApiregistrationV1beta1APIResourcesOK

func NewGetApiregistrationV1beta1APIResourcesOK() *GetApiregistrationV1beta1APIResourcesOK

NewGetApiregistrationV1beta1APIResourcesOK creates a GetApiregistrationV1beta1APIResourcesOK with default headers values

func (*GetApiregistrationV1beta1APIResourcesOK) Error

func (*GetApiregistrationV1beta1APIResourcesOK) GetPayload

type GetApiregistrationV1beta1APIResourcesParams

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

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

func NewGetApiregistrationV1beta1APIResourcesParams

func NewGetApiregistrationV1beta1APIResourcesParams() *GetApiregistrationV1beta1APIResourcesParams

NewGetApiregistrationV1beta1APIResourcesParams creates a new GetApiregistrationV1beta1APIResourcesParams object with the default values initialized.

func NewGetApiregistrationV1beta1APIResourcesParamsWithContext

func NewGetApiregistrationV1beta1APIResourcesParamsWithContext(ctx context.Context) *GetApiregistrationV1beta1APIResourcesParams

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

func NewGetApiregistrationV1beta1APIResourcesParamsWithHTTPClient

func NewGetApiregistrationV1beta1APIResourcesParamsWithHTTPClient(client *http.Client) *GetApiregistrationV1beta1APIResourcesParams

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

func NewGetApiregistrationV1beta1APIResourcesParamsWithTimeout

func NewGetApiregistrationV1beta1APIResourcesParamsWithTimeout(timeout time.Duration) *GetApiregistrationV1beta1APIResourcesParams

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

func (*GetApiregistrationV1beta1APIResourcesParams) SetContext

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

func (*GetApiregistrationV1beta1APIResourcesParams) SetHTTPClient

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

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

func (*GetApiregistrationV1beta1APIResourcesParams) SetTimeout

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

func (*GetApiregistrationV1beta1APIResourcesParams) WithContext

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

func (*GetApiregistrationV1beta1APIResourcesParams) WithHTTPClient

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

func (*GetApiregistrationV1beta1APIResourcesParams) WithTimeout

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

func (*GetApiregistrationV1beta1APIResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApiregistrationV1beta1APIResourcesReader

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

GetApiregistrationV1beta1APIResourcesReader is a Reader for the GetApiregistrationV1beta1APIResources structure.

func (*GetApiregistrationV1beta1APIResourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApiregistrationV1beta1APIResourcesUnauthorized

type GetApiregistrationV1beta1APIResourcesUnauthorized struct {
}

GetApiregistrationV1beta1APIResourcesUnauthorized handles this case with default header values.

Unauthorized

func NewGetApiregistrationV1beta1APIResourcesUnauthorized

func NewGetApiregistrationV1beta1APIResourcesUnauthorized() *GetApiregistrationV1beta1APIResourcesUnauthorized

NewGetApiregistrationV1beta1APIResourcesUnauthorized creates a GetApiregistrationV1beta1APIResourcesUnauthorized with default headers values

func (*GetApiregistrationV1beta1APIResourcesUnauthorized) Error

type ListApiregistrationV1beta1APIServiceOK

type ListApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIServiceList
}

ListApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewListApiregistrationV1beta1APIServiceOK

func NewListApiregistrationV1beta1APIServiceOK() *ListApiregistrationV1beta1APIServiceOK

NewListApiregistrationV1beta1APIServiceOK creates a ListApiregistrationV1beta1APIServiceOK with default headers values

func (*ListApiregistrationV1beta1APIServiceOK) Error

type ListApiregistrationV1beta1APIServiceParams

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

ListApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the list apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewListApiregistrationV1beta1APIServiceParams

func NewListApiregistrationV1beta1APIServiceParams() *ListApiregistrationV1beta1APIServiceParams

NewListApiregistrationV1beta1APIServiceParams creates a new ListApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewListApiregistrationV1beta1APIServiceParamsWithContext

func NewListApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *ListApiregistrationV1beta1APIServiceParams

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

func NewListApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewListApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *ListApiregistrationV1beta1APIServiceParams

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

func NewListApiregistrationV1beta1APIServiceParamsWithTimeout

func NewListApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *ListApiregistrationV1beta1APIServiceParams

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

func (*ListApiregistrationV1beta1APIServiceParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetContinue

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

SetContinue adds the continue to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetLimit

SetLimit adds the limit to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetPretty

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

SetPretty adds the pretty to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) SetWatch

SetWatch adds the watch to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithAllowWatchBookmarks

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

WithAllowWatchBookmarks adds the allowWatchBookmarks to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithContinue

WithContinue adds the continueVar to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithLimit

WithLimit adds the limit to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithResourceVersionMatch

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

WithResourceVersionMatch adds the resourceVersionMatch to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WithWatch

WithWatch adds the watch to the list apiregistration v1beta1 API service params

func (*ListApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListApiregistrationV1beta1APIServiceReader

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

ListApiregistrationV1beta1APIServiceReader is a Reader for the ListApiregistrationV1beta1APIService structure.

func (*ListApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListApiregistrationV1beta1APIServiceUnauthorized

type ListApiregistrationV1beta1APIServiceUnauthorized struct {
}

ListApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewListApiregistrationV1beta1APIServiceUnauthorized

func NewListApiregistrationV1beta1APIServiceUnauthorized() *ListApiregistrationV1beta1APIServiceUnauthorized

NewListApiregistrationV1beta1APIServiceUnauthorized creates a ListApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*ListApiregistrationV1beta1APIServiceUnauthorized) Error

type PatchApiregistrationV1beta1APIServiceOK

type PatchApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

PatchApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewPatchApiregistrationV1beta1APIServiceOK

func NewPatchApiregistrationV1beta1APIServiceOK() *PatchApiregistrationV1beta1APIServiceOK

NewPatchApiregistrationV1beta1APIServiceOK creates a PatchApiregistrationV1beta1APIServiceOK with default headers values

func (*PatchApiregistrationV1beta1APIServiceOK) Error

func (*PatchApiregistrationV1beta1APIServiceOK) GetPayload

type PatchApiregistrationV1beta1APIServiceParams

type PatchApiregistrationV1beta1APIServiceParams 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 APIService

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

	*/
	Pretty *string

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

PatchApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the patch apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewPatchApiregistrationV1beta1APIServiceParams

func NewPatchApiregistrationV1beta1APIServiceParams() *PatchApiregistrationV1beta1APIServiceParams

NewPatchApiregistrationV1beta1APIServiceParams creates a new PatchApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewPatchApiregistrationV1beta1APIServiceParamsWithContext

func NewPatchApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *PatchApiregistrationV1beta1APIServiceParams

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

func NewPatchApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewPatchApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *PatchApiregistrationV1beta1APIServiceParams

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

func NewPatchApiregistrationV1beta1APIServiceParamsWithTimeout

func NewPatchApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *PatchApiregistrationV1beta1APIServiceParams

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

func (*PatchApiregistrationV1beta1APIServiceParams) SetBody

SetBody adds the body to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetDryRun

SetDryRun adds the dryRun to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetForce

SetForce adds the force to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetName

SetName adds the name to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetPretty

SetPretty adds the pretty to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithBody

WithBody adds the body to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithDryRun

WithDryRun adds the dryRun to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithForce

WithForce adds the force to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithName

WithName adds the name to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the patch apiregistration v1beta1 API service params

func (*PatchApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchApiregistrationV1beta1APIServiceReader

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

PatchApiregistrationV1beta1APIServiceReader is a Reader for the PatchApiregistrationV1beta1APIService structure.

func (*PatchApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchApiregistrationV1beta1APIServiceStatusOK

type PatchApiregistrationV1beta1APIServiceStatusOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

PatchApiregistrationV1beta1APIServiceStatusOK handles this case with default header values.

OK

func NewPatchApiregistrationV1beta1APIServiceStatusOK

func NewPatchApiregistrationV1beta1APIServiceStatusOK() *PatchApiregistrationV1beta1APIServiceStatusOK

NewPatchApiregistrationV1beta1APIServiceStatusOK creates a PatchApiregistrationV1beta1APIServiceStatusOK with default headers values

func (*PatchApiregistrationV1beta1APIServiceStatusOK) Error

func (*PatchApiregistrationV1beta1APIServiceStatusOK) GetPayload

type PatchApiregistrationV1beta1APIServiceStatusParams

type PatchApiregistrationV1beta1APIServiceStatusParams 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 APIService

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

	*/
	Pretty *string

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

PatchApiregistrationV1beta1APIServiceStatusParams contains all the parameters to send to the API endpoint for the patch apiregistration v1beta1 API service status operation typically these are written to a http.Request

func NewPatchApiregistrationV1beta1APIServiceStatusParams

func NewPatchApiregistrationV1beta1APIServiceStatusParams() *PatchApiregistrationV1beta1APIServiceStatusParams

NewPatchApiregistrationV1beta1APIServiceStatusParams creates a new PatchApiregistrationV1beta1APIServiceStatusParams object with the default values initialized.

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithContext

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithContext(ctx context.Context) *PatchApiregistrationV1beta1APIServiceStatusParams

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

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient(client *http.Client) *PatchApiregistrationV1beta1APIServiceStatusParams

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

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithTimeout

func NewPatchApiregistrationV1beta1APIServiceStatusParamsWithTimeout(timeout time.Duration) *PatchApiregistrationV1beta1APIServiceStatusParams

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

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetBody

SetBody adds the body to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetContext

SetContext adds the context to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetDryRun

SetDryRun adds the dryRun to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetForce

SetForce adds the force to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetName

SetName adds the name to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetPretty

SetPretty adds the pretty to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) SetTimeout

SetTimeout adds the timeout to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithBody

WithBody adds the body to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithContext

WithContext adds the context to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithDryRun

WithDryRun adds the dryRun to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithForce

WithForce adds the force to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithName

WithName adds the name to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithPretty

WithPretty adds the pretty to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WithTimeout

WithTimeout adds the timeout to the patch apiregistration v1beta1 API service status params

func (*PatchApiregistrationV1beta1APIServiceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchApiregistrationV1beta1APIServiceStatusReader

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

PatchApiregistrationV1beta1APIServiceStatusReader is a Reader for the PatchApiregistrationV1beta1APIServiceStatus structure.

func (*PatchApiregistrationV1beta1APIServiceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchApiregistrationV1beta1APIServiceStatusUnauthorized

type PatchApiregistrationV1beta1APIServiceStatusUnauthorized struct {
}

PatchApiregistrationV1beta1APIServiceStatusUnauthorized handles this case with default header values.

Unauthorized

func NewPatchApiregistrationV1beta1APIServiceStatusUnauthorized

func NewPatchApiregistrationV1beta1APIServiceStatusUnauthorized() *PatchApiregistrationV1beta1APIServiceStatusUnauthorized

NewPatchApiregistrationV1beta1APIServiceStatusUnauthorized creates a PatchApiregistrationV1beta1APIServiceStatusUnauthorized with default headers values

func (*PatchApiregistrationV1beta1APIServiceStatusUnauthorized) Error

type PatchApiregistrationV1beta1APIServiceUnauthorized

type PatchApiregistrationV1beta1APIServiceUnauthorized struct {
}

PatchApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewPatchApiregistrationV1beta1APIServiceUnauthorized

func NewPatchApiregistrationV1beta1APIServiceUnauthorized() *PatchApiregistrationV1beta1APIServiceUnauthorized

NewPatchApiregistrationV1beta1APIServiceUnauthorized creates a PatchApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*PatchApiregistrationV1beta1APIServiceUnauthorized) Error

type ReadApiregistrationV1beta1APIServiceOK

type ReadApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReadApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewReadApiregistrationV1beta1APIServiceOK

func NewReadApiregistrationV1beta1APIServiceOK() *ReadApiregistrationV1beta1APIServiceOK

NewReadApiregistrationV1beta1APIServiceOK creates a ReadApiregistrationV1beta1APIServiceOK with default headers values

func (*ReadApiregistrationV1beta1APIServiceOK) Error

func (*ReadApiregistrationV1beta1APIServiceOK) GetPayload

type ReadApiregistrationV1beta1APIServiceParams

type ReadApiregistrationV1beta1APIServiceParams 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 APIService

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

	*/
	Pretty *string

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

ReadApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the read apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewReadApiregistrationV1beta1APIServiceParams

func NewReadApiregistrationV1beta1APIServiceParams() *ReadApiregistrationV1beta1APIServiceParams

NewReadApiregistrationV1beta1APIServiceParams creates a new ReadApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewReadApiregistrationV1beta1APIServiceParamsWithContext

func NewReadApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *ReadApiregistrationV1beta1APIServiceParams

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

func NewReadApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewReadApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *ReadApiregistrationV1beta1APIServiceParams

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

func NewReadApiregistrationV1beta1APIServiceParamsWithTimeout

func NewReadApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *ReadApiregistrationV1beta1APIServiceParams

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

func (*ReadApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetExact

SetExact adds the exact to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetExport

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

SetExport adds the export to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetName

SetName adds the name to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetPretty

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

SetPretty adds the pretty to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithExact

WithExact adds the exact to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithExport

WithExport adds the export to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithName

WithName adds the name to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the read apiregistration v1beta1 API service params

func (*ReadApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadApiregistrationV1beta1APIServiceReader

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

ReadApiregistrationV1beta1APIServiceReader is a Reader for the ReadApiregistrationV1beta1APIService structure.

func (*ReadApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadApiregistrationV1beta1APIServiceStatusOK

type ReadApiregistrationV1beta1APIServiceStatusOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReadApiregistrationV1beta1APIServiceStatusOK handles this case with default header values.

OK

func NewReadApiregistrationV1beta1APIServiceStatusOK

func NewReadApiregistrationV1beta1APIServiceStatusOK() *ReadApiregistrationV1beta1APIServiceStatusOK

NewReadApiregistrationV1beta1APIServiceStatusOK creates a ReadApiregistrationV1beta1APIServiceStatusOK with default headers values

func (*ReadApiregistrationV1beta1APIServiceStatusOK) Error

func (*ReadApiregistrationV1beta1APIServiceStatusOK) GetPayload

type ReadApiregistrationV1beta1APIServiceStatusParams

type ReadApiregistrationV1beta1APIServiceStatusParams struct {

	/*Name
	  name of the APIService

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

	*/
	Pretty *string

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

ReadApiregistrationV1beta1APIServiceStatusParams contains all the parameters to send to the API endpoint for the read apiregistration v1beta1 API service status operation typically these are written to a http.Request

func NewReadApiregistrationV1beta1APIServiceStatusParams

func NewReadApiregistrationV1beta1APIServiceStatusParams() *ReadApiregistrationV1beta1APIServiceStatusParams

NewReadApiregistrationV1beta1APIServiceStatusParams creates a new ReadApiregistrationV1beta1APIServiceStatusParams object with the default values initialized.

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithContext

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithContext(ctx context.Context) *ReadApiregistrationV1beta1APIServiceStatusParams

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

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient(client *http.Client) *ReadApiregistrationV1beta1APIServiceStatusParams

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

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithTimeout

func NewReadApiregistrationV1beta1APIServiceStatusParamsWithTimeout(timeout time.Duration) *ReadApiregistrationV1beta1APIServiceStatusParams

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

func (*ReadApiregistrationV1beta1APIServiceStatusParams) SetContext

SetContext adds the context to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) SetName

SetName adds the name to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) SetPretty

SetPretty adds the pretty to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) SetTimeout

SetTimeout adds the timeout to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WithContext

WithContext adds the context to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WithName

WithName adds the name to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WithPretty

WithPretty adds the pretty to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WithTimeout

WithTimeout adds the timeout to the read apiregistration v1beta1 API service status params

func (*ReadApiregistrationV1beta1APIServiceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadApiregistrationV1beta1APIServiceStatusReader

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

ReadApiregistrationV1beta1APIServiceStatusReader is a Reader for the ReadApiregistrationV1beta1APIServiceStatus structure.

func (*ReadApiregistrationV1beta1APIServiceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadApiregistrationV1beta1APIServiceStatusUnauthorized

type ReadApiregistrationV1beta1APIServiceStatusUnauthorized struct {
}

ReadApiregistrationV1beta1APIServiceStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReadApiregistrationV1beta1APIServiceStatusUnauthorized

func NewReadApiregistrationV1beta1APIServiceStatusUnauthorized() *ReadApiregistrationV1beta1APIServiceStatusUnauthorized

NewReadApiregistrationV1beta1APIServiceStatusUnauthorized creates a ReadApiregistrationV1beta1APIServiceStatusUnauthorized with default headers values

func (*ReadApiregistrationV1beta1APIServiceStatusUnauthorized) Error

type ReadApiregistrationV1beta1APIServiceUnauthorized

type ReadApiregistrationV1beta1APIServiceUnauthorized struct {
}

ReadApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewReadApiregistrationV1beta1APIServiceUnauthorized

func NewReadApiregistrationV1beta1APIServiceUnauthorized() *ReadApiregistrationV1beta1APIServiceUnauthorized

NewReadApiregistrationV1beta1APIServiceUnauthorized creates a ReadApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*ReadApiregistrationV1beta1APIServiceUnauthorized) Error

type ReplaceApiregistrationV1beta1APIServiceCreated

type ReplaceApiregistrationV1beta1APIServiceCreated struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReplaceApiregistrationV1beta1APIServiceCreated handles this case with default header values.

Created

func NewReplaceApiregistrationV1beta1APIServiceCreated

func NewReplaceApiregistrationV1beta1APIServiceCreated() *ReplaceApiregistrationV1beta1APIServiceCreated

NewReplaceApiregistrationV1beta1APIServiceCreated creates a ReplaceApiregistrationV1beta1APIServiceCreated with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceCreated) Error

func (*ReplaceApiregistrationV1beta1APIServiceCreated) GetPayload

type ReplaceApiregistrationV1beta1APIServiceOK

type ReplaceApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReplaceApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewReplaceApiregistrationV1beta1APIServiceOK

func NewReplaceApiregistrationV1beta1APIServiceOK() *ReplaceApiregistrationV1beta1APIServiceOK

NewReplaceApiregistrationV1beta1APIServiceOK creates a ReplaceApiregistrationV1beta1APIServiceOK with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceOK) Error

func (*ReplaceApiregistrationV1beta1APIServiceOK) GetPayload

type ReplaceApiregistrationV1beta1APIServiceParams

type ReplaceApiregistrationV1beta1APIServiceParams struct {

	/*Body*/
	Body *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
	/*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 APIService

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

	*/
	Pretty *string

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

ReplaceApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the replace apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewReplaceApiregistrationV1beta1APIServiceParams

func NewReplaceApiregistrationV1beta1APIServiceParams() *ReplaceApiregistrationV1beta1APIServiceParams

NewReplaceApiregistrationV1beta1APIServiceParams creates a new ReplaceApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewReplaceApiregistrationV1beta1APIServiceParamsWithContext

func NewReplaceApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *ReplaceApiregistrationV1beta1APIServiceParams

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

func NewReplaceApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewReplaceApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *ReplaceApiregistrationV1beta1APIServiceParams

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

func NewReplaceApiregistrationV1beta1APIServiceParamsWithTimeout

func NewReplaceApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *ReplaceApiregistrationV1beta1APIServiceParams

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

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetBody

SetBody adds the body to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetDryRun

SetDryRun adds the dryRun to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetName

SetName adds the name to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetPretty

SetPretty adds the pretty to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithBody

WithBody adds the body to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithDryRun

WithDryRun adds the dryRun to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithName

WithName adds the name to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the replace apiregistration v1beta1 API service params

func (*ReplaceApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceApiregistrationV1beta1APIServiceReader

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

ReplaceApiregistrationV1beta1APIServiceReader is a Reader for the ReplaceApiregistrationV1beta1APIService structure.

func (*ReplaceApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceApiregistrationV1beta1APIServiceStatusCreated

type ReplaceApiregistrationV1beta1APIServiceStatusCreated struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReplaceApiregistrationV1beta1APIServiceStatusCreated handles this case with default header values.

Created

func NewReplaceApiregistrationV1beta1APIServiceStatusCreated

func NewReplaceApiregistrationV1beta1APIServiceStatusCreated() *ReplaceApiregistrationV1beta1APIServiceStatusCreated

NewReplaceApiregistrationV1beta1APIServiceStatusCreated creates a ReplaceApiregistrationV1beta1APIServiceStatusCreated with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceStatusCreated) Error

func (*ReplaceApiregistrationV1beta1APIServiceStatusCreated) GetPayload

type ReplaceApiregistrationV1beta1APIServiceStatusOK

type ReplaceApiregistrationV1beta1APIServiceStatusOK struct {
	Payload *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
}

ReplaceApiregistrationV1beta1APIServiceStatusOK handles this case with default header values.

OK

func NewReplaceApiregistrationV1beta1APIServiceStatusOK

func NewReplaceApiregistrationV1beta1APIServiceStatusOK() *ReplaceApiregistrationV1beta1APIServiceStatusOK

NewReplaceApiregistrationV1beta1APIServiceStatusOK creates a ReplaceApiregistrationV1beta1APIServiceStatusOK with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceStatusOK) Error

func (*ReplaceApiregistrationV1beta1APIServiceStatusOK) GetPayload

type ReplaceApiregistrationV1beta1APIServiceStatusParams

type ReplaceApiregistrationV1beta1APIServiceStatusParams struct {

	/*Body*/
	Body *models.IoK8sKubeAggregatorPkgApisApiregistrationV1beta1APIService
	/*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 APIService

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

	*/
	Pretty *string

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

ReplaceApiregistrationV1beta1APIServiceStatusParams contains all the parameters to send to the API endpoint for the replace apiregistration v1beta1 API service status operation typically these are written to a http.Request

func NewReplaceApiregistrationV1beta1APIServiceStatusParams

func NewReplaceApiregistrationV1beta1APIServiceStatusParams() *ReplaceApiregistrationV1beta1APIServiceStatusParams

NewReplaceApiregistrationV1beta1APIServiceStatusParams creates a new ReplaceApiregistrationV1beta1APIServiceStatusParams object with the default values initialized.

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithContext

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithContext(ctx context.Context) *ReplaceApiregistrationV1beta1APIServiceStatusParams

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

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithHTTPClient(client *http.Client) *ReplaceApiregistrationV1beta1APIServiceStatusParams

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

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithTimeout

func NewReplaceApiregistrationV1beta1APIServiceStatusParamsWithTimeout(timeout time.Duration) *ReplaceApiregistrationV1beta1APIServiceStatusParams

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

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetBody

SetBody adds the body to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetContext

SetContext adds the context to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetDryRun

SetDryRun adds the dryRun to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetFieldManager

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

SetFieldManager adds the fieldManager to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetName

SetName adds the name to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetPretty

SetPretty adds the pretty to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) SetTimeout

SetTimeout adds the timeout to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithBody

WithBody adds the body to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithContext

WithContext adds the context to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithDryRun

WithDryRun adds the dryRun to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithFieldManager

WithFieldManager adds the fieldManager to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithName

WithName adds the name to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithPretty

WithPretty adds the pretty to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WithTimeout

WithTimeout adds the timeout to the replace apiregistration v1beta1 API service status params

func (*ReplaceApiregistrationV1beta1APIServiceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceApiregistrationV1beta1APIServiceStatusReader

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

ReplaceApiregistrationV1beta1APIServiceStatusReader is a Reader for the ReplaceApiregistrationV1beta1APIServiceStatus structure.

func (*ReplaceApiregistrationV1beta1APIServiceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized

type ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized struct {
}

ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceApiregistrationV1beta1APIServiceStatusUnauthorized

func NewReplaceApiregistrationV1beta1APIServiceStatusUnauthorized() *ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized

NewReplaceApiregistrationV1beta1APIServiceStatusUnauthorized creates a ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceStatusUnauthorized) Error

type ReplaceApiregistrationV1beta1APIServiceUnauthorized

type ReplaceApiregistrationV1beta1APIServiceUnauthorized struct {
}

ReplaceApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceApiregistrationV1beta1APIServiceUnauthorized

func NewReplaceApiregistrationV1beta1APIServiceUnauthorized() *ReplaceApiregistrationV1beta1APIServiceUnauthorized

NewReplaceApiregistrationV1beta1APIServiceUnauthorized creates a ReplaceApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*ReplaceApiregistrationV1beta1APIServiceUnauthorized) Error

type WatchApiregistrationV1beta1APIServiceListOK

type WatchApiregistrationV1beta1APIServiceListOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchApiregistrationV1beta1APIServiceListOK handles this case with default header values.

OK

func NewWatchApiregistrationV1beta1APIServiceListOK

func NewWatchApiregistrationV1beta1APIServiceListOK() *WatchApiregistrationV1beta1APIServiceListOK

NewWatchApiregistrationV1beta1APIServiceListOK creates a WatchApiregistrationV1beta1APIServiceListOK with default headers values

func (*WatchApiregistrationV1beta1APIServiceListOK) Error

func (*WatchApiregistrationV1beta1APIServiceListOK) GetPayload

type WatchApiregistrationV1beta1APIServiceListParams

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

WatchApiregistrationV1beta1APIServiceListParams contains all the parameters to send to the API endpoint for the watch apiregistration v1beta1 API service list operation typically these are written to a http.Request

func NewWatchApiregistrationV1beta1APIServiceListParams

func NewWatchApiregistrationV1beta1APIServiceListParams() *WatchApiregistrationV1beta1APIServiceListParams

NewWatchApiregistrationV1beta1APIServiceListParams creates a new WatchApiregistrationV1beta1APIServiceListParams object with the default values initialized.

func NewWatchApiregistrationV1beta1APIServiceListParamsWithContext

func NewWatchApiregistrationV1beta1APIServiceListParamsWithContext(ctx context.Context) *WatchApiregistrationV1beta1APIServiceListParams

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

func NewWatchApiregistrationV1beta1APIServiceListParamsWithHTTPClient

func NewWatchApiregistrationV1beta1APIServiceListParamsWithHTTPClient(client *http.Client) *WatchApiregistrationV1beta1APIServiceListParams

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

func NewWatchApiregistrationV1beta1APIServiceListParamsWithTimeout

func NewWatchApiregistrationV1beta1APIServiceListParamsWithTimeout(timeout time.Duration) *WatchApiregistrationV1beta1APIServiceListParams

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

func (*WatchApiregistrationV1beta1APIServiceListParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetContext

SetContext adds the context to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetContinue

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

SetContinue adds the continue to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetLimit

SetLimit adds the limit to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetPretty

SetPretty adds the pretty to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetTimeout

SetTimeout adds the timeout to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) SetWatch

SetWatch adds the watch to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithAllowWatchBookmarks

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithContext

WithContext adds the context to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithContinue

WithContinue adds the continueVar to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithLimit

WithLimit adds the limit to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithPretty

WithPretty adds the pretty to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithResourceVersionMatch

WithResourceVersionMatch adds the resourceVersionMatch to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithTimeout

WithTimeout adds the timeout to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WithWatch

WithWatch adds the watch to the watch apiregistration v1beta1 API service list params

func (*WatchApiregistrationV1beta1APIServiceListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchApiregistrationV1beta1APIServiceListReader

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

WatchApiregistrationV1beta1APIServiceListReader is a Reader for the WatchApiregistrationV1beta1APIServiceList structure.

func (*WatchApiregistrationV1beta1APIServiceListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchApiregistrationV1beta1APIServiceListUnauthorized

type WatchApiregistrationV1beta1APIServiceListUnauthorized struct {
}

WatchApiregistrationV1beta1APIServiceListUnauthorized handles this case with default header values.

Unauthorized

func NewWatchApiregistrationV1beta1APIServiceListUnauthorized

func NewWatchApiregistrationV1beta1APIServiceListUnauthorized() *WatchApiregistrationV1beta1APIServiceListUnauthorized

NewWatchApiregistrationV1beta1APIServiceListUnauthorized creates a WatchApiregistrationV1beta1APIServiceListUnauthorized with default headers values

func (*WatchApiregistrationV1beta1APIServiceListUnauthorized) Error

type WatchApiregistrationV1beta1APIServiceOK

type WatchApiregistrationV1beta1APIServiceOK struct {
	Payload *models.IoK8sApimachineryPkgApisMetaV1WatchEvent
}

WatchApiregistrationV1beta1APIServiceOK handles this case with default header values.

OK

func NewWatchApiregistrationV1beta1APIServiceOK

func NewWatchApiregistrationV1beta1APIServiceOK() *WatchApiregistrationV1beta1APIServiceOK

NewWatchApiregistrationV1beta1APIServiceOK creates a WatchApiregistrationV1beta1APIServiceOK with default headers values

func (*WatchApiregistrationV1beta1APIServiceOK) Error

func (*WatchApiregistrationV1beta1APIServiceOK) GetPayload

type WatchApiregistrationV1beta1APIServiceParams

type WatchApiregistrationV1beta1APIServiceParams 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 APIService

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

WatchApiregistrationV1beta1APIServiceParams contains all the parameters to send to the API endpoint for the watch apiregistration v1beta1 API service operation typically these are written to a http.Request

func NewWatchApiregistrationV1beta1APIServiceParams

func NewWatchApiregistrationV1beta1APIServiceParams() *WatchApiregistrationV1beta1APIServiceParams

NewWatchApiregistrationV1beta1APIServiceParams creates a new WatchApiregistrationV1beta1APIServiceParams object with the default values initialized.

func NewWatchApiregistrationV1beta1APIServiceParamsWithContext

func NewWatchApiregistrationV1beta1APIServiceParamsWithContext(ctx context.Context) *WatchApiregistrationV1beta1APIServiceParams

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

func NewWatchApiregistrationV1beta1APIServiceParamsWithHTTPClient

func NewWatchApiregistrationV1beta1APIServiceParamsWithHTTPClient(client *http.Client) *WatchApiregistrationV1beta1APIServiceParams

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

func NewWatchApiregistrationV1beta1APIServiceParamsWithTimeout

func NewWatchApiregistrationV1beta1APIServiceParamsWithTimeout(timeout time.Duration) *WatchApiregistrationV1beta1APIServiceParams

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

func (*WatchApiregistrationV1beta1APIServiceParams) SetAllowWatchBookmarks

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

SetAllowWatchBookmarks adds the allowWatchBookmarks to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetContext

SetContext adds the context to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetContinue

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

SetContinue adds the continue to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetFieldSelector

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

SetFieldSelector adds the fieldSelector to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetLabelSelector

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

SetLabelSelector adds the labelSelector to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetLimit

SetLimit adds the limit to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetName

SetName adds the name to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetPretty

SetPretty adds the pretty to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetResourceVersion

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

SetResourceVersion adds the resourceVersion to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetResourceVersionMatch

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

SetResourceVersionMatch adds the resourceVersionMatch to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetTimeout

SetTimeout adds the timeout to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetTimeoutSeconds

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

SetTimeoutSeconds adds the timeoutSeconds to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) SetWatch

SetWatch adds the watch to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithAllowWatchBookmarks

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

WithAllowWatchBookmarks adds the allowWatchBookmarks to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithContext

WithContext adds the context to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithContinue

WithContinue adds the continueVar to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithFieldSelector

WithFieldSelector adds the fieldSelector to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithLabelSelector

WithLabelSelector adds the labelSelector to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithLimit

WithLimit adds the limit to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithName

WithName adds the name to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithPretty

WithPretty adds the pretty to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithResourceVersion

WithResourceVersion adds the resourceVersion to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithResourceVersionMatch

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

WithResourceVersionMatch adds the resourceVersionMatch to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithTimeout

WithTimeout adds the timeout to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithTimeoutSeconds

WithTimeoutSeconds adds the timeoutSeconds to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WithWatch

WithWatch adds the watch to the watch apiregistration v1beta1 API service params

func (*WatchApiregistrationV1beta1APIServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WatchApiregistrationV1beta1APIServiceReader

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

WatchApiregistrationV1beta1APIServiceReader is a Reader for the WatchApiregistrationV1beta1APIService structure.

func (*WatchApiregistrationV1beta1APIServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WatchApiregistrationV1beta1APIServiceUnauthorized

type WatchApiregistrationV1beta1APIServiceUnauthorized struct {
}

WatchApiregistrationV1beta1APIServiceUnauthorized handles this case with default header values.

Unauthorized

func NewWatchApiregistrationV1beta1APIServiceUnauthorized

func NewWatchApiregistrationV1beta1APIServiceUnauthorized() *WatchApiregistrationV1beta1APIServiceUnauthorized

NewWatchApiregistrationV1beta1APIServiceUnauthorized creates a WatchApiregistrationV1beta1APIServiceUnauthorized with default headers values

func (*WatchApiregistrationV1beta1APIServiceUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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