kubectl_cluster_settings

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 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 kubectl cluster settings API

func (*Client) KubectlClusterSettingsGetKubectlClusterSettings

KubectlClusterSettingsGetKubectlClusterSettings kubectl cluster settings get kubectl cluster settings API

func (*Client) KubectlClusterSettingsUpdateKubectlClusterSettings

KubectlClusterSettingsUpdateKubectlClusterSettings kubectl cluster settings update kubectl cluster settings API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	KubectlClusterSettingsGetKubectlClusterSettings(params *KubectlClusterSettingsGetKubectlClusterSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*KubectlClusterSettingsGetKubectlClusterSettingsOK, error)

	KubectlClusterSettingsUpdateKubectlClusterSettings(params *KubectlClusterSettingsUpdateKubectlClusterSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*KubectlClusterSettingsUpdateKubectlClusterSettingsOK, 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 kubectl cluster settings API client.

type KubectlClusterSettingsGetKubectlClusterSettingsDefault

type KubectlClusterSettingsGetKubectlClusterSettingsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
KubectlClusterSettingsGetKubectlClusterSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewKubectlClusterSettingsGetKubectlClusterSettingsDefault

func NewKubectlClusterSettingsGetKubectlClusterSettingsDefault(code int) *KubectlClusterSettingsGetKubectlClusterSettingsDefault

NewKubectlClusterSettingsGetKubectlClusterSettingsDefault creates a KubectlClusterSettingsGetKubectlClusterSettingsDefault with default headers values

func (*KubectlClusterSettingsGetKubectlClusterSettingsDefault) Code

Code gets the status code for the kubectl cluster settings get kubectl cluster settings default response

func (*KubectlClusterSettingsGetKubectlClusterSettingsDefault) Error

func (*KubectlClusterSettingsGetKubectlClusterSettingsDefault) GetPayload

type KubectlClusterSettingsGetKubectlClusterSettingsForbidden

type KubectlClusterSettingsGetKubectlClusterSettingsForbidden struct {
	Payload interface{}
}
KubectlClusterSettingsGetKubectlClusterSettingsForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewKubectlClusterSettingsGetKubectlClusterSettingsForbidden

func NewKubectlClusterSettingsGetKubectlClusterSettingsForbidden() *KubectlClusterSettingsGetKubectlClusterSettingsForbidden

NewKubectlClusterSettingsGetKubectlClusterSettingsForbidden creates a KubectlClusterSettingsGetKubectlClusterSettingsForbidden with default headers values

func (*KubectlClusterSettingsGetKubectlClusterSettingsForbidden) Error

func (*KubectlClusterSettingsGetKubectlClusterSettingsForbidden) GetPayload

type KubectlClusterSettingsGetKubectlClusterSettingsNotFound

type KubectlClusterSettingsGetKubectlClusterSettingsNotFound struct {
	Payload string
}
KubectlClusterSettingsGetKubectlClusterSettingsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewKubectlClusterSettingsGetKubectlClusterSettingsNotFound

func NewKubectlClusterSettingsGetKubectlClusterSettingsNotFound() *KubectlClusterSettingsGetKubectlClusterSettingsNotFound

NewKubectlClusterSettingsGetKubectlClusterSettingsNotFound creates a KubectlClusterSettingsGetKubectlClusterSettingsNotFound with default headers values

func (*KubectlClusterSettingsGetKubectlClusterSettingsNotFound) Error

func (*KubectlClusterSettingsGetKubectlClusterSettingsNotFound) GetPayload

type KubectlClusterSettingsGetKubectlClusterSettingsOK

type KubectlClusterSettingsGetKubectlClusterSettingsOK struct {
	Payload *models.RPCGetKubectlClusterSettingsResponse
}
KubectlClusterSettingsGetKubectlClusterSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewKubectlClusterSettingsGetKubectlClusterSettingsOK

func NewKubectlClusterSettingsGetKubectlClusterSettingsOK() *KubectlClusterSettingsGetKubectlClusterSettingsOK

NewKubectlClusterSettingsGetKubectlClusterSettingsOK creates a KubectlClusterSettingsGetKubectlClusterSettingsOK with default headers values

func (*KubectlClusterSettingsGetKubectlClusterSettingsOK) Error

func (*KubectlClusterSettingsGetKubectlClusterSettingsOK) GetPayload

type KubectlClusterSettingsGetKubectlClusterSettingsParams

type KubectlClusterSettingsGetKubectlClusterSettingsParams struct {

	// OptsID.
	OptsID *string

	// OptsAccount.
	OptsAccount *string

	// OptsBlueprintRef.
	OptsBlueprintRef *string

	// OptsClusterID.
	OptsClusterID *string

	// OptsCount.
	//
	// Format: int64
	OptsCount *string

	// OptsDeleted.
	OptsDeleted *bool

	/* OptsDisplayName.

	   displayName only used for update queries to set displayName (READONLY).
	*/
	OptsDisplayName *string

	// OptsExtended.
	OptsExtended *bool

	/* OptsGlobalScope.

	   globalScope sets partnerID,organizationID,projectID = 0.
	*/
	OptsGlobalScope *bool

	// OptsGroups.
	OptsGroups []string

	/* OptsIgnoreScopeDefault.

	     ignoreScopeDefault ignores default values for partnerID, organizationID and
	projectID.
	*/
	OptsIgnoreScopeDefault *bool

	// OptsIsSSOUser.
	OptsIsSSOUser *bool

	// OptsLimit.
	//
	// Format: int64
	OptsLimit *string

	/* OptsName.

	     name is unique ID of a resource along with (partnerID, organizationID,
	projectID).
	*/
	OptsName *string

	// OptsOffset.
	//
	// Format: int64
	OptsOffset *string

	// OptsOrder.
	OptsOrder *string

	// OptsOrderBy.
	OptsOrderBy *string

	// OptsOrganization.
	OptsOrganization *string

	// OptsPartner.
	OptsPartner *string

	// OptsProject.
	OptsProject *string

	// OptsPublishedVersion.
	OptsPublishedVersion *string

	/* OptsSelector.

	   selector is used to filter the labels of a resource.
	*/
	OptsSelector *string

	/* OptsURLScope.

	   urlScope is supposed to be passed in the URL as kind/HashID(value)
	*/
	OptsURLScope string

	// OptsUsername.
	OptsUsername *string

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

KubectlClusterSettingsGetKubectlClusterSettingsParams contains all the parameters to send to the API endpoint

for the kubectl cluster settings get kubectl cluster settings operation.

Typically these are written to a http.Request.

func NewKubectlClusterSettingsGetKubectlClusterSettingsParams

func NewKubectlClusterSettingsGetKubectlClusterSettingsParams() *KubectlClusterSettingsGetKubectlClusterSettingsParams

NewKubectlClusterSettingsGetKubectlClusterSettingsParams creates a new KubectlClusterSettingsGetKubectlClusterSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithContext

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithContext(ctx context.Context) *KubectlClusterSettingsGetKubectlClusterSettingsParams

NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithContext creates a new KubectlClusterSettingsGetKubectlClusterSettingsParams object with the ability to set a context for a request.

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithHTTPClient

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithHTTPClient(client *http.Client) *KubectlClusterSettingsGetKubectlClusterSettingsParams

NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithHTTPClient creates a new KubectlClusterSettingsGetKubectlClusterSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithTimeout

func NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithTimeout(timeout time.Duration) *KubectlClusterSettingsGetKubectlClusterSettingsParams

NewKubectlClusterSettingsGetKubectlClusterSettingsParamsWithTimeout creates a new KubectlClusterSettingsGetKubectlClusterSettingsParams object with the ability to set a timeout on a request.

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetContext

SetContext adds the context to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetDefaults

SetDefaults hydrates default values in the kubectl cluster settings get kubectl cluster settings params (not the query body).

All values with no default are reset to their zero value.

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsAccount

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsAccount(optsAccount *string)

SetOptsAccount adds the optsAccount to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsBlueprintRef

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsBlueprintRef(optsBlueprintRef *string)

SetOptsBlueprintRef adds the optsBlueprintRef to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsClusterID

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsClusterID(optsClusterID *string)

SetOptsClusterID adds the optsClusterId to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsCount

SetOptsCount adds the optsCount to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsDeleted

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsDeleted(optsDeleted *bool)

SetOptsDeleted adds the optsDeleted to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsDisplayName

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsDisplayName(optsDisplayName *string)

SetOptsDisplayName adds the optsDisplayName to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsExtended

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsExtended(optsExtended *bool)

SetOptsExtended adds the optsExtended to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsGlobalScope

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsGlobalScope(optsGlobalScope *bool)

SetOptsGlobalScope adds the optsGlobalScope to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsGroups

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsGroups(optsGroups []string)

SetOptsGroups adds the optsGroups to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsID

SetOptsID adds the optsId to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsIgnoreScopeDefault

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsIgnoreScopeDefault(optsIgnoreScopeDefault *bool)

SetOptsIgnoreScopeDefault adds the optsIgnoreScopeDefault to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsIsSSOUser

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsIsSSOUser(optsIsSSOUser *bool)

SetOptsIsSSOUser adds the optsIsSSOUser to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsLimit

SetOptsLimit adds the optsLimit to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsName

SetOptsName adds the optsName to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOffset

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOffset(optsOffset *string)

SetOptsOffset adds the optsOffset to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOrder

SetOptsOrder adds the optsOrder to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOrderBy

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOrderBy(optsOrderBy *string)

SetOptsOrderBy adds the optsOrderBy to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOrganization

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsOrganization(optsOrganization *string)

SetOptsOrganization adds the optsOrganization to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsPartner

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsPartner(optsPartner *string)

SetOptsPartner adds the optsPartner to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsProject

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsProject(optsProject *string)

SetOptsProject adds the optsProject to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsPublishedVersion

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsPublishedVersion(optsPublishedVersion *string)

SetOptsPublishedVersion adds the optsPublishedVersion to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsSelector

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsSelector(optsSelector *string)

SetOptsSelector adds the optsSelector to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsURLScope

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsURLScope(optsURLScope string)

SetOptsURLScope adds the optsUrlScope to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsUsername

func (o *KubectlClusterSettingsGetKubectlClusterSettingsParams) SetOptsUsername(optsUsername *string)

SetOptsUsername adds the optsUsername to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) SetTimeout

SetTimeout adds the timeout to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithContext

WithContext adds the context to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithDefaults

WithDefaults hydrates default values in the kubectl cluster settings get kubectl cluster settings params (not the query body).

All values with no default are reset to their zero value.

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsAccount

WithOptsAccount adds the optsAccount to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsBlueprintRef

WithOptsBlueprintRef adds the optsBlueprintRef to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsClusterID

WithOptsClusterID adds the optsClusterID to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsCount

WithOptsCount adds the optsCount to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsDeleted

WithOptsDeleted adds the optsDeleted to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsDisplayName

WithOptsDisplayName adds the optsDisplayName to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsExtended

WithOptsExtended adds the optsExtended to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsGlobalScope

WithOptsGlobalScope adds the optsGlobalScope to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsGroups

WithOptsGroups adds the optsGroups to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsID

WithOptsID adds the optsID to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsIgnoreScopeDefault

WithOptsIgnoreScopeDefault adds the optsIgnoreScopeDefault to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsIsSSOUser

WithOptsIsSSOUser adds the optsIsSSOUser to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsLimit

WithOptsLimit adds the optsLimit to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsName

WithOptsName adds the optsName to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsOffset

WithOptsOffset adds the optsOffset to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsOrder

WithOptsOrder adds the optsOrder to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsOrderBy

WithOptsOrderBy adds the optsOrderBy to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsOrganization

WithOptsOrganization adds the optsOrganization to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsPartner

WithOptsPartner adds the optsPartner to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsProject

WithOptsProject adds the optsProject to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsPublishedVersion

WithOptsPublishedVersion adds the optsPublishedVersion to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsSelector

WithOptsSelector adds the optsSelector to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsURLScope

WithOptsURLScope adds the optsURLScope to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithOptsUsername

WithOptsUsername adds the optsUsername to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WithTimeout

WithTimeout adds the timeout to the kubectl cluster settings get kubectl cluster settings params

func (*KubectlClusterSettingsGetKubectlClusterSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type KubectlClusterSettingsGetKubectlClusterSettingsReader

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

KubectlClusterSettingsGetKubectlClusterSettingsReader is a Reader for the KubectlClusterSettingsGetKubectlClusterSettings structure.

func (*KubectlClusterSettingsGetKubectlClusterSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type KubectlClusterSettingsUpdateKubectlClusterSettingsDefault

type KubectlClusterSettingsUpdateKubectlClusterSettingsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
KubectlClusterSettingsUpdateKubectlClusterSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsDefault

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsDefault(code int) *KubectlClusterSettingsUpdateKubectlClusterSettingsDefault

NewKubectlClusterSettingsUpdateKubectlClusterSettingsDefault creates a KubectlClusterSettingsUpdateKubectlClusterSettingsDefault with default headers values

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsDefault) Code

Code gets the status code for the kubectl cluster settings update kubectl cluster settings default response

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsDefault) Error

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsDefault) GetPayload

type KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden

type KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden struct {
	Payload interface{}
}
KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsForbidden

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsForbidden() *KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden

NewKubectlClusterSettingsUpdateKubectlClusterSettingsForbidden creates a KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden with default headers values

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden) Error

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsForbidden) GetPayload

type KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound

type KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound struct {
	Payload string
}
KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsNotFound

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsNotFound() *KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound

NewKubectlClusterSettingsUpdateKubectlClusterSettingsNotFound creates a KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound with default headers values

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound) Error

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsNotFound) GetPayload

type KubectlClusterSettingsUpdateKubectlClusterSettingsOK

type KubectlClusterSettingsUpdateKubectlClusterSettingsOK struct {
	Payload models.RPCUpdateKubectlClusterSettingsResponse
}
KubectlClusterSettingsUpdateKubectlClusterSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsOK

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsOK() *KubectlClusterSettingsUpdateKubectlClusterSettingsOK

NewKubectlClusterSettingsUpdateKubectlClusterSettingsOK creates a KubectlClusterSettingsUpdateKubectlClusterSettingsOK with default headers values

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsOK) Error

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsOK) GetPayload

type KubectlClusterSettingsUpdateKubectlClusterSettingsParams

type KubectlClusterSettingsUpdateKubectlClusterSettingsParams struct {

	// Body.
	Body *models.RPCUpdateKubectlClusterSettingsRequest

	/* OptsURLScope.

	   urlScope is supposed to be passed in the URL as kind/HashID(value)
	*/
	OptsURLScope string

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

KubectlClusterSettingsUpdateKubectlClusterSettingsParams contains all the parameters to send to the API endpoint

for the kubectl cluster settings update kubectl cluster settings operation.

Typically these are written to a http.Request.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParams

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParams() *KubectlClusterSettingsUpdateKubectlClusterSettingsParams

NewKubectlClusterSettingsUpdateKubectlClusterSettingsParams creates a new KubectlClusterSettingsUpdateKubectlClusterSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithContext

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithContext(ctx context.Context) *KubectlClusterSettingsUpdateKubectlClusterSettingsParams

NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithContext creates a new KubectlClusterSettingsUpdateKubectlClusterSettingsParams object with the ability to set a context for a request.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithHTTPClient

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithHTTPClient(client *http.Client) *KubectlClusterSettingsUpdateKubectlClusterSettingsParams

NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithHTTPClient creates a new KubectlClusterSettingsUpdateKubectlClusterSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithTimeout

func NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithTimeout(timeout time.Duration) *KubectlClusterSettingsUpdateKubectlClusterSettingsParams

NewKubectlClusterSettingsUpdateKubectlClusterSettingsParamsWithTimeout creates a new KubectlClusterSettingsUpdateKubectlClusterSettingsParams object with the ability to set a timeout on a request.

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetBody

SetBody adds the body to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetContext

SetContext adds the context to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetDefaults

SetDefaults hydrates default values in the kubectl cluster settings update kubectl cluster settings params (not the query body).

All values with no default are reset to their zero value.

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetOptsURLScope

func (o *KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetOptsURLScope(optsURLScope string)

SetOptsURLScope adds the optsUrlScope to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) SetTimeout

SetTimeout adds the timeout to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithBody

WithBody adds the body to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithContext

WithContext adds the context to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithDefaults

WithDefaults hydrates default values in the kubectl cluster settings update kubectl cluster settings params (not the query body).

All values with no default are reset to their zero value.

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithOptsURLScope

WithOptsURLScope adds the optsURLScope to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WithTimeout

WithTimeout adds the timeout to the kubectl cluster settings update kubectl cluster settings params

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type KubectlClusterSettingsUpdateKubectlClusterSettingsReader

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

KubectlClusterSettingsUpdateKubectlClusterSettingsReader is a Reader for the KubectlClusterSettingsUpdateKubectlClusterSettings structure.

func (*KubectlClusterSettingsUpdateKubectlClusterSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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