namespaces

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 Client

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

Client for namespaces API

func (*Client) CreateUsingPOST1

func (a *Client) CreateUsingPOST1(params *CreateUsingPOST1Params, opts ...ClientOption) (*CreateUsingPOST1OK, error)

CreateUsingPOST1 creates a k8 s namespace

Create a K8S Namespace

func (*Client) DeleteUsingDELETE1

func (a *Client) DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)

DeleteUsingDELETE1 deletes a k8 s namespace

Delete a K8S Namespace by id

func (*Client) GetKubeConfigUsingGET1

func (a *Client) GetKubeConfigUsingGET1(params *GetKubeConfigUsingGET1Params, opts ...ClientOption) (*GetKubeConfigUsingGET1OK, error)

GetKubeConfigUsingGET1 gets kube config for a k8 s namespace

Get KubeConfig for a K8S Namespace by providing a K8S Namespace id

func (*Client) GetUsingGET2Mixin1 added in v0.5.0

func (a *Client) GetUsingGET2Mixin1(params *GetUsingGET2Mixin1Params, opts ...ClientOption) (*GetUsingGET2Mixin1OK, error)

GetUsingGET2Mixin1 gets a k8 s namespace by id

Get a K8S Namespace by id

func (*Client) ListUsingGET2

func (a *Client) ListUsingGET2(params *ListUsingGET2Params, opts ...ClientOption) (*ListUsingGET2OK, error)

ListUsingGET2 gets all k8 s namespaces

Get a list of all K8S Namespaces

func (*Client) RegisterUsingPUT

func (a *Client) RegisterUsingPUT(params *RegisterUsingPUTParams, opts ...ClientOption) (*RegisterUsingPUTOK, error)

RegisterUsingPUT onboards existing k8 s namespace

Onboard existing K8S Namespace by providing namespace id and entity

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUsingPUT2

func (a *Client) UpdateUsingPUT2(params *UpdateUsingPUT2Params, opts ...ClientOption) (*UpdateUsingPUT2OK, error)

UpdateUsingPUT2 updates a k8 s namespace description or project

Update a K8S Namespace description or project by providing namespace id and Namespace entity

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateUsingPOST1(params *CreateUsingPOST1Params, opts ...ClientOption) (*CreateUsingPOST1OK, error)

	DeleteUsingDELETE1(params *DeleteUsingDELETE1Params, opts ...ClientOption) (*DeleteUsingDELETE1OK, error)

	GetKubeConfigUsingGET1(params *GetKubeConfigUsingGET1Params, opts ...ClientOption) (*GetKubeConfigUsingGET1OK, error)

	GetUsingGET2Mixin1(params *GetUsingGET2Mixin1Params, opts ...ClientOption) (*GetUsingGET2Mixin1OK, error)

	ListUsingGET2(params *ListUsingGET2Params, opts ...ClientOption) (*ListUsingGET2OK, error)

	RegisterUsingPUT(params *RegisterUsingPUTParams, opts ...ClientOption) (*RegisterUsingPUTOK, error)

	UpdateUsingPUT2(params *UpdateUsingPUT2Params, opts ...ClientOption) (*UpdateUsingPUT2OK, 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 namespaces API client.

type CreateUsingPOST1Forbidden added in v0.5.0

type CreateUsingPOST1Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewCreateUsingPOST1Forbidden added in v0.5.0

func NewCreateUsingPOST1Forbidden() *CreateUsingPOST1Forbidden

NewCreateUsingPOST1Forbidden creates a CreateUsingPOST1Forbidden with default headers values

func (*CreateUsingPOST1Forbidden) Error added in v0.5.0

func (o *CreateUsingPOST1Forbidden) Error() string

func (*CreateUsingPOST1Forbidden) IsClientError added in v0.5.0

func (o *CreateUsingPOST1Forbidden) IsClientError() bool

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

func (*CreateUsingPOST1Forbidden) IsCode added in v0.5.0

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

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

func (*CreateUsingPOST1Forbidden) IsRedirect added in v0.5.0

func (o *CreateUsingPOST1Forbidden) IsRedirect() bool

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

func (*CreateUsingPOST1Forbidden) IsServerError added in v0.5.0

func (o *CreateUsingPOST1Forbidden) IsServerError() bool

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

func (*CreateUsingPOST1Forbidden) IsSuccess added in v0.5.0

func (o *CreateUsingPOST1Forbidden) IsSuccess() bool

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

func (*CreateUsingPOST1Forbidden) String added in v0.5.0

func (o *CreateUsingPOST1Forbidden) String() string

type CreateUsingPOST1OK

type CreateUsingPOST1OK struct {
	Payload *models.K8SNamespace
}

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

OK

func NewCreateUsingPOST1OK

func NewCreateUsingPOST1OK() *CreateUsingPOST1OK

NewCreateUsingPOST1OK creates a CreateUsingPOST1OK with default headers values

func (*CreateUsingPOST1OK) Error

func (o *CreateUsingPOST1OK) Error() string

func (*CreateUsingPOST1OK) GetPayload

func (o *CreateUsingPOST1OK) GetPayload() *models.K8SNamespace

func (*CreateUsingPOST1OK) IsClientError added in v0.5.0

func (o *CreateUsingPOST1OK) IsClientError() bool

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

func (*CreateUsingPOST1OK) IsCode added in v0.5.0

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

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

func (*CreateUsingPOST1OK) IsRedirect added in v0.5.0

func (o *CreateUsingPOST1OK) IsRedirect() bool

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

func (*CreateUsingPOST1OK) IsServerError added in v0.5.0

func (o *CreateUsingPOST1OK) IsServerError() bool

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

func (*CreateUsingPOST1OK) IsSuccess added in v0.5.0

func (o *CreateUsingPOST1OK) IsSuccess() bool

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

func (*CreateUsingPOST1OK) String added in v0.5.0

func (o *CreateUsingPOST1OK) String() string

type CreateUsingPOST1Params

type CreateUsingPOST1Params struct {

	/* Namespace.

	   namespace
	*/
	Namespace *models.K8SNamespace

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

CreateUsingPOST1Params contains all the parameters to send to the API endpoint

for the create using p o s t 1 operation.

Typically these are written to a http.Request.

func NewCreateUsingPOST1Params

func NewCreateUsingPOST1Params() *CreateUsingPOST1Params

NewCreateUsingPOST1Params creates a new CreateUsingPOST1Params 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 NewCreateUsingPOST1ParamsWithContext

func NewCreateUsingPOST1ParamsWithContext(ctx context.Context) *CreateUsingPOST1Params

NewCreateUsingPOST1ParamsWithContext creates a new CreateUsingPOST1Params object with the ability to set a context for a request.

func NewCreateUsingPOST1ParamsWithHTTPClient

func NewCreateUsingPOST1ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST1Params

NewCreateUsingPOST1ParamsWithHTTPClient creates a new CreateUsingPOST1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateUsingPOST1ParamsWithTimeout

func NewCreateUsingPOST1ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST1Params

NewCreateUsingPOST1ParamsWithTimeout creates a new CreateUsingPOST1Params object with the ability to set a timeout on a request.

func (*CreateUsingPOST1Params) SetContext

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

SetContext adds the context to the create using p o s t 1 params

func (*CreateUsingPOST1Params) SetDefaults

func (o *CreateUsingPOST1Params) SetDefaults()

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

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

func (*CreateUsingPOST1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create using p o s t 1 params

func (*CreateUsingPOST1Params) SetNamespace

func (o *CreateUsingPOST1Params) SetNamespace(namespace *models.K8SNamespace)

SetNamespace adds the namespace to the create using p o s t 1 params

func (*CreateUsingPOST1Params) SetTimeout

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

SetTimeout adds the timeout to the create using p o s t 1 params

func (*CreateUsingPOST1Params) WithContext

WithContext adds the context to the create using p o s t 1 params

func (*CreateUsingPOST1Params) WithDefaults

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

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

func (*CreateUsingPOST1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create using p o s t 1 params

func (*CreateUsingPOST1Params) WithNamespace

func (o *CreateUsingPOST1Params) WithNamespace(namespace *models.K8SNamespace) *CreateUsingPOST1Params

WithNamespace adds the namespace to the create using p o s t 1 params

func (*CreateUsingPOST1Params) WithTimeout

WithTimeout adds the timeout to the create using p o s t 1 params

func (*CreateUsingPOST1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUsingPOST1Reader

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

CreateUsingPOST1Reader is a Reader for the CreateUsingPOST1 structure.

func (*CreateUsingPOST1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE1Forbidden added in v0.5.0

type DeleteUsingDELETE1Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewDeleteUsingDELETE1Forbidden added in v0.5.0

func NewDeleteUsingDELETE1Forbidden() *DeleteUsingDELETE1Forbidden

NewDeleteUsingDELETE1Forbidden creates a DeleteUsingDELETE1Forbidden with default headers values

func (*DeleteUsingDELETE1Forbidden) Error added in v0.5.0

func (*DeleteUsingDELETE1Forbidden) IsClientError added in v0.5.0

func (o *DeleteUsingDELETE1Forbidden) IsClientError() bool

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

func (*DeleteUsingDELETE1Forbidden) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETE1Forbidden) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETE1Forbidden) IsRedirect() bool

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

func (*DeleteUsingDELETE1Forbidden) IsServerError added in v0.5.0

func (o *DeleteUsingDELETE1Forbidden) IsServerError() bool

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

func (*DeleteUsingDELETE1Forbidden) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETE1Forbidden) IsSuccess() bool

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

func (*DeleteUsingDELETE1Forbidden) String added in v0.5.0

func (o *DeleteUsingDELETE1Forbidden) String() string

type DeleteUsingDELETE1OK

type DeleteUsingDELETE1OK struct {
}

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

OK

func NewDeleteUsingDELETE1OK

func NewDeleteUsingDELETE1OK() *DeleteUsingDELETE1OK

NewDeleteUsingDELETE1OK creates a DeleteUsingDELETE1OK with default headers values

func (*DeleteUsingDELETE1OK) Error

func (o *DeleteUsingDELETE1OK) Error() string

func (*DeleteUsingDELETE1OK) IsClientError added in v0.5.0

func (o *DeleteUsingDELETE1OK) IsClientError() bool

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

func (*DeleteUsingDELETE1OK) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETE1OK) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETE1OK) IsRedirect() bool

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

func (*DeleteUsingDELETE1OK) IsServerError added in v0.5.0

func (o *DeleteUsingDELETE1OK) IsServerError() bool

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

func (*DeleteUsingDELETE1OK) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETE1OK) IsSuccess() bool

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

