kubernetes_clusters

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 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 AssignStatusUsingGETForbidden added in v0.5.0

type AssignStatusUsingGETForbidden struct {
}

AssignStatusUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewAssignStatusUsingGETForbidden added in v0.5.0

func NewAssignStatusUsingGETForbidden() *AssignStatusUsingGETForbidden

NewAssignStatusUsingGETForbidden creates a AssignStatusUsingGETForbidden with default headers values

func (*AssignStatusUsingGETForbidden) Error added in v0.5.0

func (*AssignStatusUsingGETForbidden) IsClientError added in v0.5.0

func (o *AssignStatusUsingGETForbidden) IsClientError() bool

IsClientError returns true when this assign status using g e t forbidden response has a 4xx status code

func (*AssignStatusUsingGETForbidden) IsCode added in v0.5.0

func (o *AssignStatusUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this assign status using g e t forbidden response a status code equal to that given

func (*AssignStatusUsingGETForbidden) IsRedirect added in v0.5.0

func (o *AssignStatusUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this assign status using g e t forbidden response has a 3xx status code

func (*AssignStatusUsingGETForbidden) IsServerError added in v0.5.0

func (o *AssignStatusUsingGETForbidden) IsServerError() bool

IsServerError returns true when this assign status using g e t forbidden response has a 5xx status code

func (*AssignStatusUsingGETForbidden) IsSuccess added in v0.5.0

func (o *AssignStatusUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this assign status using g e t forbidden response has a 2xx status code

func (*AssignStatusUsingGETForbidden) String added in v0.5.0

type AssignStatusUsingGETOK added in v0.5.0

type AssignStatusUsingGETOK struct {
	Payload *models.K8SClusterAssignResponseDTO
}

AssignStatusUsingGETOK describes a response with status code 200, with default header values.

OK

func NewAssignStatusUsingGETOK added in v0.5.0

func NewAssignStatusUsingGETOK() *AssignStatusUsingGETOK

NewAssignStatusUsingGETOK creates a AssignStatusUsingGETOK with default headers values

func (*AssignStatusUsingGETOK) Error added in v0.5.0

func (o *AssignStatusUsingGETOK) Error() string

func (*AssignStatusUsingGETOK) GetPayload added in v0.5.0

func (*AssignStatusUsingGETOK) IsClientError added in v0.5.0

func (o *AssignStatusUsingGETOK) IsClientError() bool

IsClientError returns true when this assign status using g e t o k response has a 4xx status code

func (*AssignStatusUsingGETOK) IsCode added in v0.5.0

func (o *AssignStatusUsingGETOK) IsCode(code int) bool

IsCode returns true when this assign status using g e t o k response a status code equal to that given

func (*AssignStatusUsingGETOK) IsRedirect added in v0.5.0

func (o *AssignStatusUsingGETOK) IsRedirect() bool

IsRedirect returns true when this assign status using g e t o k response has a 3xx status code

func (*AssignStatusUsingGETOK) IsServerError added in v0.5.0

func (o *AssignStatusUsingGETOK) IsServerError() bool

IsServerError returns true when this assign status using g e t o k response has a 5xx status code

func (*AssignStatusUsingGETOK) IsSuccess added in v0.5.0

func (o *AssignStatusUsingGETOK) IsSuccess() bool

IsSuccess returns true when this assign status using g e t o k response has a 2xx status code

func (*AssignStatusUsingGETOK) String added in v0.5.0

func (o *AssignStatusUsingGETOK) String() string

type AssignStatusUsingGETParams added in v0.5.0

type AssignStatusUsingGETParams struct {

	/* RequestID.

	   requestId
	*/
	RequestID string

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

AssignStatusUsingGETParams contains all the parameters to send to the API endpoint

for the assign status using g e t operation.

Typically these are written to a http.Request.

func NewAssignStatusUsingGETParams added in v0.5.0

func NewAssignStatusUsingGETParams() *AssignStatusUsingGETParams

NewAssignStatusUsingGETParams creates a new AssignStatusUsingGETParams 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 NewAssignStatusUsingGETParamsWithContext added in v0.5.0

func NewAssignStatusUsingGETParamsWithContext(ctx context.Context) *AssignStatusUsingGETParams

NewAssignStatusUsingGETParamsWithContext creates a new AssignStatusUsingGETParams object with the ability to set a context for a request.

func NewAssignStatusUsingGETParamsWithHTTPClient added in v0.5.0

func NewAssignStatusUsingGETParamsWithHTTPClient(client *http.Client) *AssignStatusUsingGETParams

NewAssignStatusUsingGETParamsWithHTTPClient creates a new AssignStatusUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewAssignStatusUsingGETParamsWithTimeout added in v0.5.0

func NewAssignStatusUsingGETParamsWithTimeout(timeout time.Duration) *AssignStatusUsingGETParams

NewAssignStatusUsingGETParamsWithTimeout creates a new AssignStatusUsingGETParams object with the ability to set a timeout on a request.

func (*AssignStatusUsingGETParams) SetContext added in v0.5.0

func (o *AssignStatusUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the assign status using get params

func (*AssignStatusUsingGETParams) SetDefaults added in v0.5.0

func (o *AssignStatusUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the assign status using get params (not the query body).

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

func (*AssignStatusUsingGETParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the assign status using get params

func (*AssignStatusUsingGETParams) SetRequestID added in v0.5.0

func (o *AssignStatusUsingGETParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the assign status using get params

func (*AssignStatusUsingGETParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the assign status using get params

func (*AssignStatusUsingGETParams) WithContext added in v0.5.0

WithContext adds the context to the assign status using get params

func (*AssignStatusUsingGETParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the assign status using get params (not the query body).

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

func (*AssignStatusUsingGETParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the assign status using get params

func (*AssignStatusUsingGETParams) WithRequestID added in v0.5.0

func (o *AssignStatusUsingGETParams) WithRequestID(requestID string) *AssignStatusUsingGETParams

WithRequestID adds the requestID to the assign status using get params

func (*AssignStatusUsingGETParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the assign status using get params

func (*AssignStatusUsingGETParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type AssignStatusUsingGETReader added in v0.5.0

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

AssignStatusUsingGETReader is a Reader for the AssignStatusUsingGET structure.

func (*AssignStatusUsingGETReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type AssignUsingPOSTForbidden added in v0.5.0

type AssignUsingPOSTForbidden struct {
}

AssignUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewAssignUsingPOSTForbidden added in v0.5.0

func NewAssignUsingPOSTForbidden() *AssignUsingPOSTForbidden

NewAssignUsingPOSTForbidden creates a AssignUsingPOSTForbidden with default headers values

func (*AssignUsingPOSTForbidden) Error added in v0.5.0

func (o *AssignUsingPOSTForbidden) Error() string

func (*AssignUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *AssignUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this assign using p o s t forbidden response has a 4xx status code

func (*AssignUsingPOSTForbidden) IsCode added in v0.5.0

func (o *AssignUsingPOSTForbidden) IsCode(code int) bool

IsCode returns true when this assign using p o s t forbidden response a status code equal to that given

func (*AssignUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *AssignUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this assign using p o s t forbidden response has a 3xx status code

func (*AssignUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *AssignUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this assign using p o s t forbidden response has a 5xx status code

func (*AssignUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *AssignUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this assign using p o s t forbidden response has a 2xx status code

func (*AssignUsingPOSTForbidden) String added in v0.5.0

func (o *AssignUsingPOSTForbidden) String() string

type AssignUsingPOSTOK added in v0.5.0

type AssignUsingPOSTOK struct {
	Payload *models.K8SClusterAssignResponseDTO
}

AssignUsingPOSTOK describes a response with status code 200, with default header values.

OK

func NewAssignUsingPOSTOK added in v0.5.0

func NewAssignUsingPOSTOK() *AssignUsingPOSTOK

NewAssignUsingPOSTOK creates a AssignUsingPOSTOK with default headers values

func (*AssignUsingPOSTOK) Error added in v0.5.0

func (o *AssignUsingPOSTOK) Error() string

func (*AssignUsingPOSTOK) GetPayload added in v0.5.0

func (*AssignUsingPOSTOK) IsClientError added in v0.5.0

func (o *AssignUsingPOSTOK) IsClientError() bool

IsClientError returns true when this assign using p o s t o k response has a 4xx status code

func (*AssignUsingPOSTOK) IsCode added in v0.5.0

func (o *AssignUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this assign using p o s t o k response a status code equal to that given

func (*AssignUsingPOSTOK) IsRedirect added in v0.5.0

func (o *AssignUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this assign using p o s t o k response has a 3xx status code

func (*AssignUsingPOSTOK) IsServerError added in v0.5.0

func (o *AssignUsingPOSTOK) IsServerError() bool

IsServerError returns true when this assign using p o s t o k response has a 5xx status code

func (*AssignUsingPOSTOK) IsSuccess added in v0.5.0

func (o *AssignUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this assign using p o s t o k response has a 2xx status code

func (*AssignUsingPOSTOK) String added in v0.5.0

func (o *AssignUsingPOSTOK) String() string

type AssignUsingPOSTParams added in v0.5.0

type AssignUsingPOSTParams struct {

	/* K8SClusterAssignRequestDTO.

	   k8SClusterAssignRequestDTO
	*/
	K8SClusterAssignRequestDTO *models.K8SClusterAssignRequestDTO

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

AssignUsingPOSTParams contains all the parameters to send to the API endpoint

for the assign using p o s t operation.

Typically these are written to a http.Request.

func NewAssignUsingPOSTParams added in v0.5.0

func NewAssignUsingPOSTParams() *AssignUsingPOSTParams

NewAssignUsingPOSTParams creates a new AssignUsingPOSTParams 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 NewAssignUsingPOSTParamsWithContext added in v0.5.0

func NewAssignUsingPOSTParamsWithContext(ctx context.Context) *AssignUsingPOSTParams

NewAssignUsingPOSTParamsWithContext creates a new AssignUsingPOSTParams object with the ability to set a context for a request.

func NewAssignUsingPOSTParamsWithHTTPClient added in v0.5.0

func NewAssignUsingPOSTParamsWithHTTPClient(client *http.Client) *AssignUsingPOSTParams

NewAssignUsingPOSTParamsWithHTTPClient creates a new AssignUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewAssignUsingPOSTParamsWithTimeout added in v0.5.0

func NewAssignUsingPOSTParamsWithTimeout(timeout time.Duration) *AssignUsingPOSTParams

NewAssignUsingPOSTParamsWithTimeout creates a new AssignUsingPOSTParams object with the ability to set a timeout on a request.

func (*AssignUsingPOSTParams) SetContext added in v0.5.0

func (o *AssignUsingPOSTParams) SetContext(ctx context.Context)

SetContext adds the context to the assign using p o s t params

func (*AssignUsingPOSTParams) SetDefaults added in v0.5.0

func (o *AssignUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the assign using p o s t params (not the query body).

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

func (*AssignUsingPOSTParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the assign using p o s t params

func (*AssignUsingPOSTParams) SetK8SClusterAssignRequestDTO added in v0.5.0

func (o *AssignUsingPOSTParams) SetK8SClusterAssignRequestDTO(k8SClusterAssignRequestDTO *models.K8SClusterAssignRequestDTO)

SetK8SClusterAssignRequestDTO adds the k8SClusterAssignRequestDTO to the assign using p o s t params

func (*AssignUsingPOSTParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the assign using p o s t params

func (*AssignUsingPOSTParams) WithContext added in v0.5.0

WithContext adds the context to the assign using p o s t params

func (*AssignUsingPOSTParams) WithDefaults added in v0.5.0

func (o *AssignUsingPOSTParams) WithDefaults() *AssignUsingPOSTParams

WithDefaults hydrates default values in the assign using p o s t params (not the query body).

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

func (*AssignUsingPOSTParams) WithHTTPClient added in v0.5.0

func (o *AssignUsingPOSTParams) WithHTTPClient(client *http.Client) *AssignUsingPOSTParams

WithHTTPClient adds the HTTPClient to the assign using p o s t params

func (*AssignUsingPOSTParams) WithK8SClusterAssignRequestDTO added in v0.5.0

func (o *AssignUsingPOSTParams) WithK8SClusterAssignRequestDTO(k8SClusterAssignRequestDTO *models.K8SClusterAssignRequestDTO) *AssignUsingPOSTParams

WithK8SClusterAssignRequestDTO adds the k8SClusterAssignRequestDTO to the assign using p o s t params

func (*AssignUsingPOSTParams) WithTimeout added in v0.5.0

func (o *AssignUsingPOSTParams) WithTimeout(timeout time.Duration) *AssignUsingPOSTParams

WithTimeout adds the timeout to the assign using p o s t params

func (*AssignUsingPOSTParams) WriteToRequest added in v0.5.0

func (o *AssignUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AssignUsingPOSTReader added in v0.5.0

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

AssignUsingPOSTReader is a Reader for the AssignUsingPOST structure.

func (*AssignUsingPOSTReader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type Client

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

Client for kubernetes clusters API

func (*Client) AssignStatusUsingGET added in v0.5.0

func (a *Client) AssignStatusUsingGET(params *AssignStatusUsingGETParams, opts ...ClientOption) (*AssignStatusUsingGETOK, error)

AssignStatusUsingGET retrieves assign status

Retrieve assign status.

func (*Client) AssignUsingPOST added in v0.5.0

func (a *Client) AssignUsingPOST(params *AssignUsingPOSTParams, opts ...ClientOption) (*AssignUsingPOSTOK, error)

AssignUsingPOST assigns k8s cluster to cluster cluster group

Assign K8s cluster to cluster cluster group.

func (*Client) DeleteClusterUsingDELETE

func (a *Client) DeleteClusterUsingDELETE(params *DeleteClusterUsingDELETEParams, opts ...ClientOption) (*DeleteClusterUsingDELETEOK, error)

DeleteClusterUsingDELETE deletes a k8 s cluster

Delete a K8S Cluster by provided id

func (*Client) DestroyClusterUsingDELETE

func (a *Client) DestroyClusterUsingDELETE(params *DestroyClusterUsingDELETEParams, opts ...ClientOption) (*DestroyClusterUsingDELETEOK, error)

DestroyClusterUsingDELETE destroys a k8 s cluster

Destroy a K8S Cluster by provided id

func (*Client) GetClusterUsingGET

func (a *Client) GetClusterUsingGET(params *GetClusterUsingGETParams, opts ...ClientOption) (*GetClusterUsingGETOK, error)

GetClusterUsingGET finds a k8 s cluster by id

Retrieve a K8S by id

func (*Client) GetKubeConfigUsingGET

func (a *Client) GetKubeConfigUsingGET(params *GetKubeConfigUsingGETParams, opts ...ClientOption) (*GetKubeConfigUsingGETOK, error)

GetKubeConfigUsingGET gets a kube config for a k8 s cluster

Get a KubeConfig for a K8S Cluster by provided id

func (*Client) GetNodesUsingGET

func (a *Client) GetNodesUsingGET(params *GetNodesUsingGETParams, opts ...ClientOption) (*GetNodesUsingGETOK, error)

GetNodesUsingGET gets nodes of k8 s clusters

Get nodes of K8S Clusters by provided id

func (*Client) ListUsingGET

func (a *Client) ListUsingGET(params *ListUsingGETParams, opts ...ClientOption) (*ListUsingGETOK, error)

ListUsingGET gets all registered k8 s clusters

Retrieve the managed K8S Clusters

func (*Client) OnboardUsingPOST

func (a *Client) OnboardUsingPOST(params *OnboardUsingPOSTParams, opts ...ClientOption) (*OnboardUsingPOSTOK, error)

OnboardUsingPOST onboards a k8 s cluster

Onboard a K8S Cluster entity

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUsingPUT1

func (a *Client) UpdateUsingPUT1(params *UpdateUsingPUT1Params, opts ...ClientOption) (*UpdateUsingPUT1OK, error)

UpdateUsingPUT1 updates a k8 s cluster

Update K8S Cluster by id

func (*Client) ValidateUsingPUT

func (a *Client) ValidateUsingPUT(params *ValidateUsingPUTParams, opts ...ClientOption) (*ValidateUsingPUTOK, error)

ValidateUsingPUT validates provided k8 s cluster entity

Validate provided K8S Cluster entity

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AssignStatusUsingGET(params *AssignStatusUsingGETParams, opts ...ClientOption) (*AssignStatusUsingGETOK, error)

	AssignUsingPOST(params *AssignUsingPOSTParams, opts ...ClientOption) (*AssignUsingPOSTOK, error)

	DeleteClusterUsingDELETE(params *DeleteClusterUsingDELETEParams, opts ...ClientOption) (*DeleteClusterUsingDELETEOK, error)

	DestroyClusterUsingDELETE(params *DestroyClusterUsingDELETEParams, opts ...ClientOption) (*DestroyClusterUsingDELETEOK, error)

	GetClusterUsingGET(params *GetClusterUsingGETParams, opts ...ClientOption) (*GetClusterUsingGETOK, error)

	GetKubeConfigUsingGET(params *GetKubeConfigUsingGETParams, opts ...ClientOption) (*GetKubeConfigUsingGETOK, error)

	GetNodesUsingGET(params *GetNodesUsingGETParams, opts ...ClientOption) (*GetNodesUsingGETOK, error)

	ListUsingGET(params *ListUsingGETParams, opts ...ClientOption) (*ListUsingGETOK, error)

	OnboardUsingPOST(params *OnboardUsingPOSTParams, opts ...ClientOption) (*OnboardUsingPOSTOK, error)

	UpdateUsingPUT1(params *UpdateUsingPUT1Params, opts ...ClientOption) (*UpdateUsingPUT1OK, error)

	ValidateUsingPUT(params *ValidateUsingPUTParams, opts ...ClientOption) (*ValidateUsingPUTOK, 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 kubernetes clusters API client.

type DeleteClusterUsingDELETEForbidden added in v0.5.0

type DeleteClusterUsingDELETEForbidden struct {
}

DeleteClusterUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewDeleteClusterUsingDELETEForbidden added in v0.5.0

func NewDeleteClusterUsingDELETEForbidden() *DeleteClusterUsingDELETEForbidden

NewDeleteClusterUsingDELETEForbidden creates a DeleteClusterUsingDELETEForbidden with default headers values

func (*DeleteClusterUsingDELETEForbidden) Error added in v0.5.0

func (*DeleteClusterUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DeleteClusterUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this delete cluster using d e l e t e forbidden response has a 4xx status code

func (*DeleteClusterUsingDELETEForbidden) IsCode added in v0.5.0

func (o *DeleteClusterUsingDELETEForbidden) IsCode(code int) bool

IsCode returns true when this delete cluster using d e l e t e forbidden response a status code equal to that given

func (*DeleteClusterUsingDELETEForbidden) IsRedirect added in v0.5.0

func (o *DeleteClusterUsingDELETEForbidden) IsRedirect() bool

IsRedirect returns true when this delete cluster using d e l e t e forbidden response has a 3xx status code

func (*DeleteClusterUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DeleteClusterUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this delete cluster using d e l e t e forbidden response has a 5xx status code

func (*DeleteClusterUsingDELETEForbidden) IsSuccess added in v0.5.0

func (o *DeleteClusterUsingDELETEForbidden) IsSuccess() bool

IsSuccess returns true when this delete cluster using d e l e t e forbidden response has a 2xx status code

func (*DeleteClusterUsingDELETEForbidden) String added in v0.5.0

type DeleteClusterUsingDELETEOK

type DeleteClusterUsingDELETEOK struct {
}

DeleteClusterUsingDELETEOK describes a response with status code 200, with default header values.

OK

func NewDeleteClusterUsingDELETEOK

func NewDeleteClusterUsingDELETEOK() *DeleteClusterUsingDELETEOK

NewDeleteClusterUsingDELETEOK creates a DeleteClusterUsingDELETEOK with default headers values

func (*DeleteClusterUsingDELETEOK) Error

func (*DeleteClusterUsingDELETEOK) IsClientError added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) IsClientError() bool

IsClientError returns true when this delete cluster using d e l e t e o k response has a 4xx status code

func (*DeleteClusterUsingDELETEOK) IsCode added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this delete cluster using d e l e t e o k response a status code equal to that given

func (*DeleteClusterUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this delete cluster using d e l e t e o k response has a 3xx status code

func (*DeleteClusterUsingDELETEOK) IsServerError added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) IsServerError() bool

IsServerError returns true when this delete cluster using d e l e t e o k response has a 5xx status code

func (*DeleteClusterUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this delete cluster using d e l e t e o k response has a 2xx status code

func (*DeleteClusterUsingDELETEOK) String added in v0.5.0

func (o *DeleteClusterUsingDELETEOK) String() string

type DeleteClusterUsingDELETEParams

type DeleteClusterUsingDELETEParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

DeleteClusterUsingDELETEParams contains all the parameters to send to the API endpoint

for the delete cluster using d e l e t e operation.

Typically these are written to a http.Request.

func NewDeleteClusterUsingDELETEParams

func NewDeleteClusterUsingDELETEParams() *DeleteClusterUsingDELETEParams

NewDeleteClusterUsingDELETEParams creates a new DeleteClusterUsingDELETEParams 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 NewDeleteClusterUsingDELETEParamsWithContext

func NewDeleteClusterUsingDELETEParamsWithContext(ctx context.Context) *DeleteClusterUsingDELETEParams

NewDeleteClusterUsingDELETEParamsWithContext creates a new DeleteClusterUsingDELETEParams object with the ability to set a context for a request.

func NewDeleteClusterUsingDELETEParamsWithHTTPClient

func NewDeleteClusterUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteClusterUsingDELETEParams

NewDeleteClusterUsingDELETEParamsWithHTTPClient creates a new DeleteClusterUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterUsingDELETEParamsWithTimeout

func NewDeleteClusterUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteClusterUsingDELETEParams

NewDeleteClusterUsingDELETEParamsWithTimeout creates a new DeleteClusterUsingDELETEParams object with the ability to set a timeout on a request.

func (*DeleteClusterUsingDELETEParams) SetContext

func (o *DeleteClusterUsingDELETEParams) SetContext(ctx context.Context)

SetContext adds the context to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) SetDefaults

func (o *DeleteClusterUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the delete cluster using d e l e t e params (not the query body).

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

func (*DeleteClusterUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) SetID

SetID adds the id to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) WithContext

WithContext adds the context to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) WithDefaults

WithDefaults hydrates default values in the delete cluster using d e l e t e params (not the query body).

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

func (*DeleteClusterUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) WithID

WithID adds the id to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete cluster using d e l e t e params

func (*DeleteClusterUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterUsingDELETEReader

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

DeleteClusterUsingDELETEReader is a Reader for the DeleteClusterUsingDELETE structure.

func (*DeleteClusterUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DestroyClusterUsingDELETEForbidden added in v0.5.0

type DestroyClusterUsingDELETEForbidden struct {
}

DestroyClusterUsingDELETEForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewDestroyClusterUsingDELETEForbidden added in v0.5.0

func NewDestroyClusterUsingDELETEForbidden() *DestroyClusterUsingDELETEForbidden

NewDestroyClusterUsingDELETEForbidden creates a DestroyClusterUsingDELETEForbidden with default headers values

func (*DestroyClusterUsingDELETEForbidden) Error added in v0.5.0

func (*DestroyClusterUsingDELETEForbidden) IsClientError added in v0.5.0

func (o *DestroyClusterUsingDELETEForbidden) IsClientError() bool

IsClientError returns true when this destroy cluster using d e l e t e forbidden response has a 4xx status code

func (*DestroyClusterUsingDELETEForbidden) IsCode added in v0.5.0

IsCode returns true when this destroy cluster using d e l e t e forbidden response a status code equal to that given

func (*DestroyClusterUsingDELETEForbidden) IsRedirect added in v0.5.0

func (o *DestroyClusterUsingDELETEForbidden) IsRedirect() bool

IsRedirect returns true when this destroy cluster using d e l e t e forbidden response has a 3xx status code

func (*DestroyClusterUsingDELETEForbidden) IsServerError added in v0.5.0

func (o *DestroyClusterUsingDELETEForbidden) IsServerError() bool

IsServerError returns true when this destroy cluster using d e l e t e forbidden response has a 5xx status code

func (*DestroyClusterUsingDELETEForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this destroy cluster using d e l e t e forbidden response has a 2xx status code

func (*DestroyClusterUsingDELETEForbidden) String added in v0.5.0

type DestroyClusterUsingDELETEOK

type DestroyClusterUsingDELETEOK struct {
}

DestroyClusterUsingDELETEOK describes a response with status code 200, with default header values.

OK

func NewDestroyClusterUsingDELETEOK

func NewDestroyClusterUsingDELETEOK() *DestroyClusterUsingDELETEOK

NewDestroyClusterUsingDELETEOK creates a DestroyClusterUsingDELETEOK with default headers values

func (*DestroyClusterUsingDELETEOK) Error

func (*DestroyClusterUsingDELETEOK) IsClientError added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) IsClientError() bool

IsClientError returns true when this destroy cluster using d e l e t e o k response has a 4xx status code

func (*DestroyClusterUsingDELETEOK) IsCode added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) IsCode(code int) bool

IsCode returns true when this destroy cluster using d e l e t e o k response a status code equal to that given

func (*DestroyClusterUsingDELETEOK) IsRedirect added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) IsRedirect() bool

IsRedirect returns true when this destroy cluster using d e l e t e o k response has a 3xx status code

func (*DestroyClusterUsingDELETEOK) IsServerError added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) IsServerError() bool

IsServerError returns true when this destroy cluster using d e l e t e o k response has a 5xx status code

func (*DestroyClusterUsingDELETEOK) IsSuccess added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) IsSuccess() bool

IsSuccess returns true when this destroy cluster using d e l e t e o k response has a 2xx status code

func (*DestroyClusterUsingDELETEOK) String added in v0.5.0

func (o *DestroyClusterUsingDELETEOK) String() string

type DestroyClusterUsingDELETEParams

type DestroyClusterUsingDELETEParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

DestroyClusterUsingDELETEParams contains all the parameters to send to the API endpoint

for the destroy cluster using d e l e t e operation.

Typically these are written to a http.Request.

func NewDestroyClusterUsingDELETEParams

func NewDestroyClusterUsingDELETEParams() *DestroyClusterUsingDELETEParams

NewDestroyClusterUsingDELETEParams creates a new DestroyClusterUsingDELETEParams 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 NewDestroyClusterUsingDELETEParamsWithContext

func NewDestroyClusterUsingDELETEParamsWithContext(ctx context.Context) *DestroyClusterUsingDELETEParams

NewDestroyClusterUsingDELETEParamsWithContext creates a new DestroyClusterUsingDELETEParams object with the ability to set a context for a request.

func NewDestroyClusterUsingDELETEParamsWithHTTPClient

func NewDestroyClusterUsingDELETEParamsWithHTTPClient(client *http.Client) *DestroyClusterUsingDELETEParams

NewDestroyClusterUsingDELETEParamsWithHTTPClient creates a new DestroyClusterUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewDestroyClusterUsingDELETEParamsWithTimeout

func NewDestroyClusterUsingDELETEParamsWithTimeout(timeout time.Duration) *DestroyClusterUsingDELETEParams

NewDestroyClusterUsingDELETEParamsWithTimeout creates a new DestroyClusterUsingDELETEParams object with the ability to set a timeout on a request.

func (*DestroyClusterUsingDELETEParams) SetContext

func (o *DestroyClusterUsingDELETEParams) SetContext(ctx context.Context)

SetContext adds the context to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) SetDefaults

func (o *DestroyClusterUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the destroy cluster using d e l e t e params (not the query body).

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

func (*DestroyClusterUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) SetID

SetID adds the id to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) WithContext

WithContext adds the context to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) WithDefaults

WithDefaults hydrates default values in the destroy cluster using d e l e t e params (not the query body).

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

func (*DestroyClusterUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) WithID

WithID adds the id to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the destroy cluster using d e l e t e params

func (*DestroyClusterUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DestroyClusterUsingDELETEReader

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

DestroyClusterUsingDELETEReader is a Reader for the DestroyClusterUsingDELETE structure.

func (*DestroyClusterUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterUsingGETForbidden added in v0.5.0

type GetClusterUsingGETForbidden struct {
}

GetClusterUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewGetClusterUsingGETForbidden added in v0.5.0

func NewGetClusterUsingGETForbidden() *GetClusterUsingGETForbidden

NewGetClusterUsingGETForbidden creates a GetClusterUsingGETForbidden with default headers values

func (*GetClusterUsingGETForbidden) Error added in v0.5.0

func (*GetClusterUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetClusterUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get cluster using g e t forbidden response has a 4xx status code

func (*GetClusterUsingGETForbidden) IsCode added in v0.5.0

func (o *GetClusterUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get cluster using g e t forbidden response a status code equal to that given

func (*GetClusterUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetClusterUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get cluster using g e t forbidden response has a 3xx status code

func (*GetClusterUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetClusterUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get cluster using g e t forbidden response has a 5xx status code

func (*GetClusterUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetClusterUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get cluster using g e t forbidden response has a 2xx status code

func (*GetClusterUsingGETForbidden) String added in v0.5.0

func (o *GetClusterUsingGETForbidden) String() string

type GetClusterUsingGETOK

type GetClusterUsingGETOK struct {
	Payload *models.K8SCluster
}

GetClusterUsingGETOK describes a response with status code 200, with default header values.

OK

func NewGetClusterUsingGETOK

func NewGetClusterUsingGETOK() *GetClusterUsingGETOK

NewGetClusterUsingGETOK creates a GetClusterUsingGETOK with default headers values

func (*GetClusterUsingGETOK) Error

func (o *GetClusterUsingGETOK) Error() string

func (*GetClusterUsingGETOK) GetPayload

func (o *GetClusterUsingGETOK) GetPayload() *models.K8SCluster

func (*GetClusterUsingGETOK) IsClientError added in v0.5.0

func (o *GetClusterUsingGETOK) IsClientError() bool

IsClientError returns true when this get cluster using g e t o k response has a 4xx status code

func (*GetClusterUsingGETOK) IsCode added in v0.5.0

func (o *GetClusterUsingGETOK) IsCode(code int) bool

IsCode returns true when this get cluster using g e t o k response a status code equal to that given

func (*GetClusterUsingGETOK) IsRedirect added in v0.5.0

func (o *GetClusterUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get cluster using g e t o k response has a 3xx status code

func (*GetClusterUsingGETOK) IsServerError added in v0.5.0

func (o *GetClusterUsingGETOK) IsServerError() bool

IsServerError returns true when this get cluster using g e t o k response has a 5xx status code

func (*GetClusterUsingGETOK) IsSuccess added in v0.5.0

func (o *GetClusterUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get cluster using g e t o k response has a 2xx status code

func (*GetClusterUsingGETOK) String added in v0.5.0

func (o *GetClusterUsingGETOK) String() string

type GetClusterUsingGETParams

type GetClusterUsingGETParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

GetClusterUsingGETParams contains all the parameters to send to the API endpoint

for the get cluster using g e t operation.

Typically these are written to a http.Request.

func NewGetClusterUsingGETParams

func NewGetClusterUsingGETParams() *GetClusterUsingGETParams

NewGetClusterUsingGETParams creates a new GetClusterUsingGETParams 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 NewGetClusterUsingGETParamsWithContext

func NewGetClusterUsingGETParamsWithContext(ctx context.Context) *GetClusterUsingGETParams

NewGetClusterUsingGETParamsWithContext creates a new GetClusterUsingGETParams object with the ability to set a context for a request.

func NewGetClusterUsingGETParamsWithHTTPClient

func NewGetClusterUsingGETParamsWithHTTPClient(client *http.Client) *GetClusterUsingGETParams

NewGetClusterUsingGETParamsWithHTTPClient creates a new GetClusterUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterUsingGETParamsWithTimeout

func NewGetClusterUsingGETParamsWithTimeout(timeout time.Duration) *GetClusterUsingGETParams

NewGetClusterUsingGETParamsWithTimeout creates a new GetClusterUsingGETParams object with the ability to set a timeout on a request.

func (*GetClusterUsingGETParams) SetContext

func (o *GetClusterUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster using get params

func (*GetClusterUsingGETParams) SetDefaults

func (o *GetClusterUsingGETParams) SetDefaults()

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

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

func (*GetClusterUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster using get params

func (*GetClusterUsingGETParams) SetID

func (o *GetClusterUsingGETParams) SetID(id strfmt.UUID)

SetID adds the id to the get cluster using get params

func (*GetClusterUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster using get params

func (*GetClusterUsingGETParams) WithContext

WithContext adds the context to the get cluster using get params

func (*GetClusterUsingGETParams) WithDefaults

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

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

func (*GetClusterUsingGETParams) WithHTTPClient

func (o *GetClusterUsingGETParams) WithHTTPClient(client *http.Client) *GetClusterUsingGETParams

WithHTTPClient adds the HTTPClient to the get cluster using get params

func (*GetClusterUsingGETParams) WithID

WithID adds the id to the get cluster using get params

func (*GetClusterUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get cluster using get params

func (*GetClusterUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterUsingGETReader

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

GetClusterUsingGETReader is a Reader for the GetClusterUsingGET structure.

func (*GetClusterUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubeConfigUsingGETForbidden added in v0.5.0

type GetKubeConfigUsingGETForbidden struct {
}

GetKubeConfigUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewGetKubeConfigUsingGETForbidden added in v0.5.0

func NewGetKubeConfigUsingGETForbidden() *GetKubeConfigUsingGETForbidden

NewGetKubeConfigUsingGETForbidden creates a GetKubeConfigUsingGETForbidden with default headers values

func (*GetKubeConfigUsingGETForbidden) Error added in v0.5.0

func (*GetKubeConfigUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetKubeConfigUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get kube config using g e t forbidden response has a 4xx status code

func (*GetKubeConfigUsingGETForbidden) IsCode added in v0.5.0

func (o *GetKubeConfigUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get kube config using g e t forbidden response a status code equal to that given

func (*GetKubeConfigUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetKubeConfigUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get kube config using g e t forbidden response has a 3xx status code

func (*GetKubeConfigUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetKubeConfigUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get kube config using g e t forbidden response has a 5xx status code

func (*GetKubeConfigUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetKubeConfigUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get kube config using g e t forbidden response has a 2xx status code

func (*GetKubeConfigUsingGETForbidden) String added in v0.5.0

type GetKubeConfigUsingGETOK

type GetKubeConfigUsingGETOK struct {
	Payload *models.ResponseEntity
}

GetKubeConfigUsingGETOK describes a response with status code 200, with default header values.

OK

func NewGetKubeConfigUsingGETOK

func NewGetKubeConfigUsingGETOK() *GetKubeConfigUsingGETOK

NewGetKubeConfigUsingGETOK creates a GetKubeConfigUsingGETOK with default headers values

func (*GetKubeConfigUsingGETOK) Error

func (o *GetKubeConfigUsingGETOK) Error() string

func (*GetKubeConfigUsingGETOK) GetPayload

func (*GetKubeConfigUsingGETOK) IsClientError added in v0.5.0

func (o *GetKubeConfigUsingGETOK) IsClientError() bool

IsClientError returns true when this get kube config using g e t o k response has a 4xx status code

func (*GetKubeConfigUsingGETOK) IsCode added in v0.5.0

func (o *GetKubeConfigUsingGETOK) IsCode(code int) bool

IsCode returns true when this get kube config using g e t o k response a status code equal to that given

func (*GetKubeConfigUsingGETOK) IsRedirect added in v0.5.0

func (o *GetKubeConfigUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get kube config using g e t o k response has a 3xx status code

func (*GetKubeConfigUsingGETOK) IsServerError added in v0.5.0

func (o *GetKubeConfigUsingGETOK) IsServerError() bool

IsServerError returns true when this get kube config using g e t o k response has a 5xx status code

func (*GetKubeConfigUsingGETOK) IsSuccess added in v0.5.0

func (o *GetKubeConfigUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get kube config using g e t o k response has a 2xx status code

func (*GetKubeConfigUsingGETOK) String added in v0.5.0

func (o *GetKubeConfigUsingGETOK) String() string

type GetKubeConfigUsingGETParams

type GetKubeConfigUsingGETParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

	/* IgnoreTMC.

	   ignoreTMC
	*/
	IgnoreTMC *bool

	/* IncludeCredentials.

	   includeCredentials
	*/
	IncludeCredentials *bool

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

GetKubeConfigUsingGETParams contains all the parameters to send to the API endpoint

for the get kube config using g e t operation.

Typically these are written to a http.Request.

func NewGetKubeConfigUsingGETParams

func NewGetKubeConfigUsingGETParams() *GetKubeConfigUsingGETParams

NewGetKubeConfigUsingGETParams creates a new GetKubeConfigUsingGETParams 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 NewGetKubeConfigUsingGETParamsWithContext

func NewGetKubeConfigUsingGETParamsWithContext(ctx context.Context) *GetKubeConfigUsingGETParams

NewGetKubeConfigUsingGETParamsWithContext creates a new GetKubeConfigUsingGETParams object with the ability to set a context for a request.

func NewGetKubeConfigUsingGETParamsWithHTTPClient

func NewGetKubeConfigUsingGETParamsWithHTTPClient(client *http.Client) *GetKubeConfigUsingGETParams

NewGetKubeConfigUsingGETParamsWithHTTPClient creates a new GetKubeConfigUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetKubeConfigUsingGETParamsWithTimeout

func NewGetKubeConfigUsingGETParamsWithTimeout(timeout time.Duration) *GetKubeConfigUsingGETParams

NewGetKubeConfigUsingGETParamsWithTimeout creates a new GetKubeConfigUsingGETParams object with the ability to set a timeout on a request.

func (*GetKubeConfigUsingGETParams) SetContext

func (o *GetKubeConfigUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the get kube config using get params

func (*GetKubeConfigUsingGETParams) SetDefaults

func (o *GetKubeConfigUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get kube config using get params (not the query body).

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

func (*GetKubeConfigUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kube config using get params

func (*GetKubeConfigUsingGETParams) SetID

SetID adds the id to the get kube config using get params

func (*GetKubeConfigUsingGETParams) SetIgnoreTMC added in v0.5.0

func (o *GetKubeConfigUsingGETParams) SetIgnoreTMC(ignoreTMC *bool)

SetIgnoreTMC adds the ignoreTMC to the get kube config using get params

func (*GetKubeConfigUsingGETParams) SetIncludeCredentials

func (o *GetKubeConfigUsingGETParams) SetIncludeCredentials(includeCredentials *bool)

SetIncludeCredentials adds the includeCredentials to the get kube config using get params

func (*GetKubeConfigUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithContext

WithContext adds the context to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get kube config using get params (not the query body).

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

func (*GetKubeConfigUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithID

WithID adds the id to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithIgnoreTMC added in v0.5.0

func (o *GetKubeConfigUsingGETParams) WithIgnoreTMC(ignoreTMC *bool) *GetKubeConfigUsingGETParams

WithIgnoreTMC adds the ignoreTMC to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithIncludeCredentials

func (o *GetKubeConfigUsingGETParams) WithIncludeCredentials(includeCredentials *bool) *GetKubeConfigUsingGETParams

WithIncludeCredentials adds the includeCredentials to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get kube config using get params

func (*GetKubeConfigUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubeConfigUsingGETReader

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

GetKubeConfigUsingGETReader is a Reader for the GetKubeConfigUsingGET structure.

func (*GetKubeConfigUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodesUsingGETForbidden added in v0.5.0

type GetNodesUsingGETForbidden struct {
}

GetNodesUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewGetNodesUsingGETForbidden added in v0.5.0

func NewGetNodesUsingGETForbidden() *GetNodesUsingGETForbidden

NewGetNodesUsingGETForbidden creates a GetNodesUsingGETForbidden with default headers values

func (*GetNodesUsingGETForbidden) Error added in v0.5.0

func (o *GetNodesUsingGETForbidden) Error() string

func (*GetNodesUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetNodesUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get nodes using g e t forbidden response has a 4xx status code

func (*GetNodesUsingGETForbidden) IsCode added in v0.5.0

func (o *GetNodesUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this get nodes using g e t forbidden response a status code equal to that given

func (*GetNodesUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetNodesUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get nodes using g e t forbidden response has a 3xx status code

func (*GetNodesUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetNodesUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get nodes using g e t forbidden response has a 5xx status code

func (*GetNodesUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetNodesUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get nodes using g e t forbidden response has a 2xx status code

func (*GetNodesUsingGETForbidden) String added in v0.5.0

func (o *GetNodesUsingGETForbidden) String() string

type GetNodesUsingGETOK

type GetNodesUsingGETOK struct {
	Payload *models.NodeList
}

GetNodesUsingGETOK describes a response with status code 200, with default header values.

OK

func NewGetNodesUsingGETOK

func NewGetNodesUsingGETOK() *GetNodesUsingGETOK

NewGetNodesUsingGETOK creates a GetNodesUsingGETOK with default headers values

func (*GetNodesUsingGETOK) Error

func (o *GetNodesUsingGETOK) Error() string

func (*GetNodesUsingGETOK) GetPayload

func (o *GetNodesUsingGETOK) GetPayload() *models.NodeList

func (*GetNodesUsingGETOK) IsClientError added in v0.5.0

func (o *GetNodesUsingGETOK) IsClientError() bool

IsClientError returns true when this get nodes using g e t o k response has a 4xx status code

func (*GetNodesUsingGETOK) IsCode added in v0.5.0

func (o *GetNodesUsingGETOK) IsCode(code int) bool

IsCode returns true when this get nodes using g e t o k response a status code equal to that given

func (*GetNodesUsingGETOK) IsRedirect added in v0.5.0

func (o *GetNodesUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get nodes using g e t o k response has a 3xx status code

func (*GetNodesUsingGETOK) IsServerError added in v0.5.0

func (o *GetNodesUsingGETOK) IsServerError() bool

IsServerError returns true when this get nodes using g e t o k response has a 5xx status code

func (*GetNodesUsingGETOK) IsSuccess added in v0.5.0

func (o *GetNodesUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get nodes using g e t o k response has a 2xx status code

func (*GetNodesUsingGETOK) String added in v0.5.0

func (o *GetNodesUsingGETOK) String() string

type GetNodesUsingGETParams

type GetNodesUsingGETParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

GetNodesUsingGETParams contains all the parameters to send to the API endpoint

for the get nodes using g e t operation.

Typically these are written to a http.Request.

func NewGetNodesUsingGETParams

func NewGetNodesUsingGETParams() *GetNodesUsingGETParams

NewGetNodesUsingGETParams creates a new GetNodesUsingGETParams 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 NewGetNodesUsingGETParamsWithContext

func NewGetNodesUsingGETParamsWithContext(ctx context.Context) *GetNodesUsingGETParams

NewGetNodesUsingGETParamsWithContext creates a new GetNodesUsingGETParams object with the ability to set a context for a request.

func NewGetNodesUsingGETParamsWithHTTPClient

func NewGetNodesUsingGETParamsWithHTTPClient(client *http.Client) *GetNodesUsingGETParams

NewGetNodesUsingGETParamsWithHTTPClient creates a new GetNodesUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetNodesUsingGETParamsWithTimeout

func NewGetNodesUsingGETParamsWithTimeout(timeout time.Duration) *GetNodesUsingGETParams

NewGetNodesUsingGETParamsWithTimeout creates a new GetNodesUsingGETParams object with the ability to set a timeout on a request.

func (*GetNodesUsingGETParams) SetContext

func (o *GetNodesUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the get nodes using get params

func (*GetNodesUsingGETParams) SetDefaults

func (o *GetNodesUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get nodes using get params (not the query body).

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

func (*GetNodesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nodes using get params

func (*GetNodesUsingGETParams) SetID

func (o *GetNodesUsingGETParams) SetID(id strfmt.UUID)

SetID adds the id to the get nodes using get params

func (*GetNodesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get nodes using get params

func (*GetNodesUsingGETParams) WithContext

WithContext adds the context to the get nodes using get params

func (*GetNodesUsingGETParams) WithDefaults

WithDefaults hydrates default values in the get nodes using get params (not the query body).

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

func (*GetNodesUsingGETParams) WithHTTPClient

func (o *GetNodesUsingGETParams) WithHTTPClient(client *http.Client) *GetNodesUsingGETParams

WithHTTPClient adds the HTTPClient to the get nodes using get params

func (*GetNodesUsingGETParams) WithID

WithID adds the id to the get nodes using get params

func (*GetNodesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get nodes using get params

func (*GetNodesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesUsingGETReader

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

GetNodesUsingGETReader is a Reader for the GetNodesUsingGET structure.

func (*GetNodesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUsingGETForbidden added in v0.5.0

type ListUsingGETForbidden struct {
}

ListUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewListUsingGETForbidden added in v0.5.0

func NewListUsingGETForbidden() *ListUsingGETForbidden

NewListUsingGETForbidden creates a ListUsingGETForbidden with default headers values

func (*ListUsingGETForbidden) Error added in v0.5.0

func (o *ListUsingGETForbidden) Error() string

func (*ListUsingGETForbidden) IsClientError added in v0.5.0

func (o *ListUsingGETForbidden) IsClientError() bool

IsClientError returns true when this list using g e t forbidden response has a 4xx status code

func (*ListUsingGETForbidden) IsCode added in v0.5.0

func (o *ListUsingGETForbidden) IsCode(code int) bool

IsCode returns true when this list using g e t forbidden response a status code equal to that given

func (*ListUsingGETForbidden) IsRedirect added in v0.5.0

func (o *ListUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this list using g e t forbidden response has a 3xx status code

func (*ListUsingGETForbidden) IsServerError added in v0.5.0

func (o *ListUsingGETForbidden) IsServerError() bool

IsServerError returns true when this list using g e t forbidden response has a 5xx status code

func (*ListUsingGETForbidden) IsSuccess added in v0.5.0

func (o *ListUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this list using g e t forbidden response has a 2xx status code

func (*ListUsingGETForbidden) String added in v0.5.0

func (o *ListUsingGETForbidden) String() string

type ListUsingGETOK

type ListUsingGETOK struct {
	Payload *models.PageOfK8SCluster
}

ListUsingGETOK describes a response with status code 200, with default header values.

OK

func NewListUsingGETOK

func NewListUsingGETOK() *ListUsingGETOK

NewListUsingGETOK creates a ListUsingGETOK with default headers values

func (*ListUsingGETOK) Error

func (o *ListUsingGETOK) Error() string

func (*ListUsingGETOK) GetPayload

func (o *ListUsingGETOK) GetPayload() *models.PageOfK8SCluster

func (*ListUsingGETOK) IsClientError added in v0.5.0

func (o *ListUsingGETOK) IsClientError() bool

IsClientError returns true when this list using g e t o k response has a 4xx status code

func (*ListUsingGETOK) IsCode added in v0.5.0

func (o *ListUsingGETOK) IsCode(code int) bool

IsCode returns true when this list using g e t o k response a status code equal to that given

func (*ListUsingGETOK) IsRedirect added in v0.5.0

func (o *ListUsingGETOK) IsRedirect() bool

IsRedirect returns true when this list using g e t o k response has a 3xx status code

func (*ListUsingGETOK) IsServerError added in v0.5.0

func (o *ListUsingGETOK) IsServerError() bool

IsServerError returns true when this list using g e t o k response has a 5xx status code

func (*ListUsingGETOK) IsSuccess added in v0.5.0

func (o *ListUsingGETOK) IsSuccess() bool

IsSuccess returns true when this list using g e t o k response has a 2xx status code

func (*ListUsingGETOK) String added in v0.5.0

func (o *ListUsingGETOK) String() string

type ListUsingGETParams

type ListUsingGETParams struct {

	// ID.
	ID *string

	// LocalAddressAddressMCGlobal.
	LocalAddressAddressMCGlobal *bool

	// LocalAddressAddressMCLinkLocal.
	LocalAddressAddressMCLinkLocal *bool

	// LocalAddressAddressMCNodeLocal.
	LocalAddressAddressMCNodeLocal *bool

	// LocalAddressAddressMCOrgLocal.
	LocalAddressAddressMCOrgLocal *bool

	// LocalAddressAddressMCSiteLocal.
	LocalAddressAddressMCSiteLocal *bool

	// LocalAddressAddressAddress.
	//
	// Format: byte
	LocalAddressAddressAddress *strfmt.Base64

	// LocalAddressAddressAnyLocalAddress.
	LocalAddressAddressAnyLocalAddress *bool

	// LocalAddressAddressCanonicalHostName.
	LocalAddressAddressCanonicalHostName *string

	// LocalAddressAddressHostAddress.
	LocalAddressAddressHostAddress *string

	// LocalAddressAddressHostName.
	LocalAddressAddressHostName *string

	// LocalAddressAddressLinkLocalAddress.
	LocalAddressAddressLinkLocalAddress *bool

	// LocalAddressAddressLoopbackAddress.
	LocalAddressAddressLoopbackAddress *bool

	// LocalAddressAddressMulticastAddress.
	LocalAddressAddressMulticastAddress *bool

	// LocalAddressAddressSiteLocalAddress.
	LocalAddressAddressSiteLocalAddress *bool

	// LocalAddressHostName.
	LocalAddressHostName *string

	// LocalAddressHostString.
	LocalAddressHostString *string

	// LocalAddressPort.
	//
	// Format: int32
	LocalAddressPort *int32

	// LocalAddressUnresolved.
	LocalAddressUnresolved *bool

	// Offset.
	//
	// Format: int64
	Offset *int64

	// PageNumber.
	//
	// Format: int32
	PageNumber *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

	// Paged.
	Paged *bool

	// RemoteAddressAddressMCGlobal.
	RemoteAddressAddressMCGlobal *bool

	// RemoteAddressAddressMCLinkLocal.
	RemoteAddressAddressMCLinkLocal *bool

	// RemoteAddressAddressMCNodeLocal.
	RemoteAddressAddressMCNodeLocal *bool

	// RemoteAddressAddressMCOrgLocal.
	RemoteAddressAddressMCOrgLocal *bool

	// RemoteAddressAddressMCSiteLocal.
	RemoteAddressAddressMCSiteLocal *bool

	// RemoteAddressAddressAddress.
	//
	// Format: byte
	RemoteAddressAddressAddress *strfmt.Base64

	// RemoteAddressAddressAnyLocalAddress.
	RemoteAddressAddressAnyLocalAddress *bool

	// RemoteAddressAddressCanonicalHostName.
	RemoteAddressAddressCanonicalHostName *string

	// RemoteAddressAddressHostAddress.
	RemoteAddressAddressHostAddress *string

	// RemoteAddressAddressHostName.
	RemoteAddressAddressHostName *string

	// RemoteAddressAddressLinkLocalAddress.
	RemoteAddressAddressLinkLocalAddress *bool

	// RemoteAddressAddressLoopbackAddress.
	RemoteAddressAddressLoopbackAddress *bool

	// RemoteAddressAddressMulticastAddress.
	RemoteAddressAddressMulticastAddress *bool

	// RemoteAddressAddressSiteLocalAddress.
	RemoteAddressAddressSiteLocalAddress *bool

	// RemoteAddressHostName.
	RemoteAddressHostName *string

	// RemoteAddressHostString.
	RemoteAddressHostString *string

	// RemoteAddressPort.
	//
	// Format: int32
	RemoteAddressPort *int32

	// RemoteAddressUnresolved.
	RemoteAddressUnresolved *bool

	// SortSorted.
	SortSorted *bool

	// SortUnsorted.
	SortUnsorted *bool

	// SslInfoPeerCertificates0TBSCertificate.
	//
	// Format: byte
	SslInfoPeerCertificates0TBSCertificate *strfmt.Base64

	// SslInfoPeerCertificates0BasicConstraints.
	//
	// Format: int32
	SslInfoPeerCertificates0BasicConstraints *int32

	// SslInfoPeerCertificates0Encoded.
	//
	// Format: byte
	SslInfoPeerCertificates0Encoded *strfmt.Base64

	// SslInfoPeerCertificates0ExtendedKeyUsage.
	SslInfoPeerCertificates0ExtendedKeyUsage []string

	// SslInfoPeerCertificates0IssuerDNName.
	SslInfoPeerCertificates0IssuerDNName *string

	// SslInfoPeerCertificates0IssuerUniqueID.
	SslInfoPeerCertificates0IssuerUniqueID []bool

	// SslInfoPeerCertificates0IssuerX500PrincipalEncoded.
	//
	// Format: byte
	SslInfoPeerCertificates0IssuerX500PrincipalEncoded *strfmt.Base64

	// SslInfoPeerCertificates0IssuerX500PrincipalName.
	SslInfoPeerCertificates0IssuerX500PrincipalName *string

	// SslInfoPeerCertificates0KeyUsage.
	SslInfoPeerCertificates0KeyUsage []bool

	// SslInfoPeerCertificates0NotAfter.
	//
	// Format: date-time
	SslInfoPeerCertificates0NotAfter *strfmt.DateTime

	// SslInfoPeerCertificates0NotBefore.
	//
	// Format: date-time
	SslInfoPeerCertificates0NotBefore *strfmt.DateTime

	// SslInfoPeerCertificates0SerialNumber.
	SslInfoPeerCertificates0SerialNumber *int64

	// SslInfoPeerCertificates0SigAlgName.
	SslInfoPeerCertificates0SigAlgName *string

	// SslInfoPeerCertificates0SigAlgOID.
	SslInfoPeerCertificates0SigAlgOID *string

	// SslInfoPeerCertificates0SigAlgParams.
	//
	// Format: byte
	SslInfoPeerCertificates0SigAlgParams *strfmt.Base64

	// SslInfoPeerCertificates0Signature.
	//
	// Format: byte
	SslInfoPeerCertificates0Signature *strfmt.Base64

	// SslInfoPeerCertificates0SubjectDNName.
	SslInfoPeerCertificates0SubjectDNName *string

	// SslInfoPeerCertificates0SubjectUniqueID.
	SslInfoPeerCertificates0SubjectUniqueID []bool

	// SslInfoPeerCertificates0SubjectX500PrincipalEncoded.
	//
	// Format: byte
	SslInfoPeerCertificates0SubjectX500PrincipalEncoded *strfmt.Base64

	// SslInfoPeerCertificates0SubjectX500PrincipalName.
	SslInfoPeerCertificates0SubjectX500PrincipalName *string

	// SslInfoPeerCertificates0Type.
	SslInfoPeerCertificates0Type *string

	// SslInfoPeerCertificates0Version.
	//
	// Format: int32
	SslInfoPeerCertificates0Version *int32

	// SslInfoSessionID.
	SslInfoSessionID *string

	// Unpaged.
	Unpaged *bool

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

ListUsingGETParams contains all the parameters to send to the API endpoint

for the list using g e t operation.

Typically these are written to a http.Request.

func NewListUsingGETParams

func NewListUsingGETParams() *ListUsingGETParams

NewListUsingGETParams creates a new ListUsingGETParams 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 NewListUsingGETParamsWithContext

func NewListUsingGETParamsWithContext(ctx context.Context) *ListUsingGETParams

NewListUsingGETParamsWithContext creates a new ListUsingGETParams object with the ability to set a context for a request.

func NewListUsingGETParamsWithHTTPClient

func NewListUsingGETParamsWithHTTPClient(client *http.Client) *ListUsingGETParams

NewListUsingGETParamsWithHTTPClient creates a new ListUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewListUsingGETParamsWithTimeout

func NewListUsingGETParamsWithTimeout(timeout time.Duration) *ListUsingGETParams

NewListUsingGETParamsWithTimeout creates a new ListUsingGETParams object with the ability to set a timeout on a request.

func (*ListUsingGETParams) SetContext

func (o *ListUsingGETParams) SetContext(ctx context.Context)

SetContext adds the context to the list using get params

func (*ListUsingGETParams) SetDefaults

func (o *ListUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the list using get params (not the query body).

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

func (*ListUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list using get params

func (*ListUsingGETParams) SetID added in v0.5.0

func (o *ListUsingGETParams) SetID(id *string)

SetID adds the id to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressAddress(localAddressAddressAddress *strfmt.Base64)

SetLocalAddressAddressAddress adds the localAddressAddressAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressAnyLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressAnyLocalAddress(localAddressAddressAnyLocalAddress *bool)

SetLocalAddressAddressAnyLocalAddress adds the localAddressAddressAnyLocalAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressCanonicalHostName added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressCanonicalHostName(localAddressAddressCanonicalHostName *string)

SetLocalAddressAddressCanonicalHostName adds the localAddressAddressCanonicalHostName to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressHostAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressHostAddress(localAddressAddressHostAddress *string)

SetLocalAddressAddressHostAddress adds the localAddressAddressHostAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressHostName added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressHostName(localAddressAddressHostName *string)

SetLocalAddressAddressHostName adds the localAddressAddressHostName to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressLinkLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressLinkLocalAddress(localAddressAddressLinkLocalAddress *bool)

SetLocalAddressAddressLinkLocalAddress adds the localAddressAddressLinkLocalAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressLoopbackAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressLoopbackAddress(localAddressAddressLoopbackAddress *bool)

SetLocalAddressAddressLoopbackAddress adds the localAddressAddressLoopbackAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMCGlobal added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMCGlobal(localAddressAddressMCGlobal *bool)

SetLocalAddressAddressMCGlobal adds the localAddressAddressMCGlobal to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMCLinkLocal added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMCLinkLocal(localAddressAddressMCLinkLocal *bool)

SetLocalAddressAddressMCLinkLocal adds the localAddressAddressMCLinkLocal to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMCNodeLocal added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMCNodeLocal(localAddressAddressMCNodeLocal *bool)

SetLocalAddressAddressMCNodeLocal adds the localAddressAddressMCNodeLocal to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMCOrgLocal added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMCOrgLocal(localAddressAddressMCOrgLocal *bool)

SetLocalAddressAddressMCOrgLocal adds the localAddressAddressMCOrgLocal to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMCSiteLocal added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMCSiteLocal(localAddressAddressMCSiteLocal *bool)

SetLocalAddressAddressMCSiteLocal adds the localAddressAddressMCSiteLocal to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressMulticastAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressMulticastAddress(localAddressAddressMulticastAddress *bool)

SetLocalAddressAddressMulticastAddress adds the localAddressAddressMulticastAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressAddressSiteLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressAddressSiteLocalAddress(localAddressAddressSiteLocalAddress *bool)

SetLocalAddressAddressSiteLocalAddress adds the localAddressAddressSiteLocalAddress to the list using get params

func (*ListUsingGETParams) SetLocalAddressHostName added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressHostName(localAddressHostName *string)

SetLocalAddressHostName adds the localAddressHostName to the list using get params

func (*ListUsingGETParams) SetLocalAddressHostString added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressHostString(localAddressHostString *string)

SetLocalAddressHostString adds the localAddressHostString to the list using get params

func (*ListUsingGETParams) SetLocalAddressPort added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressPort(localAddressPort *int32)

SetLocalAddressPort adds the localAddressPort to the list using get params

func (*ListUsingGETParams) SetLocalAddressUnresolved added in v0.5.0

func (o *ListUsingGETParams) SetLocalAddressUnresolved(localAddressUnresolved *bool)

SetLocalAddressUnresolved adds the localAddressUnresolved to the list using get params

func (*ListUsingGETParams) SetOffset

func (o *ListUsingGETParams) SetOffset(offset *int64)

SetOffset adds the offset to the list using get params

func (*ListUsingGETParams) SetPageNumber

func (o *ListUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the list using get params

func (*ListUsingGETParams) SetPageSize

func (o *ListUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the list using get params

func (*ListUsingGETParams) SetPaged

func (o *ListUsingGETParams) SetPaged(paged *bool)

SetPaged adds the paged to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressAddress(remoteAddressAddressAddress *strfmt.Base64)

SetRemoteAddressAddressAddress adds the remoteAddressAddressAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressAnyLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressAnyLocalAddress(remoteAddressAddressAnyLocalAddress *bool)

SetRemoteAddressAddressAnyLocalAddress adds the remoteAddressAddressAnyLocalAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressCanonicalHostName added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressCanonicalHostName(remoteAddressAddressCanonicalHostName *string)

SetRemoteAddressAddressCanonicalHostName adds the remoteAddressAddressCanonicalHostName to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressHostAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressHostAddress(remoteAddressAddressHostAddress *string)

SetRemoteAddressAddressHostAddress adds the remoteAddressAddressHostAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressHostName added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressHostName(remoteAddressAddressHostName *string)

SetRemoteAddressAddressHostName adds the remoteAddressAddressHostName to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressLinkLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressLinkLocalAddress(remoteAddressAddressLinkLocalAddress *bool)

SetRemoteAddressAddressLinkLocalAddress adds the remoteAddressAddressLinkLocalAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressLoopbackAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressLoopbackAddress(remoteAddressAddressLoopbackAddress *bool)

SetRemoteAddressAddressLoopbackAddress adds the remoteAddressAddressLoopbackAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMCGlobal added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMCGlobal(remoteAddressAddressMCGlobal *bool)

SetRemoteAddressAddressMCGlobal adds the remoteAddressAddressMCGlobal to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMCLinkLocal added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMCLinkLocal(remoteAddressAddressMCLinkLocal *bool)

SetRemoteAddressAddressMCLinkLocal adds the remoteAddressAddressMCLinkLocal to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMCNodeLocal added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMCNodeLocal(remoteAddressAddressMCNodeLocal *bool)

SetRemoteAddressAddressMCNodeLocal adds the remoteAddressAddressMCNodeLocal to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMCOrgLocal added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMCOrgLocal(remoteAddressAddressMCOrgLocal *bool)

SetRemoteAddressAddressMCOrgLocal adds the remoteAddressAddressMCOrgLocal to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMCSiteLocal added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMCSiteLocal(remoteAddressAddressMCSiteLocal *bool)

SetRemoteAddressAddressMCSiteLocal adds the remoteAddressAddressMCSiteLocal to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressMulticastAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressMulticastAddress(remoteAddressAddressMulticastAddress *bool)

SetRemoteAddressAddressMulticastAddress adds the remoteAddressAddressMulticastAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressAddressSiteLocalAddress added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressAddressSiteLocalAddress(remoteAddressAddressSiteLocalAddress *bool)

SetRemoteAddressAddressSiteLocalAddress adds the remoteAddressAddressSiteLocalAddress to the list using get params

func (*ListUsingGETParams) SetRemoteAddressHostName added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressHostName(remoteAddressHostName *string)

SetRemoteAddressHostName adds the remoteAddressHostName to the list using get params

func (*ListUsingGETParams) SetRemoteAddressHostString added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressHostString(remoteAddressHostString *string)

SetRemoteAddressHostString adds the remoteAddressHostString to the list using get params

func (*ListUsingGETParams) SetRemoteAddressPort added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressPort(remoteAddressPort *int32)

SetRemoteAddressPort adds the remoteAddressPort to the list using get params

func (*ListUsingGETParams) SetRemoteAddressUnresolved added in v0.5.0

func (o *ListUsingGETParams) SetRemoteAddressUnresolved(remoteAddressUnresolved *bool)

SetRemoteAddressUnresolved adds the remoteAddressUnresolved to the list using get params

func (*ListUsingGETParams) SetSortSorted

func (o *ListUsingGETParams) SetSortSorted(sortSorted *bool)

SetSortSorted adds the sortSorted to the list using get params

func (*ListUsingGETParams) SetSortUnsorted

func (o *ListUsingGETParams) SetSortUnsorted(sortUnsorted *bool)

SetSortUnsorted adds the sortUnsorted to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0BasicConstraints added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0BasicConstraints(sslInfoPeerCertificates0BasicConstraints *int32)

SetSslInfoPeerCertificates0BasicConstraints adds the sslInfoPeerCertificates0BasicConstraints to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0Encoded added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0Encoded(sslInfoPeerCertificates0Encoded *strfmt.Base64)

SetSslInfoPeerCertificates0Encoded adds the sslInfoPeerCertificates0Encoded to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0ExtendedKeyUsage(sslInfoPeerCertificates0ExtendedKeyUsage []string)

SetSslInfoPeerCertificates0ExtendedKeyUsage adds the sslInfoPeerCertificates0ExtendedKeyUsage to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0IssuerDNName added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0IssuerDNName(sslInfoPeerCertificates0IssuerDNName *string)

SetSslInfoPeerCertificates0IssuerDNName adds the sslInfoPeerCertificates0IssuerDNName to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0IssuerUniqueID(sslInfoPeerCertificates0IssuerUniqueID []bool)

SetSslInfoPeerCertificates0IssuerUniqueID adds the sslInfoPeerCertificates0IssuerUniqueId to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded(sslInfoPeerCertificates0IssuerX500PrincipalEncoded *strfmt.Base64)

SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded adds the sslInfoPeerCertificates0IssuerX500PrincipalEncoded to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0IssuerX500PrincipalName(sslInfoPeerCertificates0IssuerX500PrincipalName *string)

SetSslInfoPeerCertificates0IssuerX500PrincipalName adds the sslInfoPeerCertificates0IssuerX500PrincipalName to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0KeyUsage added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0KeyUsage(sslInfoPeerCertificates0KeyUsage []bool)

SetSslInfoPeerCertificates0KeyUsage adds the sslInfoPeerCertificates0KeyUsage to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0NotAfter added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0NotAfter(sslInfoPeerCertificates0NotAfter *strfmt.DateTime)

SetSslInfoPeerCertificates0NotAfter adds the sslInfoPeerCertificates0NotAfter to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0NotBefore added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0NotBefore(sslInfoPeerCertificates0NotBefore *strfmt.DateTime)

SetSslInfoPeerCertificates0NotBefore adds the sslInfoPeerCertificates0NotBefore to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SerialNumber added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SerialNumber(sslInfoPeerCertificates0SerialNumber *int64)

SetSslInfoPeerCertificates0SerialNumber adds the sslInfoPeerCertificates0SerialNumber to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgName added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgName(sslInfoPeerCertificates0SigAlgName *string)

SetSslInfoPeerCertificates0SigAlgName adds the sslInfoPeerCertificates0SigAlgName to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgOID added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgOID(sslInfoPeerCertificates0SigAlgOID *string)

SetSslInfoPeerCertificates0SigAlgOID adds the sslInfoPeerCertificates0SigAlgOId to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgParams added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SigAlgParams(sslInfoPeerCertificates0SigAlgParams *strfmt.Base64)

SetSslInfoPeerCertificates0SigAlgParams adds the sslInfoPeerCertificates0SigAlgParams to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0Signature added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0Signature(sslInfoPeerCertificates0Signature *strfmt.Base64)

SetSslInfoPeerCertificates0Signature adds the sslInfoPeerCertificates0Signature to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SubjectDNName added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SubjectDNName(sslInfoPeerCertificates0SubjectDNName *string)

SetSslInfoPeerCertificates0SubjectDNName adds the sslInfoPeerCertificates0SubjectDNName to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SubjectUniqueID(sslInfoPeerCertificates0SubjectUniqueID []bool)

SetSslInfoPeerCertificates0SubjectUniqueID adds the sslInfoPeerCertificates0SubjectUniqueId to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded(sslInfoPeerCertificates0SubjectX500PrincipalEncoded *strfmt.Base64)

SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded adds the sslInfoPeerCertificates0SubjectX500PrincipalEncoded to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0SubjectX500PrincipalName(sslInfoPeerCertificates0SubjectX500PrincipalName *string)

SetSslInfoPeerCertificates0SubjectX500PrincipalName adds the sslInfoPeerCertificates0SubjectX500PrincipalName to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0TBSCertificate added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0TBSCertificate(sslInfoPeerCertificates0TBSCertificate *strfmt.Base64)

SetSslInfoPeerCertificates0TBSCertificate adds the sslInfoPeerCertificates0TBSCertificate to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0Type added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0Type(sslInfoPeerCertificates0Type *string)

SetSslInfoPeerCertificates0Type adds the sslInfoPeerCertificates0Type to the list using get params

func (*ListUsingGETParams) SetSslInfoPeerCertificates0Version added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoPeerCertificates0Version(sslInfoPeerCertificates0Version *int32)

SetSslInfoPeerCertificates0Version adds the sslInfoPeerCertificates0Version to the list using get params

func (*ListUsingGETParams) SetSslInfoSessionID added in v0.5.0

func (o *ListUsingGETParams) SetSslInfoSessionID(sslInfoSessionID *string)

SetSslInfoSessionID adds the sslInfoSessionId to the list using get params

func (*ListUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the list using get params

func (*ListUsingGETParams) SetUnpaged

func (o *ListUsingGETParams) SetUnpaged(unpaged *bool)

SetUnpaged adds the unpaged to the list using get params

func (*ListUsingGETParams) WithContext

WithContext adds the context to the list using get params

func (*ListUsingGETParams) WithDefaults

func (o *ListUsingGETParams) WithDefaults() *ListUsingGETParams

WithDefaults hydrates default values in the list using get params (not the query body).

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

func (*ListUsingGETParams) WithHTTPClient

func (o *ListUsingGETParams) WithHTTPClient(client *http.Client) *ListUsingGETParams

WithHTTPClient adds the HTTPClient to the list using get params

func (*ListUsingGETParams) WithID added in v0.5.0

WithID adds the id to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressAddress(localAddressAddressAddress *strfmt.Base64) *ListUsingGETParams

WithLocalAddressAddressAddress adds the localAddressAddressAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressAnyLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressAnyLocalAddress(localAddressAddressAnyLocalAddress *bool) *ListUsingGETParams

WithLocalAddressAddressAnyLocalAddress adds the localAddressAddressAnyLocalAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressCanonicalHostName added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressCanonicalHostName(localAddressAddressCanonicalHostName *string) *ListUsingGETParams

WithLocalAddressAddressCanonicalHostName adds the localAddressAddressCanonicalHostName to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressHostAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressHostAddress(localAddressAddressHostAddress *string) *ListUsingGETParams

WithLocalAddressAddressHostAddress adds the localAddressAddressHostAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressHostName added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressHostName(localAddressAddressHostName *string) *ListUsingGETParams

WithLocalAddressAddressHostName adds the localAddressAddressHostName to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressLinkLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressLinkLocalAddress(localAddressAddressLinkLocalAddress *bool) *ListUsingGETParams

WithLocalAddressAddressLinkLocalAddress adds the localAddressAddressLinkLocalAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressLoopbackAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressLoopbackAddress(localAddressAddressLoopbackAddress *bool) *ListUsingGETParams

WithLocalAddressAddressLoopbackAddress adds the localAddressAddressLoopbackAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMCGlobal added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMCGlobal(localAddressAddressMCGlobal *bool) *ListUsingGETParams

WithLocalAddressAddressMCGlobal adds the localAddressAddressMCGlobal to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMCLinkLocal added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMCLinkLocal(localAddressAddressMCLinkLocal *bool) *ListUsingGETParams

WithLocalAddressAddressMCLinkLocal adds the localAddressAddressMCLinkLocal to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMCNodeLocal added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMCNodeLocal(localAddressAddressMCNodeLocal *bool) *ListUsingGETParams

WithLocalAddressAddressMCNodeLocal adds the localAddressAddressMCNodeLocal to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMCOrgLocal added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMCOrgLocal(localAddressAddressMCOrgLocal *bool) *ListUsingGETParams

WithLocalAddressAddressMCOrgLocal adds the localAddressAddressMCOrgLocal to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMCSiteLocal added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMCSiteLocal(localAddressAddressMCSiteLocal *bool) *ListUsingGETParams

WithLocalAddressAddressMCSiteLocal adds the localAddressAddressMCSiteLocal to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressMulticastAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressMulticastAddress(localAddressAddressMulticastAddress *bool) *ListUsingGETParams

WithLocalAddressAddressMulticastAddress adds the localAddressAddressMulticastAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressAddressSiteLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressAddressSiteLocalAddress(localAddressAddressSiteLocalAddress *bool) *ListUsingGETParams

WithLocalAddressAddressSiteLocalAddress adds the localAddressAddressSiteLocalAddress to the list using get params

func (*ListUsingGETParams) WithLocalAddressHostName added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressHostName(localAddressHostName *string) *ListUsingGETParams

WithLocalAddressHostName adds the localAddressHostName to the list using get params

func (*ListUsingGETParams) WithLocalAddressHostString added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressHostString(localAddressHostString *string) *ListUsingGETParams

WithLocalAddressHostString adds the localAddressHostString to the list using get params

func (*ListUsingGETParams) WithLocalAddressPort added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressPort(localAddressPort *int32) *ListUsingGETParams

WithLocalAddressPort adds the localAddressPort to the list using get params

func (*ListUsingGETParams) WithLocalAddressUnresolved added in v0.5.0

func (o *ListUsingGETParams) WithLocalAddressUnresolved(localAddressUnresolved *bool) *ListUsingGETParams

WithLocalAddressUnresolved adds the localAddressUnresolved to the list using get params

func (*ListUsingGETParams) WithOffset

func (o *ListUsingGETParams) WithOffset(offset *int64) *ListUsingGETParams

WithOffset adds the offset to the list using get params

func (*ListUsingGETParams) WithPageNumber

func (o *ListUsingGETParams) WithPageNumber(pageNumber *int32) *ListUsingGETParams

WithPageNumber adds the pageNumber to the list using get params

func (*ListUsingGETParams) WithPageSize

func (o *ListUsingGETParams) WithPageSize(pageSize *int32) *ListUsingGETParams

WithPageSize adds the pageSize to the list using get params

func (*ListUsingGETParams) WithPaged

func (o *ListUsingGETParams) WithPaged(paged *bool) *ListUsingGETParams

WithPaged adds the paged to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressAddress(remoteAddressAddressAddress *strfmt.Base64) *ListUsingGETParams

WithRemoteAddressAddressAddress adds the remoteAddressAddressAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressAnyLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressAnyLocalAddress(remoteAddressAddressAnyLocalAddress *bool) *ListUsingGETParams

WithRemoteAddressAddressAnyLocalAddress adds the remoteAddressAddressAnyLocalAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressCanonicalHostName added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressCanonicalHostName(remoteAddressAddressCanonicalHostName *string) *ListUsingGETParams

WithRemoteAddressAddressCanonicalHostName adds the remoteAddressAddressCanonicalHostName to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressHostAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressHostAddress(remoteAddressAddressHostAddress *string) *ListUsingGETParams

WithRemoteAddressAddressHostAddress adds the remoteAddressAddressHostAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressHostName added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressHostName(remoteAddressAddressHostName *string) *ListUsingGETParams

WithRemoteAddressAddressHostName adds the remoteAddressAddressHostName to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressLinkLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressLinkLocalAddress(remoteAddressAddressLinkLocalAddress *bool) *ListUsingGETParams

WithRemoteAddressAddressLinkLocalAddress adds the remoteAddressAddressLinkLocalAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressLoopbackAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressLoopbackAddress(remoteAddressAddressLoopbackAddress *bool) *ListUsingGETParams

WithRemoteAddressAddressLoopbackAddress adds the remoteAddressAddressLoopbackAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMCGlobal added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMCGlobal(remoteAddressAddressMCGlobal *bool) *ListUsingGETParams

WithRemoteAddressAddressMCGlobal adds the remoteAddressAddressMCGlobal to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMCLinkLocal added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMCLinkLocal(remoteAddressAddressMCLinkLocal *bool) *ListUsingGETParams

WithRemoteAddressAddressMCLinkLocal adds the remoteAddressAddressMCLinkLocal to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMCNodeLocal added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMCNodeLocal(remoteAddressAddressMCNodeLocal *bool) *ListUsingGETParams

WithRemoteAddressAddressMCNodeLocal adds the remoteAddressAddressMCNodeLocal to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMCOrgLocal added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMCOrgLocal(remoteAddressAddressMCOrgLocal *bool) *ListUsingGETParams

WithRemoteAddressAddressMCOrgLocal adds the remoteAddressAddressMCOrgLocal to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMCSiteLocal added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMCSiteLocal(remoteAddressAddressMCSiteLocal *bool) *ListUsingGETParams

WithRemoteAddressAddressMCSiteLocal adds the remoteAddressAddressMCSiteLocal to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressMulticastAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressMulticastAddress(remoteAddressAddressMulticastAddress *bool) *ListUsingGETParams

WithRemoteAddressAddressMulticastAddress adds the remoteAddressAddressMulticastAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressAddressSiteLocalAddress added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressAddressSiteLocalAddress(remoteAddressAddressSiteLocalAddress *bool) *ListUsingGETParams

WithRemoteAddressAddressSiteLocalAddress adds the remoteAddressAddressSiteLocalAddress to the list using get params

func (*ListUsingGETParams) WithRemoteAddressHostName added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressHostName(remoteAddressHostName *string) *ListUsingGETParams

WithRemoteAddressHostName adds the remoteAddressHostName to the list using get params

func (*ListUsingGETParams) WithRemoteAddressHostString added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressHostString(remoteAddressHostString *string) *ListUsingGETParams

WithRemoteAddressHostString adds the remoteAddressHostString to the list using get params

func (*ListUsingGETParams) WithRemoteAddressPort added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressPort(remoteAddressPort *int32) *ListUsingGETParams

WithRemoteAddressPort adds the remoteAddressPort to the list using get params

func (*ListUsingGETParams) WithRemoteAddressUnresolved added in v0.5.0

func (o *ListUsingGETParams) WithRemoteAddressUnresolved(remoteAddressUnresolved *bool) *ListUsingGETParams

WithRemoteAddressUnresolved adds the remoteAddressUnresolved to the list using get params

func (*ListUsingGETParams) WithSortSorted

func (o *ListUsingGETParams) WithSortSorted(sortSorted *bool) *ListUsingGETParams

WithSortSorted adds the sortSorted to the list using get params

func (*ListUsingGETParams) WithSortUnsorted

func (o *ListUsingGETParams) WithSortUnsorted(sortUnsorted *bool) *ListUsingGETParams

WithSortUnsorted adds the sortUnsorted to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0BasicConstraints added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0BasicConstraints(sslInfoPeerCertificates0BasicConstraints *int32) *ListUsingGETParams

WithSslInfoPeerCertificates0BasicConstraints adds the sslInfoPeerCertificates0BasicConstraints to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0Encoded added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0Encoded(sslInfoPeerCertificates0Encoded *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0Encoded adds the sslInfoPeerCertificates0Encoded to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0ExtendedKeyUsage(sslInfoPeerCertificates0ExtendedKeyUsage []string) *ListUsingGETParams

WithSslInfoPeerCertificates0ExtendedKeyUsage adds the sslInfoPeerCertificates0ExtendedKeyUsage to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0IssuerDNName added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0IssuerDNName(sslInfoPeerCertificates0IssuerDNName *string) *ListUsingGETParams

WithSslInfoPeerCertificates0IssuerDNName adds the sslInfoPeerCertificates0IssuerDNName to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0IssuerUniqueID(sslInfoPeerCertificates0IssuerUniqueID []bool) *ListUsingGETParams

WithSslInfoPeerCertificates0IssuerUniqueID adds the sslInfoPeerCertificates0IssuerUniqueID to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded(sslInfoPeerCertificates0IssuerX500PrincipalEncoded *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded adds the sslInfoPeerCertificates0IssuerX500PrincipalEncoded to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0IssuerX500PrincipalName(sslInfoPeerCertificates0IssuerX500PrincipalName *string) *ListUsingGETParams

WithSslInfoPeerCertificates0IssuerX500PrincipalName adds the sslInfoPeerCertificates0IssuerX500PrincipalName to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0KeyUsage added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0KeyUsage(sslInfoPeerCertificates0KeyUsage []bool) *ListUsingGETParams

WithSslInfoPeerCertificates0KeyUsage adds the sslInfoPeerCertificates0KeyUsage to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0NotAfter added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0NotAfter(sslInfoPeerCertificates0NotAfter *strfmt.DateTime) *ListUsingGETParams

WithSslInfoPeerCertificates0NotAfter adds the sslInfoPeerCertificates0NotAfter to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0NotBefore added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0NotBefore(sslInfoPeerCertificates0NotBefore *strfmt.DateTime) *ListUsingGETParams

WithSslInfoPeerCertificates0NotBefore adds the sslInfoPeerCertificates0NotBefore to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SerialNumber added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SerialNumber(sslInfoPeerCertificates0SerialNumber *int64) *ListUsingGETParams

WithSslInfoPeerCertificates0SerialNumber adds the sslInfoPeerCertificates0SerialNumber to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgName added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgName(sslInfoPeerCertificates0SigAlgName *string) *ListUsingGETParams

WithSslInfoPeerCertificates0SigAlgName adds the sslInfoPeerCertificates0SigAlgName to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgOID added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgOID(sslInfoPeerCertificates0SigAlgOID *string) *ListUsingGETParams

WithSslInfoPeerCertificates0SigAlgOID adds the sslInfoPeerCertificates0SigAlgOID to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgParams added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SigAlgParams(sslInfoPeerCertificates0SigAlgParams *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0SigAlgParams adds the sslInfoPeerCertificates0SigAlgParams to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0Signature added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0Signature(sslInfoPeerCertificates0Signature *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0Signature adds the sslInfoPeerCertificates0Signature to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SubjectDNName added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SubjectDNName(sslInfoPeerCertificates0SubjectDNName *string) *ListUsingGETParams

WithSslInfoPeerCertificates0SubjectDNName adds the sslInfoPeerCertificates0SubjectDNName to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SubjectUniqueID(sslInfoPeerCertificates0SubjectUniqueID []bool) *ListUsingGETParams

WithSslInfoPeerCertificates0SubjectUniqueID adds the sslInfoPeerCertificates0SubjectUniqueID to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded(sslInfoPeerCertificates0SubjectX500PrincipalEncoded *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded adds the sslInfoPeerCertificates0SubjectX500PrincipalEncoded to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0SubjectX500PrincipalName(sslInfoPeerCertificates0SubjectX500PrincipalName *string) *ListUsingGETParams

WithSslInfoPeerCertificates0SubjectX500PrincipalName adds the sslInfoPeerCertificates0SubjectX500PrincipalName to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0TBSCertificate added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0TBSCertificate(sslInfoPeerCertificates0TBSCertificate *strfmt.Base64) *ListUsingGETParams

WithSslInfoPeerCertificates0TBSCertificate adds the sslInfoPeerCertificates0TBSCertificate to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0Type added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0Type(sslInfoPeerCertificates0Type *string) *ListUsingGETParams

WithSslInfoPeerCertificates0Type adds the sslInfoPeerCertificates0Type to the list using get params

func (*ListUsingGETParams) WithSslInfoPeerCertificates0Version added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoPeerCertificates0Version(sslInfoPeerCertificates0Version *int32) *ListUsingGETParams

WithSslInfoPeerCertificates0Version adds the sslInfoPeerCertificates0Version to the list using get params

func (*ListUsingGETParams) WithSslInfoSessionID added in v0.5.0

func (o *ListUsingGETParams) WithSslInfoSessionID(sslInfoSessionID *string) *ListUsingGETParams

WithSslInfoSessionID adds the sslInfoSessionID to the list using get params

func (*ListUsingGETParams) WithTimeout

func (o *ListUsingGETParams) WithTimeout(timeout time.Duration) *ListUsingGETParams

WithTimeout adds the timeout to the list using get params

func (*ListUsingGETParams) WithUnpaged

func (o *ListUsingGETParams) WithUnpaged(unpaged *bool) *ListUsingGETParams

WithUnpaged adds the unpaged to the list using get params

func (*ListUsingGETParams) WriteToRequest

func (o *ListUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListUsingGETReader

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

ListUsingGETReader is a Reader for the ListUsingGET structure.

func (*ListUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OnboardUsingPOSTForbidden added in v0.5.0

type OnboardUsingPOSTForbidden struct {
}

OnboardUsingPOSTForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewOnboardUsingPOSTForbidden added in v0.5.0

func NewOnboardUsingPOSTForbidden() *OnboardUsingPOSTForbidden

NewOnboardUsingPOSTForbidden creates a OnboardUsingPOSTForbidden with default headers values

func (*OnboardUsingPOSTForbidden) Error added in v0.5.0

func (o *OnboardUsingPOSTForbidden) Error() string

func (*OnboardUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *OnboardUsingPOSTForbidden) IsClientError() bool

IsClientError returns true when this onboard using p o s t forbidden response has a 4xx status code

func (*OnboardUsingPOSTForbidden) IsCode added in v0.5.0

func (o *OnboardUsingPOSTForbidden) IsCode(code int) bool

IsCode returns true when this onboard using p o s t forbidden response a status code equal to that given

func (*OnboardUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *OnboardUsingPOSTForbidden) IsRedirect() bool

IsRedirect returns true when this onboard using p o s t forbidden response has a 3xx status code

func (*OnboardUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *OnboardUsingPOSTForbidden) IsServerError() bool

IsServerError returns true when this onboard using p o s t forbidden response has a 5xx status code

func (*OnboardUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *OnboardUsingPOSTForbidden) IsSuccess() bool

IsSuccess returns true when this onboard using p o s t forbidden response has a 2xx status code

func (*OnboardUsingPOSTForbidden) String added in v0.5.0

func (o *OnboardUsingPOSTForbidden) String() string

type OnboardUsingPOSTOK

type OnboardUsingPOSTOK struct {
	Payload *models.K8SCluster
}

OnboardUsingPOSTOK describes a response with status code 200, with default header values.

OK

func NewOnboardUsingPOSTOK

func NewOnboardUsingPOSTOK() *OnboardUsingPOSTOK

NewOnboardUsingPOSTOK creates a OnboardUsingPOSTOK with default headers values

func (*OnboardUsingPOSTOK) Error

func (o *OnboardUsingPOSTOK) Error() string

func (*OnboardUsingPOSTOK) GetPayload

func (o *OnboardUsingPOSTOK) GetPayload() *models.K8SCluster

func (*OnboardUsingPOSTOK) IsClientError added in v0.5.0

func (o *OnboardUsingPOSTOK) IsClientError() bool

IsClientError returns true when this onboard using p o s t o k response has a 4xx status code

func (*OnboardUsingPOSTOK) IsCode added in v0.5.0

func (o *OnboardUsingPOSTOK) IsCode(code int) bool

IsCode returns true when this onboard using p o s t o k response a status code equal to that given

func (*OnboardUsingPOSTOK) IsRedirect added in v0.5.0

func (o *OnboardUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this onboard using p o s t o k response has a 3xx status code

func (*OnboardUsingPOSTOK) IsServerError added in v0.5.0

func (o *OnboardUsingPOSTOK) IsServerError() bool

IsServerError returns true when this onboard using p o s t o k response has a 5xx status code

func (*OnboardUsingPOSTOK) IsSuccess added in v0.5.0

func (o *OnboardUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this onboard using p o s t o k response has a 2xx status code

func (*OnboardUsingPOSTOK) String added in v0.5.0

func (o *OnboardUsingPOSTOK) String() string

type OnboardUsingPOSTParams

type OnboardUsingPOSTParams struct {

	/* Cluster.

	   cluster
	*/
	Cluster *models.K8SCluster

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

OnboardUsingPOSTParams contains all the parameters to send to the API endpoint

for the onboard using p o s t operation.

Typically these are written to a http.Request.

func NewOnboardUsingPOSTParams

func NewOnboardUsingPOSTParams() *OnboardUsingPOSTParams

NewOnboardUsingPOSTParams creates a new OnboardUsingPOSTParams 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 NewOnboardUsingPOSTParamsWithContext

func NewOnboardUsingPOSTParamsWithContext(ctx context.Context) *OnboardUsingPOSTParams

NewOnboardUsingPOSTParamsWithContext creates a new OnboardUsingPOSTParams object with the ability to set a context for a request.

func NewOnboardUsingPOSTParamsWithHTTPClient

func NewOnboardUsingPOSTParamsWithHTTPClient(client *http.Client) *OnboardUsingPOSTParams

NewOnboardUsingPOSTParamsWithHTTPClient creates a new OnboardUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewOnboardUsingPOSTParamsWithTimeout

func NewOnboardUsingPOSTParamsWithTimeout(timeout time.Duration) *OnboardUsingPOSTParams

NewOnboardUsingPOSTParamsWithTimeout creates a new OnboardUsingPOSTParams object with the ability to set a timeout on a request.

func (*OnboardUsingPOSTParams) SetCluster

func (o *OnboardUsingPOSTParams) SetCluster(cluster *models.K8SCluster)

SetCluster adds the cluster to the onboard using p o s t params

func (*OnboardUsingPOSTParams) SetContext

func (o *OnboardUsingPOSTParams) SetContext(ctx context.Context)

SetContext adds the context to the onboard using p o s t params

func (*OnboardUsingPOSTParams) SetDefaults

func (o *OnboardUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the onboard using p o s t params (not the query body).

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

func (*OnboardUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the onboard using p o s t params

func (*OnboardUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the onboard using p o s t params

func (*OnboardUsingPOSTParams) WithCluster

WithCluster adds the cluster to the onboard using p o s t params

func (*OnboardUsingPOSTParams) WithContext

WithContext adds the context to the onboard using p o s t params

func (*OnboardUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the onboard using p o s t params (not the query body).

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

func (*OnboardUsingPOSTParams) WithHTTPClient

func (o *OnboardUsingPOSTParams) WithHTTPClient(client *http.Client) *OnboardUsingPOSTParams

WithHTTPClient adds the HTTPClient to the onboard using p o s t params

func (*OnboardUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the onboard using p o s t params

func (*OnboardUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OnboardUsingPOSTReader

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

OnboardUsingPOSTReader is a Reader for the OnboardUsingPOST structure.

func (*OnboardUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPUT1Forbidden added in v0.5.0

type UpdateUsingPUT1Forbidden struct {
}

UpdateUsingPUT1Forbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewUpdateUsingPUT1Forbidden added in v0.5.0

func NewUpdateUsingPUT1Forbidden() *UpdateUsingPUT1Forbidden

NewUpdateUsingPUT1Forbidden creates a UpdateUsingPUT1Forbidden with default headers values

func (*UpdateUsingPUT1Forbidden) Error added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) Error() string

func (*UpdateUsingPUT1Forbidden) IsClientError added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) IsClientError() bool

IsClientError returns true when this update using p u t1 forbidden response has a 4xx status code

func (*UpdateUsingPUT1Forbidden) IsCode added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) IsCode(code int) bool

IsCode returns true when this update using p u t1 forbidden response a status code equal to that given

func (*UpdateUsingPUT1Forbidden) IsRedirect added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) IsRedirect() bool

IsRedirect returns true when this update using p u t1 forbidden response has a 3xx status code

func (*UpdateUsingPUT1Forbidden) IsServerError added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) IsServerError() bool

IsServerError returns true when this update using p u t1 forbidden response has a 5xx status code

func (*UpdateUsingPUT1Forbidden) IsSuccess added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) IsSuccess() bool

IsSuccess returns true when this update using p u t1 forbidden response has a 2xx status code

func (*UpdateUsingPUT1Forbidden) String added in v0.5.0

func (o *UpdateUsingPUT1Forbidden) String() string

type UpdateUsingPUT1OK

type UpdateUsingPUT1OK struct {
	Payload *models.K8SCluster
}

UpdateUsingPUT1OK describes a response with status code 200, with default header values.

OK

func NewUpdateUsingPUT1OK

func NewUpdateUsingPUT1OK() *UpdateUsingPUT1OK

NewUpdateUsingPUT1OK creates a UpdateUsingPUT1OK with default headers values

func (*UpdateUsingPUT1OK) Error

func (o *UpdateUsingPUT1OK) Error() string

func (*UpdateUsingPUT1OK) GetPayload

func (o *UpdateUsingPUT1OK) GetPayload() *models.K8SCluster

func (*UpdateUsingPUT1OK) IsClientError added in v0.5.0

func (o *UpdateUsingPUT1OK) IsClientError() bool

IsClientError returns true when this update using p u t1 o k response has a 4xx status code

func (*UpdateUsingPUT1OK) IsCode added in v0.5.0

func (o *UpdateUsingPUT1OK) IsCode(code int) bool

IsCode returns true when this update using p u t1 o k response a status code equal to that given

func (*UpdateUsingPUT1OK) IsRedirect added in v0.5.0

func (o *UpdateUsingPUT1OK) IsRedirect() bool

IsRedirect returns true when this update using p u t1 o k response has a 3xx status code

func (*UpdateUsingPUT1OK) IsServerError added in v0.5.0

func (o *UpdateUsingPUT1OK) IsServerError() bool

IsServerError returns true when this update using p u t1 o k response has a 5xx status code

func (*UpdateUsingPUT1OK) IsSuccess added in v0.5.0

func (o *UpdateUsingPUT1OK) IsSuccess() bool

IsSuccess returns true when this update using p u t1 o k response has a 2xx status code

func (*UpdateUsingPUT1OK) String added in v0.5.0

func (o *UpdateUsingPUT1OK) String() string

type UpdateUsingPUT1Params

type UpdateUsingPUT1Params struct {

	/* Cluster.

	   cluster
	*/
	Cluster *models.K8SCluster

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

UpdateUsingPUT1Params contains all the parameters to send to the API endpoint

for the update using p u t 1 operation.

Typically these are written to a http.Request.

func NewUpdateUsingPUT1Params

func NewUpdateUsingPUT1Params() *UpdateUsingPUT1Params

NewUpdateUsingPUT1Params creates a new UpdateUsingPUT1Params 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 NewUpdateUsingPUT1ParamsWithContext

func NewUpdateUsingPUT1ParamsWithContext(ctx context.Context) *UpdateUsingPUT1Params

NewUpdateUsingPUT1ParamsWithContext creates a new UpdateUsingPUT1Params object with the ability to set a context for a request.

func NewUpdateUsingPUT1ParamsWithHTTPClient

func NewUpdateUsingPUT1ParamsWithHTTPClient(client *http.Client) *UpdateUsingPUT1Params

NewUpdateUsingPUT1ParamsWithHTTPClient creates a new UpdateUsingPUT1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPUT1ParamsWithTimeout

func NewUpdateUsingPUT1ParamsWithTimeout(timeout time.Duration) *UpdateUsingPUT1Params

NewUpdateUsingPUT1ParamsWithTimeout creates a new UpdateUsingPUT1Params object with the ability to set a timeout on a request.

func (*UpdateUsingPUT1Params) SetCluster

func (o *UpdateUsingPUT1Params) SetCluster(cluster *models.K8SCluster)

SetCluster adds the cluster to the update using p u t 1 params

func (*UpdateUsingPUT1Params) SetContext

func (o *UpdateUsingPUT1Params) SetContext(ctx context.Context)

SetContext adds the context to the update using p u t 1 params

func (*UpdateUsingPUT1Params) SetDefaults

func (o *UpdateUsingPUT1Params) SetDefaults()

SetDefaults hydrates default values in the update using p u t 1 params (not the query body).

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

func (*UpdateUsingPUT1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update using p u t 1 params

func (*UpdateUsingPUT1Params) SetID

func (o *UpdateUsingPUT1Params) SetID(id strfmt.UUID)

SetID adds the id to the update using p u t 1 params

func (*UpdateUsingPUT1Params) SetTimeout

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

SetTimeout adds the timeout to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WithCluster

WithCluster adds the cluster to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WithContext

WithContext adds the context to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WithDefaults

func (o *UpdateUsingPUT1Params) WithDefaults() *UpdateUsingPUT1Params

WithDefaults hydrates default values in the update using p u t 1 params (not the query body).

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

func (*UpdateUsingPUT1Params) WithHTTPClient

func (o *UpdateUsingPUT1Params) WithHTTPClient(client *http.Client) *UpdateUsingPUT1Params

WithHTTPClient adds the HTTPClient to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WithID

WithID adds the id to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WithTimeout

func (o *UpdateUsingPUT1Params) WithTimeout(timeout time.Duration) *UpdateUsingPUT1Params

WithTimeout adds the timeout to the update using p u t 1 params

func (*UpdateUsingPUT1Params) WriteToRequest

func (o *UpdateUsingPUT1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateUsingPUT1Reader

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

UpdateUsingPUT1Reader is a Reader for the UpdateUsingPUT1 structure.

func (*UpdateUsingPUT1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateUsingPUTForbidden added in v0.5.0

type ValidateUsingPUTForbidden struct {
}

ValidateUsingPUTForbidden describes a response with status code 403, with default header values.

Forbidden, the user lacks permissions

func NewValidateUsingPUTForbidden added in v0.5.0

func NewValidateUsingPUTForbidden() *ValidateUsingPUTForbidden

NewValidateUsingPUTForbidden creates a ValidateUsingPUTForbidden with default headers values

func (*ValidateUsingPUTForbidden) Error added in v0.5.0

func (o *ValidateUsingPUTForbidden) Error() string

func (*ValidateUsingPUTForbidden) IsClientError added in v0.5.0

func (o *ValidateUsingPUTForbidden) IsClientError() bool

IsClientError returns true when this validate using p u t forbidden response has a 4xx status code

func (*ValidateUsingPUTForbidden) IsCode added in v0.5.0

func (o *ValidateUsingPUTForbidden) IsCode(code int) bool

IsCode returns true when this validate using p u t forbidden response a status code equal to that given

func (*ValidateUsingPUTForbidden) IsRedirect added in v0.5.0

func (o *ValidateUsingPUTForbidden) IsRedirect() bool

IsRedirect returns true when this validate using p u t forbidden response has a 3xx status code

func (*ValidateUsingPUTForbidden) IsServerError added in v0.5.0

func (o *ValidateUsingPUTForbidden) IsServerError() bool

IsServerError returns true when this validate using p u t forbidden response has a 5xx status code

func (*ValidateUsingPUTForbidden) IsSuccess added in v0.5.0

func (o *ValidateUsingPUTForbidden) IsSuccess() bool

IsSuccess returns true when this validate using p u t forbidden response has a 2xx status code

func (*ValidateUsingPUTForbidden) String added in v0.5.0

func (o *ValidateUsingPUTForbidden) String() string

type ValidateUsingPUTOK

type ValidateUsingPUTOK struct {
	Payload *models.K8sClusterState
}

ValidateUsingPUTOK describes a response with status code 200, with default header values.

OK

func NewValidateUsingPUTOK

func NewValidateUsingPUTOK() *ValidateUsingPUTOK

NewValidateUsingPUTOK creates a ValidateUsingPUTOK with default headers values

func (*ValidateUsingPUTOK) Error

func (o *ValidateUsingPUTOK) Error() string

func (*ValidateUsingPUTOK) GetPayload

func (o *ValidateUsingPUTOK) GetPayload() *models.K8sClusterState

func (*ValidateUsingPUTOK) IsClientError added in v0.5.0

func (o *ValidateUsingPUTOK) IsClientError() bool

IsClientError returns true when this validate using p u t o k response has a 4xx status code

func (*ValidateUsingPUTOK) IsCode added in v0.5.0

func (o *ValidateUsingPUTOK) IsCode(code int) bool

IsCode returns true when this validate using p u t o k response a status code equal to that given

func (*ValidateUsingPUTOK) IsRedirect added in v0.5.0

func (o *ValidateUsingPUTOK) IsRedirect() bool

IsRedirect returns true when this validate using p u t o k response has a 3xx status code

func (*ValidateUsingPUTOK) IsServerError added in v0.5.0

func (o *ValidateUsingPUTOK) IsServerError() bool

IsServerError returns true when this validate using p u t o k response has a 5xx status code

func (*ValidateUsingPUTOK) IsSuccess added in v0.5.0

func (o *ValidateUsingPUTOK) IsSuccess() bool

IsSuccess returns true when this validate using p u t o k response has a 2xx status code

func (*ValidateUsingPUTOK) String added in v0.5.0

func (o *ValidateUsingPUTOK) String() string

type ValidateUsingPUTParams

type ValidateUsingPUTParams struct {

	/* Cluster.

	   cluster
	*/
	Cluster *models.K8SCluster

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

ValidateUsingPUTParams contains all the parameters to send to the API endpoint

for the validate using p u t operation.

Typically these are written to a http.Request.

func NewValidateUsingPUTParams

func NewValidateUsingPUTParams() *ValidateUsingPUTParams

NewValidateUsingPUTParams creates a new ValidateUsingPUTParams 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 NewValidateUsingPUTParamsWithContext

func NewValidateUsingPUTParamsWithContext(ctx context.Context) *ValidateUsingPUTParams

NewValidateUsingPUTParamsWithContext creates a new ValidateUsingPUTParams object with the ability to set a context for a request.

func NewValidateUsingPUTParamsWithHTTPClient

func NewValidateUsingPUTParamsWithHTTPClient(client *http.Client) *ValidateUsingPUTParams

NewValidateUsingPUTParamsWithHTTPClient creates a new ValidateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewValidateUsingPUTParamsWithTimeout

func NewValidateUsingPUTParamsWithTimeout(timeout time.Duration) *ValidateUsingPUTParams

NewValidateUsingPUTParamsWithTimeout creates a new ValidateUsingPUTParams object with the ability to set a timeout on a request.

func (*ValidateUsingPUTParams) SetCluster

func (o *ValidateUsingPUTParams) SetCluster(cluster *models.K8SCluster)

SetCluster adds the cluster to the validate using p u t params

func (*ValidateUsingPUTParams) SetContext

func (o *ValidateUsingPUTParams) SetContext(ctx context.Context)

SetContext adds the context to the validate using p u t params

func (*ValidateUsingPUTParams) SetDefaults

func (o *ValidateUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the validate using p u t params (not the query body).

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

func (*ValidateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate using p u t params

func (*ValidateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the validate using p u t params

func (*ValidateUsingPUTParams) WithCluster

WithCluster adds the cluster to the validate using p u t params

func (*ValidateUsingPUTParams) WithContext

WithContext adds the context to the validate using p u t params

func (*ValidateUsingPUTParams) WithDefaults

WithDefaults hydrates default values in the validate using p u t params (not the query body).

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

func (*ValidateUsingPUTParams) WithHTTPClient

func (o *ValidateUsingPUTParams) WithHTTPClient(client *http.Client) *ValidateUsingPUTParams

WithHTTPClient adds the HTTPClient to the validate using p u t params

func (*ValidateUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the validate using p u t params

func (*ValidateUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateUsingPUTReader

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

ValidateUsingPUTReader is a Reader for the ValidateUsingPUT structure.

func (*ValidateUsingPUTReader) ReadResponse

func (o *ValidateUsingPUTReader) 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