func (*DeleteUsingDELETE1OK) String added in v0.5.0

func (o *DeleteUsingDELETE1OK) String() string

type DeleteUsingDELETE1Params

type DeleteUsingDELETE1Params struct {

	/* Destroy.

	   destroy
	*/
	Destroy *bool

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

DeleteUsingDELETE1Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteUsingDELETE1Params

func NewDeleteUsingDELETE1Params() *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1Params creates a new DeleteUsingDELETE1Params 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 NewDeleteUsingDELETE1ParamsWithContext

func NewDeleteUsingDELETE1ParamsWithContext(ctx context.Context) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithContext creates a new DeleteUsingDELETE1Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE1ParamsWithHTTPClient

func NewDeleteUsingDELETE1ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithHTTPClient creates a new DeleteUsingDELETE1Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE1ParamsWithTimeout

func NewDeleteUsingDELETE1ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE1Params

NewDeleteUsingDELETE1ParamsWithTimeout creates a new DeleteUsingDELETE1Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE1Params) SetContext

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

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

func (*DeleteUsingDELETE1Params) SetDefaults

func (o *DeleteUsingDELETE1Params) SetDefaults()

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

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

func (*DeleteUsingDELETE1Params) SetDestroy

func (o *DeleteUsingDELETE1Params) SetDestroy(destroy *bool)

SetDestroy adds the destroy to the delete using d e l e t e 1 params

func (*DeleteUsingDELETE1Params) SetHTTPClient

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

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

func (*DeleteUsingDELETE1Params) SetID

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

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

func (*DeleteUsingDELETE1Params) SetTimeout

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

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

func (*DeleteUsingDELETE1Params) WithContext

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

func (*DeleteUsingDELETE1Params) WithDefaults

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

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

func (*DeleteUsingDELETE1Params) WithDestroy

func (o *DeleteUsingDELETE1Params) WithDestroy(destroy *bool) *DeleteUsingDELETE1Params

WithDestroy adds the destroy to the delete using d e l e t e 1 params

func (*DeleteUsingDELETE1Params) WithHTTPClient

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

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

func (*DeleteUsingDELETE1Params) WithID

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

func (*DeleteUsingDELETE1Params) WithTimeout

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

func (*DeleteUsingDELETE1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE1Reader

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

DeleteUsingDELETE1Reader is a Reader for the DeleteUsingDELETE1 structure.

func (*DeleteUsingDELETE1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKubeConfigUsingGET1Forbidden added in v0.5.0

type GetKubeConfigUsingGET1Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewGetKubeConfigUsingGET1Forbidden added in v0.5.0

func NewGetKubeConfigUsingGET1Forbidden() *GetKubeConfigUsingGET1Forbidden

NewGetKubeConfigUsingGET1Forbidden creates a GetKubeConfigUsingGET1Forbidden with default headers values

func (*GetKubeConfigUsingGET1Forbidden) Error added in v0.5.0

func (*GetKubeConfigUsingGET1Forbidden) IsClientError added in v0.5.0

func (o *GetKubeConfigUsingGET1Forbidden) IsClientError() bool

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

func (*GetKubeConfigUsingGET1Forbidden) IsCode added in v0.5.0

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

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

func (*GetKubeConfigUsingGET1Forbidden) IsRedirect added in v0.5.0

func (o *GetKubeConfigUsingGET1Forbidden) IsRedirect() bool

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

func (*GetKubeConfigUsingGET1Forbidden) IsServerError added in v0.5.0

func (o *GetKubeConfigUsingGET1Forbidden) IsServerError() bool

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

func (*GetKubeConfigUsingGET1Forbidden) IsSuccess added in v0.5.0

func (o *GetKubeConfigUsingGET1Forbidden) IsSuccess() bool

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

func (*GetKubeConfigUsingGET1Forbidden) String added in v0.5.0

type GetKubeConfigUsingGET1OK

type GetKubeConfigUsingGET1OK struct {
	Payload *models.ResponseEntity
}

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

OK

func NewGetKubeConfigUsingGET1OK

func NewGetKubeConfigUsingGET1OK() *GetKubeConfigUsingGET1OK

NewGetKubeConfigUsingGET1OK creates a GetKubeConfigUsingGET1OK with default headers values

func (*GetKubeConfigUsingGET1OK) Error

func (o *GetKubeConfigUsingGET1OK) Error() string

func (*GetKubeConfigUsingGET1OK) GetPayload

func (*GetKubeConfigUsingGET1OK) IsClientError added in v0.5.0

func (o *GetKubeConfigUsingGET1OK) IsClientError() bool

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

func (*GetKubeConfigUsingGET1OK) IsCode added in v0.5.0

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

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

func (*GetKubeConfigUsingGET1OK) IsRedirect added in v0.5.0

func (o *GetKubeConfigUsingGET1OK) IsRedirect() bool

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

func (*GetKubeConfigUsingGET1OK) IsServerError added in v0.5.0

func (o *GetKubeConfigUsingGET1OK) IsServerError() bool

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

func (*GetKubeConfigUsingGET1OK) IsSuccess added in v0.5.0

func (o *GetKubeConfigUsingGET1OK) IsSuccess() bool

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

func (*GetKubeConfigUsingGET1OK) String added in v0.5.0

func (o *GetKubeConfigUsingGET1OK) String() string

type GetKubeConfigUsingGET1Params

type GetKubeConfigUsingGET1Params struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

	/* IgnoreTMC.

	   ignoreTMC
	*/
	IgnoreTMC *bool

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

GetKubeConfigUsingGET1Params contains all the parameters to send to the API endpoint

for the get kube config using get1 operation.

Typically these are written to a http.Request.

func NewGetKubeConfigUsingGET1Params

func NewGetKubeConfigUsingGET1Params() *GetKubeConfigUsingGET1Params

NewGetKubeConfigUsingGET1Params creates a new GetKubeConfigUsingGET1Params 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 NewGetKubeConfigUsingGET1ParamsWithContext

func NewGetKubeConfigUsingGET1ParamsWithContext(ctx context.Context) *GetKubeConfigUsingGET1Params

NewGetKubeConfigUsingGET1ParamsWithContext creates a new GetKubeConfigUsingGET1Params object with the ability to set a context for a request.

func NewGetKubeConfigUsingGET1ParamsWithHTTPClient

func NewGetKubeConfigUsingGET1ParamsWithHTTPClient(client *http.Client) *GetKubeConfigUsingGET1Params

NewGetKubeConfigUsingGET1ParamsWithHTTPClient creates a new GetKubeConfigUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetKubeConfigUsingGET1ParamsWithTimeout

func NewGetKubeConfigUsingGET1ParamsWithTimeout(timeout time.Duration) *GetKubeConfigUsingGET1Params

NewGetKubeConfigUsingGET1ParamsWithTimeout creates a new GetKubeConfigUsingGET1Params object with the ability to set a timeout on a request.

func (*GetKubeConfigUsingGET1Params) SetContext

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

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

func (*GetKubeConfigUsingGET1Params) SetDefaults

func (o *GetKubeConfigUsingGET1Params) SetDefaults()

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

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

func (*GetKubeConfigUsingGET1Params) SetHTTPClient

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

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

func (*GetKubeConfigUsingGET1Params) SetID

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

func (*GetKubeConfigUsingGET1Params) SetIgnoreTMC added in v0.5.0

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

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

func (*GetKubeConfigUsingGET1Params) SetTimeout

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

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

func (*GetKubeConfigUsingGET1Params) WithContext

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

func (*GetKubeConfigUsingGET1Params) WithDefaults

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

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

func (*GetKubeConfigUsingGET1Params) WithHTTPClient

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

func (*GetKubeConfigUsingGET1Params) WithID

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

func (*GetKubeConfigUsingGET1Params) WithIgnoreTMC added in v0.5.0

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

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

func (*GetKubeConfigUsingGET1Params) WithTimeout

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

func (*GetKubeConfigUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKubeConfigUsingGET1Reader

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

GetKubeConfigUsingGET1Reader is a Reader for the GetKubeConfigUsingGET1 structure.

func (*GetKubeConfigUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsingGET2Mixin1Forbidden added in v0.5.0

type GetUsingGET2Mixin1Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewGetUsingGET2Mixin1Forbidden added in v0.5.0

func NewGetUsingGET2Mixin1Forbidden() *GetUsingGET2Mixin1Forbidden

NewGetUsingGET2Mixin1Forbidden creates a GetUsingGET2Mixin1Forbidden with default headers values

func (*GetUsingGET2Mixin1Forbidden) Error added in v0.5.0

func (*GetUsingGET2Mixin1Forbidden) IsClientError added in v0.5.0

func (o *GetUsingGET2Mixin1Forbidden) IsClientError() bool

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

func (*GetUsingGET2Mixin1Forbidden) IsCode added in v0.5.0

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

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

func (*GetUsingGET2Mixin1Forbidden) IsRedirect added in v0.5.0

func (o *GetUsingGET2Mixin1Forbidden) IsRedirect() bool

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

func (*GetUsingGET2Mixin1Forbidden) IsServerError added in v0.5.0

func (o *GetUsingGET2Mixin1Forbidden) IsServerError() bool

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

func (*GetUsingGET2Mixin1Forbidden) IsSuccess added in v0.5.0

func (o *GetUsingGET2Mixin1Forbidden) IsSuccess() bool

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

func (*GetUsingGET2Mixin1Forbidden) String added in v0.5.0

func (o *GetUsingGET2Mixin1Forbidden) String() string

type GetUsingGET2Mixin1OK added in v0.5.0

type GetUsingGET2Mixin1OK struct {
	Payload *models.K8SNamespace
}

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

OK

func NewGetUsingGET2Mixin1OK added in v0.5.0

func NewGetUsingGET2Mixin1OK() *GetUsingGET2Mixin1OK

NewGetUsingGET2Mixin1OK creates a GetUsingGET2Mixin1OK with default headers values

func (*GetUsingGET2Mixin1OK) Error added in v0.5.0

func (o *GetUsingGET2Mixin1OK) Error() string

func (*GetUsingGET2Mixin1OK) GetPayload added in v0.5.0

func (o *GetUsingGET2Mixin1OK) GetPayload() *models.K8SNamespace

func (*GetUsingGET2Mixin1OK) IsClientError added in v0.5.0

func (o *GetUsingGET2Mixin1OK) IsClientError() bool

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

func (*GetUsingGET2Mixin1OK) IsCode added in v0.5.0

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

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

func (*GetUsingGET2Mixin1OK) IsRedirect added in v0.5.0

func (o *GetUsingGET2Mixin1OK) IsRedirect() bool

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

func (*GetUsingGET2Mixin1OK) IsServerError added in v0.5.0

func (o *GetUsingGET2Mixin1OK) IsServerError() bool

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

func (*GetUsingGET2Mixin1OK) IsSuccess added in v0.5.0

func (o *GetUsingGET2Mixin1OK) IsSuccess() bool

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

func (*GetUsingGET2Mixin1OK) String added in v0.5.0

func (o *GetUsingGET2Mixin1OK) String() string

type GetUsingGET2Mixin1Params added in v0.5.0

type GetUsingGET2Mixin1Params struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

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

GetUsingGET2Mixin1Params contains all the parameters to send to the API endpoint

for the get using g e t 2 mixin1 operation.

Typically these are written to a http.Request.

func NewGetUsingGET2Mixin1Params added in v0.5.0

func NewGetUsingGET2Mixin1Params() *GetUsingGET2Mixin1Params

NewGetUsingGET2Mixin1Params creates a new GetUsingGET2Mixin1Params 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 NewGetUsingGET2Mixin1ParamsWithContext added in v0.5.0

func NewGetUsingGET2Mixin1ParamsWithContext(ctx context.Context) *GetUsingGET2Mixin1Params

NewGetUsingGET2Mixin1ParamsWithContext creates a new GetUsingGET2Mixin1Params object with the ability to set a context for a request.

func NewGetUsingGET2Mixin1ParamsWithHTTPClient added in v0.5.0

func NewGetUsingGET2Mixin1ParamsWithHTTPClient(client *http.Client) *GetUsingGET2Mixin1Params

NewGetUsingGET2Mixin1ParamsWithHTTPClient creates a new GetUsingGET2Mixin1Params object with the ability to set a custom HTTPClient for a request.

func NewGetUsingGET2Mixin1ParamsWithTimeout added in v0.5.0

func NewGetUsingGET2Mixin1ParamsWithTimeout(timeout time.Duration) *GetUsingGET2Mixin1Params

NewGetUsingGET2Mixin1ParamsWithTimeout creates a new GetUsingGET2Mixin1Params object with the ability to set a timeout on a request.

func (*GetUsingGET2Mixin1Params) SetContext added in v0.5.0

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

SetContext adds the context to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) SetDefaults added in v0.5.0

func (o *GetUsingGET2Mixin1Params) SetDefaults()

SetDefaults hydrates default values in the get using g e t 2 mixin1 params (not the query body).

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

func (*GetUsingGET2Mixin1Params) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) SetID added in v0.5.0

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

SetID adds the id to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) WithContext added in v0.5.0

WithContext adds the context to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the get using g e t 2 mixin1 params (not the query body).

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

func (*GetUsingGET2Mixin1Params) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) WithID added in v0.5.0

WithID adds the id to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the get using g e t 2 mixin1 params

func (*GetUsingGET2Mixin1Params) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type GetUsingGET2Mixin1Reader added in v0.5.0

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

GetUsingGET2Mixin1Reader is a Reader for the GetUsingGET2Mixin1 structure.

func (*GetUsingGET2Mixin1Reader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type ListUsingGET2Forbidden added in v0.5.0

type ListUsingGET2Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewListUsingGET2Forbidden added in v0.5.0

func NewListUsingGET2Forbidden() *ListUsingGET2Forbidden

NewListUsingGET2Forbidden creates a ListUsingGET2Forbidden with default headers values

func (*ListUsingGET2Forbidden) Error added in v0.5.0

func (o *ListUsingGET2Forbidden) Error() string

func (*ListUsingGET2Forbidden) IsClientError added in v0.5.0

func (o *ListUsingGET2Forbidden) IsClientError() bool

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

func (*ListUsingGET2Forbidden) IsCode added in v0.5.0

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

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

func (*ListUsingGET2Forbidden) IsRedirect added in v0.5.0

func (o *ListUsingGET2Forbidden) IsRedirect() bool

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

func (*ListUsingGET2Forbidden) IsServerError added in v0.5.0

func (o *ListUsingGET2Forbidden) IsServerError() bool

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

func (*ListUsingGET2Forbidden) IsSuccess added in v0.5.0

func (o *ListUsingGET2Forbidden) IsSuccess() bool

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

func (*ListUsingGET2Forbidden) String added in v0.5.0

func (o *ListUsingGET2Forbidden) String() string

type ListUsingGET2OK

type ListUsingGET2OK struct {
	Payload *models.PageOfK8SNamespace
}

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

OK

func NewListUsingGET2OK

func NewListUsingGET2OK() *ListUsingGET2OK

NewListUsingGET2OK creates a ListUsingGET2OK with default headers values

func (*ListUsingGET2OK) Error

func (o *ListUsingGET2OK) Error() string

func (*ListUsingGET2OK) GetPayload

func (o *ListUsingGET2OK) GetPayload() *models.PageOfK8SNamespace

func (*ListUsingGET2OK) IsClientError added in v0.5.0

func (o *ListUsingGET2OK) IsClientError() bool

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

func (*ListUsingGET2OK) IsCode added in v0.5.0

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

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

func (*ListUsingGET2OK) IsRedirect added in v0.5.0

func (o *ListUsingGET2OK) IsRedirect() bool

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

func (*ListUsingGET2OK) IsServerError added in v0.5.0

func (o *ListUsingGET2OK) IsServerError() bool

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

func (*ListUsingGET2OK) IsSuccess added in v0.5.0

func (o *ListUsingGET2OK) IsSuccess() bool

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

func (*ListUsingGET2OK) String added in v0.5.0

func (o *ListUsingGET2OK) String() string

type ListUsingGET2Params

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

ListUsingGET2Params contains all the parameters to send to the API endpoint

for the list using g e t 2 operation.

Typically these are written to a http.Request.

func NewListUsingGET2Params

func NewListUsingGET2Params() *ListUsingGET2Params

NewListUsingGET2Params creates a new ListUsingGET2Params 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 NewListUsingGET2ParamsWithContext

func NewListUsingGET2ParamsWithContext(ctx context.Context) *ListUsingGET2Params

NewListUsingGET2ParamsWithContext creates a new ListUsingGET2Params object with the ability to set a context for a request.

func NewListUsingGET2ParamsWithHTTPClient

func NewListUsingGET2ParamsWithHTTPClient(client *http.Client) *ListUsingGET2Params

NewListUsingGET2ParamsWithHTTPClient creates a new ListUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewListUsingGET2ParamsWithTimeout

func NewListUsingGET2ParamsWithTimeout(timeout time.Duration) *ListUsingGET2Params

NewListUsingGET2ParamsWithTimeout creates a new ListUsingGET2Params object with the ability to set a timeout on a request.

func (*ListUsingGET2Params) SetContext

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

SetContext adds the context to the list using g e t 2 params

func (*ListUsingGET2Params) SetDefaults

func (o *ListUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the list using g e t 2 params (not the query body).

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

func (*ListUsingGET2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list using g e t 2 params

func (*ListUsingGET2Params) SetID added in v0.5.0

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

SetID adds the id to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressAddress added in v0.5.0

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

SetLocalAddressAddressAddress adds the localAddressAddressAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressAnyLocalAddress added in v0.5.0

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

SetLocalAddressAddressAnyLocalAddress adds the localAddressAddressAnyLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressCanonicalHostName added in v0.5.0

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

SetLocalAddressAddressCanonicalHostName adds the localAddressAddressCanonicalHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressHostAddress added in v0.5.0

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

SetLocalAddressAddressHostAddress adds the localAddressAddressHostAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressHostName added in v0.5.0

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

SetLocalAddressAddressHostName adds the localAddressAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressLinkLocalAddress added in v0.5.0

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

SetLocalAddressAddressLinkLocalAddress adds the localAddressAddressLinkLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressLoopbackAddress added in v0.5.0

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

SetLocalAddressAddressLoopbackAddress adds the localAddressAddressLoopbackAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMCGlobal added in v0.5.0

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

SetLocalAddressAddressMCGlobal adds the localAddressAddressMCGlobal to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMCLinkLocal added in v0.5.0

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

SetLocalAddressAddressMCLinkLocal adds the localAddressAddressMCLinkLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMCNodeLocal added in v0.5.0

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

SetLocalAddressAddressMCNodeLocal adds the localAddressAddressMCNodeLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMCOrgLocal added in v0.5.0

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

SetLocalAddressAddressMCOrgLocal adds the localAddressAddressMCOrgLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMCSiteLocal added in v0.5.0

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

SetLocalAddressAddressMCSiteLocal adds the localAddressAddressMCSiteLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressMulticastAddress added in v0.5.0

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

SetLocalAddressAddressMulticastAddress adds the localAddressAddressMulticastAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressAddressSiteLocalAddress added in v0.5.0

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

SetLocalAddressAddressSiteLocalAddress adds the localAddressAddressSiteLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressHostName added in v0.5.0

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

SetLocalAddressHostName adds the localAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressHostString added in v0.5.0

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

SetLocalAddressHostString adds the localAddressHostString to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressPort added in v0.5.0

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

SetLocalAddressPort adds the localAddressPort to the list using g e t 2 params

func (*ListUsingGET2Params) SetLocalAddressUnresolved added in v0.5.0

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

SetLocalAddressUnresolved adds the localAddressUnresolved to the list using g e t 2 params

func (*ListUsingGET2Params) SetOffset

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

SetOffset adds the offset to the list using g e t 2 params

func (*ListUsingGET2Params) SetPageNumber

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

SetPageNumber adds the pageNumber to the list using g e t 2 params

func (*ListUsingGET2Params) SetPageSize

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

SetPageSize adds the pageSize to the list using g e t 2 params

func (*ListUsingGET2Params) SetPaged

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

SetPaged adds the paged to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressAddress added in v0.5.0

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

SetRemoteAddressAddressAddress adds the remoteAddressAddressAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressAnyLocalAddress added in v0.5.0

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

SetRemoteAddressAddressAnyLocalAddress adds the remoteAddressAddressAnyLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressCanonicalHostName added in v0.5.0

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

SetRemoteAddressAddressCanonicalHostName adds the remoteAddressAddressCanonicalHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressHostAddress added in v0.5.0

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

SetRemoteAddressAddressHostAddress adds the remoteAddressAddressHostAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressHostName added in v0.5.0

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

SetRemoteAddressAddressHostName adds the remoteAddressAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressLinkLocalAddress added in v0.5.0

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

SetRemoteAddressAddressLinkLocalAddress adds the remoteAddressAddressLinkLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressLoopbackAddress added in v0.5.0

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

SetRemoteAddressAddressLoopbackAddress adds the remoteAddressAddressLoopbackAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMCGlobal added in v0.5.0

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

SetRemoteAddressAddressMCGlobal adds the remoteAddressAddressMCGlobal to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMCLinkLocal added in v0.5.0

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

SetRemoteAddressAddressMCLinkLocal adds the remoteAddressAddressMCLinkLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMCNodeLocal added in v0.5.0

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

SetRemoteAddressAddressMCNodeLocal adds the remoteAddressAddressMCNodeLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMCOrgLocal added in v0.5.0

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

SetRemoteAddressAddressMCOrgLocal adds the remoteAddressAddressMCOrgLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMCSiteLocal added in v0.5.0

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

SetRemoteAddressAddressMCSiteLocal adds the remoteAddressAddressMCSiteLocal to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressMulticastAddress added in v0.5.0

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

SetRemoteAddressAddressMulticastAddress adds the remoteAddressAddressMulticastAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressAddressSiteLocalAddress added in v0.5.0

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

SetRemoteAddressAddressSiteLocalAddress adds the remoteAddressAddressSiteLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressHostName added in v0.5.0

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

SetRemoteAddressHostName adds the remoteAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressHostString added in v0.5.0

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

SetRemoteAddressHostString adds the remoteAddressHostString to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressPort added in v0.5.0

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

SetRemoteAddressPort adds the remoteAddressPort to the list using g e t 2 params

func (*ListUsingGET2Params) SetRemoteAddressUnresolved added in v0.5.0

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

SetRemoteAddressUnresolved adds the remoteAddressUnresolved to the list using g e t 2 params

func (*ListUsingGET2Params) SetSortSorted

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

SetSortSorted adds the sortSorted to the list using g e t 2 params

func (*ListUsingGET2Params) SetSortUnsorted

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

SetSortUnsorted adds the sortUnsorted to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0BasicConstraints added in v0.5.0

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

SetSslInfoPeerCertificates0BasicConstraints adds the sslInfoPeerCertificates0BasicConstraints to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0Encoded added in v0.5.0

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

SetSslInfoPeerCertificates0Encoded adds the sslInfoPeerCertificates0Encoded to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

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

SetSslInfoPeerCertificates0ExtendedKeyUsage adds the sslInfoPeerCertificates0ExtendedKeyUsage to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0IssuerDNName added in v0.5.0

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

SetSslInfoPeerCertificates0IssuerDNName adds the sslInfoPeerCertificates0IssuerDNName to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

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

SetSslInfoPeerCertificates0IssuerUniqueID adds the sslInfoPeerCertificates0IssuerUniqueId to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

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

SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded adds the sslInfoPeerCertificates0IssuerX500PrincipalEncoded to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

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

SetSslInfoPeerCertificates0IssuerX500PrincipalName adds the sslInfoPeerCertificates0IssuerX500PrincipalName to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0KeyUsage added in v0.5.0

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

SetSslInfoPeerCertificates0KeyUsage adds the sslInfoPeerCertificates0KeyUsage to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0NotAfter added in v0.5.0

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

SetSslInfoPeerCertificates0NotAfter adds the sslInfoPeerCertificates0NotAfter to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0NotBefore added in v0.5.0

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

SetSslInfoPeerCertificates0NotBefore adds the sslInfoPeerCertificates0NotBefore to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SerialNumber added in v0.5.0

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

SetSslInfoPeerCertificates0SerialNumber adds the sslInfoPeerCertificates0SerialNumber to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SigAlgName added in v0.5.0

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

SetSslInfoPeerCertificates0SigAlgName adds the sslInfoPeerCertificates0SigAlgName to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SigAlgOID added in v0.5.0

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

SetSslInfoPeerCertificates0SigAlgOID adds the sslInfoPeerCertificates0SigAlgOId to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SigAlgParams added in v0.5.0

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

SetSslInfoPeerCertificates0SigAlgParams adds the sslInfoPeerCertificates0SigAlgParams to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0Signature added in v0.5.0

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

SetSslInfoPeerCertificates0Signature adds the sslInfoPeerCertificates0Signature to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SubjectDNName added in v0.5.0

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

SetSslInfoPeerCertificates0SubjectDNName adds the sslInfoPeerCertificates0SubjectDNName to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

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

SetSslInfoPeerCertificates0SubjectUniqueID adds the sslInfoPeerCertificates0SubjectUniqueId to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

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

SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded adds the sslInfoPeerCertificates0SubjectX500PrincipalEncoded to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

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

SetSslInfoPeerCertificates0SubjectX500PrincipalName adds the sslInfoPeerCertificates0SubjectX500PrincipalName to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0TBSCertificate added in v0.5.0

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

SetSslInfoPeerCertificates0TBSCertificate adds the sslInfoPeerCertificates0TBSCertificate to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0Type added in v0.5.0

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

SetSslInfoPeerCertificates0Type adds the sslInfoPeerCertificates0Type to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoPeerCertificates0Version added in v0.5.0

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

SetSslInfoPeerCertificates0Version adds the sslInfoPeerCertificates0Version to the list using g e t 2 params

func (*ListUsingGET2Params) SetSslInfoSessionID added in v0.5.0

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

SetSslInfoSessionID adds the sslInfoSessionId to the list using g e t 2 params

func (*ListUsingGET2Params) SetTimeout

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

SetTimeout adds the timeout to the list using g e t 2 params

func (*ListUsingGET2Params) SetUnpaged

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

SetUnpaged adds the unpaged to the list using g e t 2 params

func (*ListUsingGET2Params) WithContext

WithContext adds the context to the list using g e t 2 params

func (*ListUsingGET2Params) WithDefaults

func (o *ListUsingGET2Params) WithDefaults() *ListUsingGET2Params

WithDefaults hydrates default values in the list using g e t 2 params (not the query body).

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

func (*ListUsingGET2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list using g e t 2 params

func (*ListUsingGET2Params) WithID added in v0.5.0

WithID adds the id to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressAddress added in v0.5.0

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

WithLocalAddressAddressAddress adds the localAddressAddressAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressAnyLocalAddress added in v0.5.0

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

WithLocalAddressAddressAnyLocalAddress adds the localAddressAddressAnyLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressCanonicalHostName added in v0.5.0

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

WithLocalAddressAddressCanonicalHostName adds the localAddressAddressCanonicalHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressHostAddress added in v0.5.0

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

WithLocalAddressAddressHostAddress adds the localAddressAddressHostAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressHostName added in v0.5.0

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

WithLocalAddressAddressHostName adds the localAddressAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressLinkLocalAddress added in v0.5.0

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

WithLocalAddressAddressLinkLocalAddress adds the localAddressAddressLinkLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressLoopbackAddress added in v0.5.0

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

WithLocalAddressAddressLoopbackAddress adds the localAddressAddressLoopbackAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMCGlobal added in v0.5.0

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

WithLocalAddressAddressMCGlobal adds the localAddressAddressMCGlobal to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMCLinkLocal added in v0.5.0

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

WithLocalAddressAddressMCLinkLocal adds the localAddressAddressMCLinkLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMCNodeLocal added in v0.5.0

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

WithLocalAddressAddressMCNodeLocal adds the localAddressAddressMCNodeLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMCOrgLocal added in v0.5.0

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

WithLocalAddressAddressMCOrgLocal adds the localAddressAddressMCOrgLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMCSiteLocal added in v0.5.0

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

WithLocalAddressAddressMCSiteLocal adds the localAddressAddressMCSiteLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressMulticastAddress added in v0.5.0

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

WithLocalAddressAddressMulticastAddress adds the localAddressAddressMulticastAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressAddressSiteLocalAddress added in v0.5.0

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

WithLocalAddressAddressSiteLocalAddress adds the localAddressAddressSiteLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressHostName added in v0.5.0

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

WithLocalAddressHostName adds the localAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressHostString added in v0.5.0

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

WithLocalAddressHostString adds the localAddressHostString to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressPort added in v0.5.0

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

WithLocalAddressPort adds the localAddressPort to the list using g e t 2 params

func (*ListUsingGET2Params) WithLocalAddressUnresolved added in v0.5.0

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

WithLocalAddressUnresolved adds the localAddressUnresolved to the list using g e t 2 params

func (*ListUsingGET2Params) WithOffset

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

WithOffset adds the offset to the list using g e t 2 params

func (*ListUsingGET2Params) WithPageNumber

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

WithPageNumber adds the pageNumber to the list using g e t 2 params

func (*ListUsingGET2Params) WithPageSize

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

WithPageSize adds the pageSize to the list using g e t 2 params

func (*ListUsingGET2Params) WithPaged

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

WithPaged adds the paged to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressAddress added in v0.5.0

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

WithRemoteAddressAddressAddress adds the remoteAddressAddressAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressAnyLocalAddress added in v0.5.0

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

WithRemoteAddressAddressAnyLocalAddress adds the remoteAddressAddressAnyLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressCanonicalHostName added in v0.5.0

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

WithRemoteAddressAddressCanonicalHostName adds the remoteAddressAddressCanonicalHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressHostAddress added in v0.5.0

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

WithRemoteAddressAddressHostAddress adds the remoteAddressAddressHostAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressHostName added in v0.5.0

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

WithRemoteAddressAddressHostName adds the remoteAddressAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressLinkLocalAddress added in v0.5.0

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

WithRemoteAddressAddressLinkLocalAddress adds the remoteAddressAddressLinkLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressLoopbackAddress added in v0.5.0

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

WithRemoteAddressAddressLoopbackAddress adds the remoteAddressAddressLoopbackAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMCGlobal added in v0.5.0

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

WithRemoteAddressAddressMCGlobal adds the remoteAddressAddressMCGlobal to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMCLinkLocal added in v0.5.0

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

WithRemoteAddressAddressMCLinkLocal adds the remoteAddressAddressMCLinkLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMCNodeLocal added in v0.5.0

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

WithRemoteAddressAddressMCNodeLocal adds the remoteAddressAddressMCNodeLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMCOrgLocal added in v0.5.0

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

WithRemoteAddressAddressMCOrgLocal adds the remoteAddressAddressMCOrgLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMCSiteLocal added in v0.5.0

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

WithRemoteAddressAddressMCSiteLocal adds the remoteAddressAddressMCSiteLocal to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressMulticastAddress added in v0.5.0

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

WithRemoteAddressAddressMulticastAddress adds the remoteAddressAddressMulticastAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressAddressSiteLocalAddress added in v0.5.0

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

WithRemoteAddressAddressSiteLocalAddress adds the remoteAddressAddressSiteLocalAddress to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressHostName added in v0.5.0

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

WithRemoteAddressHostName adds the remoteAddressHostName to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressHostString added in v0.5.0

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

WithRemoteAddressHostString adds the remoteAddressHostString to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressPort added in v0.5.0

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

WithRemoteAddressPort adds the remoteAddressPort to the list using g e t 2 params

func (*ListUsingGET2Params) WithRemoteAddressUnresolved added in v0.5.0

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

WithRemoteAddressUnresolved adds the remoteAddressUnresolved to the list using g e t 2 params

func (*ListUsingGET2Params) WithSortSorted

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

WithSortSorted adds the sortSorted to the list using g e t 2 params

func (*ListUsingGET2Params) WithSortUnsorted

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

WithSortUnsorted adds the sortUnsorted to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0BasicConstraints added in v0.5.0

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

WithSslInfoPeerCertificates0BasicConstraints adds the sslInfoPeerCertificates0BasicConstraints to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0Encoded added in v0.5.0

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

WithSslInfoPeerCertificates0Encoded adds the sslInfoPeerCertificates0Encoded to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

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

WithSslInfoPeerCertificates0ExtendedKeyUsage adds the sslInfoPeerCertificates0ExtendedKeyUsage to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0IssuerDNName added in v0.5.0

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

WithSslInfoPeerCertificates0IssuerDNName adds the sslInfoPeerCertificates0IssuerDNName to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

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

WithSslInfoPeerCertificates0IssuerUniqueID adds the sslInfoPeerCertificates0IssuerUniqueID to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

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

WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded adds the sslInfoPeerCertificates0IssuerX500PrincipalEncoded to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

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

WithSslInfoPeerCertificates0IssuerX500PrincipalName adds the sslInfoPeerCertificates0IssuerX500PrincipalName to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0KeyUsage added in v0.5.0

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

WithSslInfoPeerCertificates0KeyUsage adds the sslInfoPeerCertificates0KeyUsage to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0NotAfter added in v0.5.0

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

WithSslInfoPeerCertificates0NotAfter adds the sslInfoPeerCertificates0NotAfter to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0NotBefore added in v0.5.0

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

WithSslInfoPeerCertificates0NotBefore adds the sslInfoPeerCertificates0NotBefore to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SerialNumber added in v0.5.0

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

WithSslInfoPeerCertificates0SerialNumber adds the sslInfoPeerCertificates0SerialNumber to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SigAlgName added in v0.5.0

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

WithSslInfoPeerCertificates0SigAlgName adds the sslInfoPeerCertificates0SigAlgName to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SigAlgOID added in v0.5.0

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

WithSslInfoPeerCertificates0SigAlgOID adds the sslInfoPeerCertificates0SigAlgOID to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SigAlgParams added in v0.5.0

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

WithSslInfoPeerCertificates0SigAlgParams adds the sslInfoPeerCertificates0SigAlgParams to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0Signature added in v0.5.0

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

WithSslInfoPeerCertificates0Signature adds the sslInfoPeerCertificates0Signature to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SubjectDNName added in v0.5.0

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

WithSslInfoPeerCertificates0SubjectDNName adds the sslInfoPeerCertificates0SubjectDNName to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

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

WithSslInfoPeerCertificates0SubjectUniqueID adds the sslInfoPeerCertificates0SubjectUniqueID to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

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

WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded adds the sslInfoPeerCertificates0SubjectX500PrincipalEncoded to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

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

WithSslInfoPeerCertificates0SubjectX500PrincipalName adds the sslInfoPeerCertificates0SubjectX500PrincipalName to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0TBSCertificate added in v0.5.0

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

WithSslInfoPeerCertificates0TBSCertificate adds the sslInfoPeerCertificates0TBSCertificate to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0Type added in v0.5.0

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

WithSslInfoPeerCertificates0Type adds the sslInfoPeerCertificates0Type to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoPeerCertificates0Version added in v0.5.0

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

WithSslInfoPeerCertificates0Version adds the sslInfoPeerCertificates0Version to the list using g e t 2 params

func (*ListUsingGET2Params) WithSslInfoSessionID added in v0.5.0

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

WithSslInfoSessionID adds the sslInfoSessionID to the list using g e t 2 params

func (*ListUsingGET2Params) WithTimeout

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

WithTimeout adds the timeout to the list using g e t 2 params

func (*ListUsingGET2Params) WithUnpaged

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

WithUnpaged adds the unpaged to the list using g e t 2 params

func (*ListUsingGET2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListUsingGET2Reader

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

ListUsingGET2Reader is a Reader for the ListUsingGET2 structure.

func (*ListUsingGET2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterUsingPUTForbidden added in v0.5.0

type RegisterUsingPUTForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewRegisterUsingPUTForbidden added in v0.5.0

func NewRegisterUsingPUTForbidden() *RegisterUsingPUTForbidden

NewRegisterUsingPUTForbidden creates a RegisterUsingPUTForbidden with default headers values

func (*RegisterUsingPUTForbidden) Error added in v0.5.0

func (o *RegisterUsingPUTForbidden) Error() string

func (*RegisterUsingPUTForbidden) IsClientError added in v0.5.0

func (o *RegisterUsingPUTForbidden) IsClientError() bool

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

func (*RegisterUsingPUTForbidden) IsCode added in v0.5.0

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

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

func (*RegisterUsingPUTForbidden) IsRedirect added in v0.5.0

func (o *RegisterUsingPUTForbidden) IsRedirect() bool

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

func (*RegisterUsingPUTForbidden) IsServerError added in v0.5.0

func (o *RegisterUsingPUTForbidden) IsServerError() bool

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

func (*RegisterUsingPUTForbidden) IsSuccess added in v0.5.0

func (o *RegisterUsingPUTForbidden) IsSuccess() bool

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

func (*RegisterUsingPUTForbidden) String added in v0.5.0

func (o *RegisterUsingPUTForbidden) String() string

type RegisterUsingPUTOK

type RegisterUsingPUTOK struct {
	Payload *models.K8SNamespace
}

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

OK

func NewRegisterUsingPUTOK

func NewRegisterUsingPUTOK() *RegisterUsingPUTOK

NewRegisterUsingPUTOK creates a RegisterUsingPUTOK with default headers values

func (*RegisterUsingPUTOK) Error

func (o *RegisterUsingPUTOK) Error() string

func (*RegisterUsingPUTOK) GetPayload

func (o *RegisterUsingPUTOK) GetPayload() *models.K8SNamespace

func (*RegisterUsingPUTOK) IsClientError added in v0.5.0

func (o *RegisterUsingPUTOK) IsClientError() bool

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

func (*RegisterUsingPUTOK) IsCode added in v0.5.0

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

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

func (*RegisterUsingPUTOK) IsRedirect added in v0.5.0

func (o *RegisterUsingPUTOK) IsRedirect() bool

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

func (*RegisterUsingPUTOK) IsServerError added in v0.5.0

func (o *RegisterUsingPUTOK) IsServerError() bool

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

func (*RegisterUsingPUTOK) IsSuccess added in v0.5.0

func (o *RegisterUsingPUTOK) IsSuccess() bool

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

func (*RegisterUsingPUTOK) String added in v0.5.0

func (o *RegisterUsingPUTOK) String() string

type RegisterUsingPUTParams

type RegisterUsingPUTParams struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

	/* NamespaceState.

	   namespaceState
	*/
	NamespaceState *models.K8SNamespace

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

RegisterUsingPUTParams contains all the parameters to send to the API endpoint

for the register using p u t operation.

Typically these are written to a http.Request.

func NewRegisterUsingPUTParams

func NewRegisterUsingPUTParams() *RegisterUsingPUTParams

NewRegisterUsingPUTParams creates a new RegisterUsingPUTParams 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 NewRegisterUsingPUTParamsWithContext

func NewRegisterUsingPUTParamsWithContext(ctx context.Context) *RegisterUsingPUTParams

NewRegisterUsingPUTParamsWithContext creates a new RegisterUsingPUTParams object with the ability to set a context for a request.

func NewRegisterUsingPUTParamsWithHTTPClient

func NewRegisterUsingPUTParamsWithHTTPClient(client *http.Client) *RegisterUsingPUTParams

NewRegisterUsingPUTParamsWithHTTPClient creates a new RegisterUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewRegisterUsingPUTParamsWithTimeout

func NewRegisterUsingPUTParamsWithTimeout(timeout time.Duration) *RegisterUsingPUTParams

NewRegisterUsingPUTParamsWithTimeout creates a new RegisterUsingPUTParams object with the ability to set a timeout on a request.

func (*RegisterUsingPUTParams) SetContext

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

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

func (*RegisterUsingPUTParams) SetDefaults

func (o *RegisterUsingPUTParams) SetDefaults()

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

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

func (*RegisterUsingPUTParams) SetHTTPClient

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

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

func (*RegisterUsingPUTParams) SetID

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

SetID adds the id to the register using p u t params

func (*RegisterUsingPUTParams) SetNamespaceState

func (o *RegisterUsingPUTParams) SetNamespaceState(namespaceState *models.K8SNamespace)

SetNamespaceState adds the namespaceState to the register using p u t params

func (*RegisterUsingPUTParams) SetTimeout

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

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

func (*RegisterUsingPUTParams) WithContext

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

func (*RegisterUsingPUTParams) WithDefaults

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

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

func (*RegisterUsingPUTParams) WithHTTPClient

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

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

func (*RegisterUsingPUTParams) WithID

WithID adds the id to the register using p u t params

func (*RegisterUsingPUTParams) WithNamespaceState

func (o *RegisterUsingPUTParams) WithNamespaceState(namespaceState *models.K8SNamespace) *RegisterUsingPUTParams

WithNamespaceState adds the namespaceState to the register using p u t params

func (*RegisterUsingPUTParams) WithTimeout

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

func (*RegisterUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegisterUsingPUTReader

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

RegisterUsingPUTReader is a Reader for the RegisterUsingPUT structure.

func (*RegisterUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPUT2Forbidden added in v0.5.0

type UpdateUsingPUT2Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewUpdateUsingPUT2Forbidden added in v0.5.0

func NewUpdateUsingPUT2Forbidden() *UpdateUsingPUT2Forbidden

NewUpdateUsingPUT2Forbidden creates a UpdateUsingPUT2Forbidden with default headers values

func (*UpdateUsingPUT2Forbidden) Error added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) Error() string

func (*UpdateUsingPUT2Forbidden) IsClientError added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) IsClientError() bool

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

func (*UpdateUsingPUT2Forbidden) IsCode added in v0.5.0

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

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

func (*UpdateUsingPUT2Forbidden) IsRedirect added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) IsRedirect() bool

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

func (*UpdateUsingPUT2Forbidden) IsServerError added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) IsServerError() bool

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

func (*UpdateUsingPUT2Forbidden) IsSuccess added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) IsSuccess() bool

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

func (*UpdateUsingPUT2Forbidden) String added in v0.5.0

func (o *UpdateUsingPUT2Forbidden) String() string

type UpdateUsingPUT2OK

type UpdateUsingPUT2OK struct {
	Payload *models.K8SNamespace
}

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

OK

func NewUpdateUsingPUT2OK

func NewUpdateUsingPUT2OK() *UpdateUsingPUT2OK

NewUpdateUsingPUT2OK creates a UpdateUsingPUT2OK with default headers values

func (*UpdateUsingPUT2OK) Error

func (o *UpdateUsingPUT2OK) Error() string

func (*UpdateUsingPUT2OK) GetPayload

func (o *UpdateUsingPUT2OK) GetPayload() *models.K8SNamespace

func (*UpdateUsingPUT2OK) IsClientError added in v0.5.0

func (o *UpdateUsingPUT2OK) IsClientError() bool

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

func (*UpdateUsingPUT2OK) IsCode added in v0.5.0

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

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

func (*UpdateUsingPUT2OK) IsRedirect added in v0.5.0

func (o *UpdateUsingPUT2OK) IsRedirect() bool

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

func (*UpdateUsingPUT2OK) IsServerError added in v0.5.0

func (o *UpdateUsingPUT2OK) IsServerError() bool

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

func (*UpdateUsingPUT2OK) IsSuccess added in v0.5.0

func (o *UpdateUsingPUT2OK) IsSuccess() bool

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

func (*UpdateUsingPUT2OK) String added in v0.5.0

func (o *UpdateUsingPUT2OK) String() string

type UpdateUsingPUT2Params

type UpdateUsingPUT2Params struct {

	/* ID.

	   id

	   Format: uuid
	*/
	ID strfmt.UUID

	/* Namespace.

	   namespace
	*/
	Namespace *models.K8SNamespace

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

UpdateUsingPUT2Params contains all the parameters to send to the API endpoint

for the update using p u t 2 operation.

Typically these are written to a http.Request.

func NewUpdateUsingPUT2Params

func NewUpdateUsingPUT2Params() *UpdateUsingPUT2Params

NewUpdateUsingPUT2Params creates a new UpdateUsingPUT2Params 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 NewUpdateUsingPUT2ParamsWithContext

func NewUpdateUsingPUT2ParamsWithContext(ctx context.Context) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithContext creates a new UpdateUsingPUT2Params object with the ability to set a context for a request.

func NewUpdateUsingPUT2ParamsWithHTTPClient

func NewUpdateUsingPUT2ParamsWithHTTPClient(client *http.Client) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithHTTPClient creates a new UpdateUsingPUT2Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPUT2ParamsWithTimeout

func NewUpdateUsingPUT2ParamsWithTimeout(timeout time.Duration) *UpdateUsingPUT2Params

NewUpdateUsingPUT2ParamsWithTimeout creates a new UpdateUsingPUT2Params object with the ability to set a timeout on a request.

func (*UpdateUsingPUT2Params) SetContext

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

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

func (*UpdateUsingPUT2Params) SetDefaults

func (o *UpdateUsingPUT2Params) SetDefaults()

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

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

func (*UpdateUsingPUT2Params) SetHTTPClient

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

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

func (*UpdateUsingPUT2Params) SetID

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

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

func (*UpdateUsingPUT2Params) SetNamespace

func (o *UpdateUsingPUT2Params) SetNamespace(namespace *models.K8SNamespace)

SetNamespace adds the namespace to the update using p u t 2 params

func (*UpdateUsingPUT2Params) SetTimeout

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

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

func (*UpdateUsingPUT2Params) WithContext

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

func (*UpdateUsingPUT2Params) WithDefaults

func (o *UpdateUsingPUT2Params) WithDefaults() *UpdateUsingPUT2Params

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

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

func (*UpdateUsingPUT2Params) WithHTTPClient

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

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

func (*UpdateUsingPUT2Params) WithID

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

func (*UpdateUsingPUT2Params) WithNamespace

func (o *UpdateUsingPUT2Params) WithNamespace(namespace *models.K8SNamespace) *UpdateUsingPUT2Params

WithNamespace adds the namespace to the update using p u t 2 params

func (*UpdateUsingPUT2Params) WithTimeout

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

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

func (*UpdateUsingPUT2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateUsingPUT2Reader

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

UpdateUsingPUT2Reader is a Reader for the UpdateUsingPUT2 structure.

func (*UpdateUsingPUT2Reader) ReadResponse

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