supervisor_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 supervisor namespaces API

func (*Client) CreateUsingPOST2

func (a *Client) CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)

CreateUsingPOST2 creates supervisor namespace

Create Supervisor Namespace

func (*Client) DeleteUsingDELETE2

func (a *Client) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)

DeleteUsingDELETE2 makes not managed a supervisor namespace and optionally delete it

Make not managed a Supervisor Namespace and delete it from cluster if destroy parameter is true

func (*Client) GetNamespaceQuotasUsingGET

func (a *Client) GetNamespaceQuotasUsingGET(params *GetNamespaceQuotasUsingGETParams, opts ...ClientOption) (*GetNamespaceQuotasUsingGETOK, error)

GetNamespaceQuotasUsingGET gets supervisor namespace quotas by the id from document self link

Retrieve a Supervisor Namespace Quota by id from documentSelfLink

func (*Client) GetNamespaceUsingGET

func (a *Client) GetNamespaceUsingGET(params *GetNamespaceUsingGETParams, opts ...ClientOption) (*GetNamespaceUsingGETOK, error)

GetNamespaceUsingGET finds a supervisor namespace by the id from document self link

Retrieve a Supervisor Namespace by id from documentSelfLink

func (*Client) ListUsingGET5

func (a *Client) ListUsingGET5(params *ListUsingGET5Params, opts ...ClientOption) (*ListUsingGET5OK, error)

ListUsingGET5 gets all supervisor namespaces

Get all Supervisor Namespaces

func (*Client) RegisterUsingPUT2

func (a *Client) RegisterUsingPUT2(params *RegisterUsingPUT2Params, opts ...ClientOption) (*RegisterUsingPUT2OK, error)

RegisterUsingPUT2 makes a supervisor namespace a managed entity

The body shall contain valid projectId, DocumentSelfLink and list of viewer and editor user and groups.

func (*Client) SetNamespaceQuotasUsingPUT

func (a *Client) SetNamespaceQuotasUsingPUT(params *SetNamespaceQuotasUsingPUTParams, opts ...ClientOption) (*SetNamespaceQuotasUsingPUTOK, error)

SetNamespaceQuotasUsingPUT sets supervisor namespace quotas by the id from document self link

Set a Supervisor Namespace Quota by id from documentSelfLink

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncStatusUsingGET

func (a *Client) SyncStatusUsingGET(params *SyncStatusUsingGETParams, opts ...ClientOption) (*SyncStatusUsingGETOK, error)

SyncStatusUsingGET retrieves sync status

Retrieve sync status.

func (*Client) SyncUsingPOST

func (a *Client) SyncUsingPOST(params *SyncUsingPOSTParams, opts ...ClientOption) (*SyncUsingPOSTOK, error)

SyncUsingPOST syncs supervisor namespace principals access list

The body shall contain list of viewer and editor user and groups.

func (*Client) UpdateUsingPATCH added in v0.5.0

func (a *Client) UpdateUsingPATCH(params *UpdateUsingPATCHParams, opts ...ClientOption) (*UpdateUsingPATCHOK, error)

UpdateUsingPATCH updates supervisor namespace

Update Supervisor Namespace

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)

	DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)

	GetNamespaceQuotasUsingGET(params *GetNamespaceQuotasUsingGETParams, opts ...ClientOption) (*GetNamespaceQuotasUsingGETOK, error)

	GetNamespaceUsingGET(params *GetNamespaceUsingGETParams, opts ...ClientOption) (*GetNamespaceUsingGETOK, error)

	ListUsingGET5(params *ListUsingGET5Params, opts ...ClientOption) (*ListUsingGET5OK, error)

	RegisterUsingPUT2(params *RegisterUsingPUT2Params, opts ...ClientOption) (*RegisterUsingPUT2OK, error)

	SetNamespaceQuotasUsingPUT(params *SetNamespaceQuotasUsingPUTParams, opts ...ClientOption) (*SetNamespaceQuotasUsingPUTOK, error)

	SyncStatusUsingGET(params *SyncStatusUsingGETParams, opts ...ClientOption) (*SyncStatusUsingGETOK, error)

	SyncUsingPOST(params *SyncUsingPOSTParams, opts ...ClientOption) (*SyncUsingPOSTOK, error)

	UpdateUsingPATCH(params *UpdateUsingPATCHParams, opts ...ClientOption) (*UpdateUsingPATCHOK, 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 supervisor namespaces API client.

type CreateUsingPOST2Forbidden added in v0.5.0

type CreateUsingPOST2Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewCreateUsingPOST2Forbidden added in v0.5.0

func NewCreateUsingPOST2Forbidden() *CreateUsingPOST2Forbidden

NewCreateUsingPOST2Forbidden creates a CreateUsingPOST2Forbidden with default headers values

func (*CreateUsingPOST2Forbidden) Error added in v0.5.0

func (o *CreateUsingPOST2Forbidden) Error() string

func (*CreateUsingPOST2Forbidden) IsClientError added in v0.5.0

func (o *CreateUsingPOST2Forbidden) IsClientError() bool

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

func (*CreateUsingPOST2Forbidden) IsCode added in v0.5.0

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

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

func (*CreateUsingPOST2Forbidden) IsRedirect added in v0.5.0

func (o *CreateUsingPOST2Forbidden) IsRedirect() bool

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

func (*CreateUsingPOST2Forbidden) IsServerError added in v0.5.0

func (o *CreateUsingPOST2Forbidden) IsServerError() bool

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

func (*CreateUsingPOST2Forbidden) IsSuccess added in v0.5.0

func (o *CreateUsingPOST2Forbidden) IsSuccess() bool

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

func (*CreateUsingPOST2Forbidden) String added in v0.5.0

func (o *CreateUsingPOST2Forbidden) String() string

type CreateUsingPOST2OK

type CreateUsingPOST2OK struct {
	Payload *models.SupervisorNamespace
}

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

OK

func NewCreateUsingPOST2OK

func NewCreateUsingPOST2OK() *CreateUsingPOST2OK

NewCreateUsingPOST2OK creates a CreateUsingPOST2OK with default headers values

func (*CreateUsingPOST2OK) Error

func (o *CreateUsingPOST2OK) Error() string

func (*CreateUsingPOST2OK) GetPayload

func (*CreateUsingPOST2OK) IsClientError added in v0.5.0

func (o *CreateUsingPOST2OK) IsClientError() bool

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

func (*CreateUsingPOST2OK) IsCode added in v0.5.0

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

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

func (*CreateUsingPOST2OK) IsRedirect added in v0.5.0

func (o *CreateUsingPOST2OK) IsRedirect() bool

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

func (*CreateUsingPOST2OK) IsServerError added in v0.5.0

func (o *CreateUsingPOST2OK) IsServerError() bool

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

func (*CreateUsingPOST2OK) IsSuccess added in v0.5.0

func (o *CreateUsingPOST2OK) IsSuccess() bool

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

func (*CreateUsingPOST2OK) String added in v0.5.0

func (o *CreateUsingPOST2OK) String() string

type CreateUsingPOST2Params

type CreateUsingPOST2Params struct {

	/* Dto.

	   dto
	*/
	Dto *models.SupervisorNamespaceCreateDTO

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

CreateUsingPOST2Params contains all the parameters to send to the API endpoint

for the create using p o s t 2 operation.

Typically these are written to a http.Request.

func NewCreateUsingPOST2Params

func NewCreateUsingPOST2Params() *CreateUsingPOST2Params

NewCreateUsingPOST2Params creates a new CreateUsingPOST2Params 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 NewCreateUsingPOST2ParamsWithContext

func NewCreateUsingPOST2ParamsWithContext(ctx context.Context) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithContext creates a new CreateUsingPOST2Params object with the ability to set a context for a request.

func NewCreateUsingPOST2ParamsWithHTTPClient

func NewCreateUsingPOST2ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithHTTPClient creates a new CreateUsingPOST2Params object with the ability to set a custom HTTPClient for a request.

func NewCreateUsingPOST2ParamsWithTimeout

func NewCreateUsingPOST2ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST2Params

NewCreateUsingPOST2ParamsWithTimeout creates a new CreateUsingPOST2Params object with the ability to set a timeout on a request.

func (*CreateUsingPOST2Params) SetContext

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

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

func (*CreateUsingPOST2Params) SetDefaults

func (o *CreateUsingPOST2Params) SetDefaults()

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

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

func (*CreateUsingPOST2Params) SetDto

SetDto adds the dto to the create using p o s t 2 params

func (*CreateUsingPOST2Params) SetHTTPClient

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

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

func (*CreateUsingPOST2Params) SetTimeout

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

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

func (*CreateUsingPOST2Params) WithContext

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

func (*CreateUsingPOST2Params) WithDefaults

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

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

func (*CreateUsingPOST2Params) WithDto

WithDto adds the dto to the create using p o s t 2 params

func (*CreateUsingPOST2Params) WithHTTPClient

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

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

func (*CreateUsingPOST2Params) WithTimeout

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

func (*CreateUsingPOST2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateUsingPOST2Reader

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

CreateUsingPOST2Reader is a Reader for the CreateUsingPOST2 structure.

func (*CreateUsingPOST2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUsingDELETE2Forbidden added in v0.5.0

type DeleteUsingDELETE2Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewDeleteUsingDELETE2Forbidden added in v0.5.0

func NewDeleteUsingDELETE2Forbidden() *DeleteUsingDELETE2Forbidden

NewDeleteUsingDELETE2Forbidden creates a DeleteUsingDELETE2Forbidden with default headers values

func (*DeleteUsingDELETE2Forbidden) Error added in v0.5.0

func (*DeleteUsingDELETE2Forbidden) IsClientError added in v0.5.0

func (o *DeleteUsingDELETE2Forbidden) IsClientError() bool

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

func (*DeleteUsingDELETE2Forbidden) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETE2Forbidden) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETE2Forbidden) IsRedirect() bool

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

func (*DeleteUsingDELETE2Forbidden) IsServerError added in v0.5.0

func (o *DeleteUsingDELETE2Forbidden) IsServerError() bool

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

func (*DeleteUsingDELETE2Forbidden) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETE2Forbidden) IsSuccess() bool

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

func (*DeleteUsingDELETE2Forbidden) String added in v0.5.0

func (o *DeleteUsingDELETE2Forbidden) String() string

type DeleteUsingDELETE2OK

type DeleteUsingDELETE2OK struct {
}

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

OK

func NewDeleteUsingDELETE2OK

func NewDeleteUsingDELETE2OK() *DeleteUsingDELETE2OK

NewDeleteUsingDELETE2OK creates a DeleteUsingDELETE2OK with default headers values

func (*DeleteUsingDELETE2OK) Error

func (o *DeleteUsingDELETE2OK) Error() string

func (*DeleteUsingDELETE2OK) IsClientError added in v0.5.0

func (o *DeleteUsingDELETE2OK) IsClientError() bool

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

func (*DeleteUsingDELETE2OK) IsCode added in v0.5.0

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

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

func (*DeleteUsingDELETE2OK) IsRedirect added in v0.5.0

func (o *DeleteUsingDELETE2OK) IsRedirect() bool

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

func (*DeleteUsingDELETE2OK) IsServerError added in v0.5.0

func (o *DeleteUsingDELETE2OK) IsServerError() bool

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

func (*DeleteUsingDELETE2OK) IsSuccess added in v0.5.0

func (o *DeleteUsingDELETE2OK) IsSuccess() bool

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

func (*DeleteUsingDELETE2OK) String added in v0.5.0

func (o *DeleteUsingDELETE2OK) String() string

type DeleteUsingDELETE2Params

type DeleteUsingDELETE2Params struct {

	/* Destroy.

	   destroy
	*/
	Destroy *bool

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

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

DeleteUsingDELETE2Params contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewDeleteUsingDELETE2Params

func NewDeleteUsingDELETE2Params() *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2Params creates a new DeleteUsingDELETE2Params 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 NewDeleteUsingDELETE2ParamsWithContext

func NewDeleteUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithContext creates a new DeleteUsingDELETE2Params object with the ability to set a context for a request.

func NewDeleteUsingDELETE2ParamsWithHTTPClient

func NewDeleteUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithHTTPClient creates a new DeleteUsingDELETE2Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsingDELETE2ParamsWithTimeout

func NewDeleteUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params

NewDeleteUsingDELETE2ParamsWithTimeout creates a new DeleteUsingDELETE2Params object with the ability to set a timeout on a request.

func (*DeleteUsingDELETE2Params) SetContext

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

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

func (*DeleteUsingDELETE2Params) SetDefaults

func (o *DeleteUsingDELETE2Params) SetDefaults()

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

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

func (*DeleteUsingDELETE2Params) SetDestroy

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

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

func (*DeleteUsingDELETE2Params) SetHTTPClient

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

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

func (*DeleteUsingDELETE2Params) SetSelfLinkID

func (o *DeleteUsingDELETE2Params) SetSelfLinkID(selfLinkID string)

SetSelfLinkID adds the selfLinkId to the delete using d e l e t e 2 params

func (*DeleteUsingDELETE2Params) SetTimeout

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

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

func (*DeleteUsingDELETE2Params) WithContext

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

func (*DeleteUsingDELETE2Params) WithDefaults

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

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

func (*DeleteUsingDELETE2Params) WithDestroy

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

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

func (*DeleteUsingDELETE2Params) WithHTTPClient

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

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

func (*DeleteUsingDELETE2Params) WithSelfLinkID

func (o *DeleteUsingDELETE2Params) WithSelfLinkID(selfLinkID string) *DeleteUsingDELETE2Params

WithSelfLinkID adds the selfLinkID to the delete using d e l e t e 2 params

func (*DeleteUsingDELETE2Params) WithTimeout

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

func (*DeleteUsingDELETE2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUsingDELETE2Reader

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

DeleteUsingDELETE2Reader is a Reader for the DeleteUsingDELETE2 structure.

func (*DeleteUsingDELETE2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNamespaceQuotasUsingGETForbidden added in v0.5.0

type GetNamespaceQuotasUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewGetNamespaceQuotasUsingGETForbidden added in v0.5.0

func NewGetNamespaceQuotasUsingGETForbidden() *GetNamespaceQuotasUsingGETForbidden

NewGetNamespaceQuotasUsingGETForbidden creates a GetNamespaceQuotasUsingGETForbidden with default headers values

func (*GetNamespaceQuotasUsingGETForbidden) Error added in v0.5.0

func (*GetNamespaceQuotasUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetNamespaceQuotasUsingGETForbidden) IsClientError() bool

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

func (*GetNamespaceQuotasUsingGETForbidden) IsCode added in v0.5.0

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

func (*GetNamespaceQuotasUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetNamespaceQuotasUsingGETForbidden) IsRedirect() bool

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

func (*GetNamespaceQuotasUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetNamespaceQuotasUsingGETForbidden) IsServerError() bool

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

func (*GetNamespaceQuotasUsingGETForbidden) IsSuccess added in v0.5.0

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

func (*GetNamespaceQuotasUsingGETForbidden) String added in v0.5.0

type GetNamespaceQuotasUsingGETOK

type GetNamespaceQuotasUsingGETOK struct {
	Payload []*models.SupervisorNamespaceQuota
}

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

OK

func NewGetNamespaceQuotasUsingGETOK

func NewGetNamespaceQuotasUsingGETOK() *GetNamespaceQuotasUsingGETOK

NewGetNamespaceQuotasUsingGETOK creates a GetNamespaceQuotasUsingGETOK with default headers values

func (*GetNamespaceQuotasUsingGETOK) Error

func (*GetNamespaceQuotasUsingGETOK) GetPayload

func (*GetNamespaceQuotasUsingGETOK) IsClientError added in v0.5.0

func (o *GetNamespaceQuotasUsingGETOK) IsClientError() bool

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

func (*GetNamespaceQuotasUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetNamespaceQuotasUsingGETOK) IsRedirect added in v0.5.0

func (o *GetNamespaceQuotasUsingGETOK) IsRedirect() bool

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

func (*GetNamespaceQuotasUsingGETOK) IsServerError added in v0.5.0

func (o *GetNamespaceQuotasUsingGETOK) IsServerError() bool

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

func (*GetNamespaceQuotasUsingGETOK) IsSuccess added in v0.5.0

func (o *GetNamespaceQuotasUsingGETOK) IsSuccess() bool

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

func (*GetNamespaceQuotasUsingGETOK) String added in v0.5.0

type GetNamespaceQuotasUsingGETParams

type GetNamespaceQuotasUsingGETParams struct {

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

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

GetNamespaceQuotasUsingGETParams contains all the parameters to send to the API endpoint

for the get namespace quotas using g e t operation.

Typically these are written to a http.Request.

func NewGetNamespaceQuotasUsingGETParams

func NewGetNamespaceQuotasUsingGETParams() *GetNamespaceQuotasUsingGETParams

NewGetNamespaceQuotasUsingGETParams creates a new GetNamespaceQuotasUsingGETParams 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 NewGetNamespaceQuotasUsingGETParamsWithContext

func NewGetNamespaceQuotasUsingGETParamsWithContext(ctx context.Context) *GetNamespaceQuotasUsingGETParams

NewGetNamespaceQuotasUsingGETParamsWithContext creates a new GetNamespaceQuotasUsingGETParams object with the ability to set a context for a request.

func NewGetNamespaceQuotasUsingGETParamsWithHTTPClient

func NewGetNamespaceQuotasUsingGETParamsWithHTTPClient(client *http.Client) *GetNamespaceQuotasUsingGETParams

NewGetNamespaceQuotasUsingGETParamsWithHTTPClient creates a new GetNamespaceQuotasUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetNamespaceQuotasUsingGETParamsWithTimeout

func NewGetNamespaceQuotasUsingGETParamsWithTimeout(timeout time.Duration) *GetNamespaceQuotasUsingGETParams

NewGetNamespaceQuotasUsingGETParamsWithTimeout creates a new GetNamespaceQuotasUsingGETParams object with the ability to set a timeout on a request.

func (*GetNamespaceQuotasUsingGETParams) SetContext

SetContext adds the context to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) SetDefaults

func (o *GetNamespaceQuotasUsingGETParams) SetDefaults()

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

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

func (*GetNamespaceQuotasUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) SetSelfLinkID

func (o *GetNamespaceQuotasUsingGETParams) SetSelfLinkID(selfLinkID string)

SetSelfLinkID adds the selfLinkId to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) WithContext

WithContext adds the context to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) WithDefaults

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

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

func (*GetNamespaceQuotasUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) WithSelfLinkID

WithSelfLinkID adds the selfLinkID to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get namespace quotas using get params

func (*GetNamespaceQuotasUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNamespaceQuotasUsingGETReader

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

GetNamespaceQuotasUsingGETReader is a Reader for the GetNamespaceQuotasUsingGET structure.

func (*GetNamespaceQuotasUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNamespaceUsingGETForbidden added in v0.5.0

type GetNamespaceUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewGetNamespaceUsingGETForbidden added in v0.5.0

func NewGetNamespaceUsingGETForbidden() *GetNamespaceUsingGETForbidden

NewGetNamespaceUsingGETForbidden creates a GetNamespaceUsingGETForbidden with default headers values

func (*GetNamespaceUsingGETForbidden) Error added in v0.5.0

func (*GetNamespaceUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetNamespaceUsingGETForbidden) IsClientError() bool

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

func (*GetNamespaceUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*GetNamespaceUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetNamespaceUsingGETForbidden) IsRedirect() bool

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

func (*GetNamespaceUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetNamespaceUsingGETForbidden) IsServerError() bool

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

func (*GetNamespaceUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetNamespaceUsingGETForbidden) IsSuccess() bool

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

func (*GetNamespaceUsingGETForbidden) String added in v0.5.0

type GetNamespaceUsingGETOK

type GetNamespaceUsingGETOK struct {
	Payload *models.SupervisorNamespace
}

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

OK

func NewGetNamespaceUsingGETOK

func NewGetNamespaceUsingGETOK() *GetNamespaceUsingGETOK

NewGetNamespaceUsingGETOK creates a GetNamespaceUsingGETOK with default headers values

func (*GetNamespaceUsingGETOK) Error

func (o *GetNamespaceUsingGETOK) Error() string

func (*GetNamespaceUsingGETOK) GetPayload

func (*GetNamespaceUsingGETOK) IsClientError added in v0.5.0

func (o *GetNamespaceUsingGETOK) IsClientError() bool

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

func (*GetNamespaceUsingGETOK) IsCode added in v0.5.0

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

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

func (*GetNamespaceUsingGETOK) IsRedirect added in v0.5.0

func (o *GetNamespaceUsingGETOK) IsRedirect() bool

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

func (*GetNamespaceUsingGETOK) IsServerError added in v0.5.0

func (o *GetNamespaceUsingGETOK) IsServerError() bool

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

func (*GetNamespaceUsingGETOK) IsSuccess added in v0.5.0

func (o *GetNamespaceUsingGETOK) IsSuccess() bool

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

func (*GetNamespaceUsingGETOK) String added in v0.5.0

func (o *GetNamespaceUsingGETOK) String() string

type GetNamespaceUsingGETParams

type GetNamespaceUsingGETParams struct {

	/* ExpandStorage.

	   expandStorage
	*/
	ExpandStorage *bool

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

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

GetNamespaceUsingGETParams contains all the parameters to send to the API endpoint

for the get namespace using g e t operation.

Typically these are written to a http.Request.

func NewGetNamespaceUsingGETParams

func NewGetNamespaceUsingGETParams() *GetNamespaceUsingGETParams

NewGetNamespaceUsingGETParams creates a new GetNamespaceUsingGETParams 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 NewGetNamespaceUsingGETParamsWithContext

func NewGetNamespaceUsingGETParamsWithContext(ctx context.Context) *GetNamespaceUsingGETParams

NewGetNamespaceUsingGETParamsWithContext creates a new GetNamespaceUsingGETParams object with the ability to set a context for a request.

func NewGetNamespaceUsingGETParamsWithHTTPClient

func NewGetNamespaceUsingGETParamsWithHTTPClient(client *http.Client) *GetNamespaceUsingGETParams

NewGetNamespaceUsingGETParamsWithHTTPClient creates a new GetNamespaceUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetNamespaceUsingGETParamsWithTimeout

func NewGetNamespaceUsingGETParamsWithTimeout(timeout time.Duration) *GetNamespaceUsingGETParams

NewGetNamespaceUsingGETParamsWithTimeout creates a new GetNamespaceUsingGETParams object with the ability to set a timeout on a request.

func (*GetNamespaceUsingGETParams) SetContext

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

SetContext adds the context to the get namespace using get params

func (*GetNamespaceUsingGETParams) SetDefaults

func (o *GetNamespaceUsingGETParams) SetDefaults()

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

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

func (*GetNamespaceUsingGETParams) SetExpandStorage

func (o *GetNamespaceUsingGETParams) SetExpandStorage(expandStorage *bool)

SetExpandStorage adds the expandStorage to the get namespace using get params

func (*GetNamespaceUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get namespace using get params

func (*GetNamespaceUsingGETParams) SetSelfLinkID

func (o *GetNamespaceUsingGETParams) SetSelfLinkID(selfLinkID string)

SetSelfLinkID adds the selfLinkId to the get namespace using get params

func (*GetNamespaceUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get namespace using get params

func (*GetNamespaceUsingGETParams) WithContext

WithContext adds the context to the get namespace using get params

func (*GetNamespaceUsingGETParams) WithDefaults

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

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

func (*GetNamespaceUsingGETParams) WithExpandStorage

func (o *GetNamespaceUsingGETParams) WithExpandStorage(expandStorage *bool) *GetNamespaceUsingGETParams

WithExpandStorage adds the expandStorage to the get namespace using get params

func (*GetNamespaceUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get namespace using get params

func (*GetNamespaceUsingGETParams) WithSelfLinkID

func (o *GetNamespaceUsingGETParams) WithSelfLinkID(selfLinkID string) *GetNamespaceUsingGETParams

WithSelfLinkID adds the selfLinkID to the get namespace using get params

func (*GetNamespaceUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get namespace using get params

func (*GetNamespaceUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNamespaceUsingGETReader

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

GetNamespaceUsingGETReader is a Reader for the GetNamespaceUsingGET structure.

func (*GetNamespaceUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUsingGET5Forbidden added in v0.5.0

type ListUsingGET5Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewListUsingGET5Forbidden added in v0.5.0

func NewListUsingGET5Forbidden() *ListUsingGET5Forbidden

NewListUsingGET5Forbidden creates a ListUsingGET5Forbidden with default headers values

func (*ListUsingGET5Forbidden) Error added in v0.5.0

func (o *ListUsingGET5Forbidden) Error() string

func (*ListUsingGET5Forbidden) IsClientError added in v0.5.0

func (o *ListUsingGET5Forbidden) IsClientError() bool

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

func (*ListUsingGET5Forbidden) IsCode added in v0.5.0

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

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

func (*ListUsingGET5Forbidden) IsRedirect added in v0.5.0

func (o *ListUsingGET5Forbidden) IsRedirect() bool

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

func (*ListUsingGET5Forbidden) IsServerError added in v0.5.0

func (o *ListUsingGET5Forbidden) IsServerError() bool

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

func (*ListUsingGET5Forbidden) IsSuccess added in v0.5.0

func (o *ListUsingGET5Forbidden) IsSuccess() bool

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

func (*ListUsingGET5Forbidden) String added in v0.5.0

func (o *ListUsingGET5Forbidden) String() string

type ListUsingGET5OK

type ListUsingGET5OK struct {
	Payload *models.PageOfSupervisorNamespace
}

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

OK

func NewListUsingGET5OK

func NewListUsingGET5OK() *ListUsingGET5OK

NewListUsingGET5OK creates a ListUsingGET5OK with default headers values

func (*ListUsingGET5OK) Error

func (o *ListUsingGET5OK) Error() string

func (*ListUsingGET5OK) GetPayload

func (*ListUsingGET5OK) IsClientError added in v0.5.0

func (o *ListUsingGET5OK) IsClientError() bool

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

func (*ListUsingGET5OK) IsCode added in v0.5.0

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

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

func (*ListUsingGET5OK) IsRedirect added in v0.5.0

func (o *ListUsingGET5OK) IsRedirect() bool

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

func (*ListUsingGET5OK) IsServerError added in v0.5.0

func (o *ListUsingGET5OK) IsServerError() bool

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

func (*ListUsingGET5OK) IsSuccess added in v0.5.0

func (o *ListUsingGET5OK) IsSuccess() bool

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

func (*ListUsingGET5OK) String added in v0.5.0

func (o *ListUsingGET5OK) String() string

type ListUsingGET5Params

type ListUsingGET5Params struct {

	/* ClusterSelfLinkID.

	   clusterSelfLinkId
	*/
	ClusterSelfLinkID *string

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

	/* Registered.

	   registered
	*/
	Registered *string

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

ListUsingGET5Params contains all the parameters to send to the API endpoint

for the list using g e t 5 operation.

Typically these are written to a http.Request.

func NewListUsingGET5Params

func NewListUsingGET5Params() *ListUsingGET5Params

NewListUsingGET5Params creates a new ListUsingGET5Params 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 NewListUsingGET5ParamsWithContext

func NewListUsingGET5ParamsWithContext(ctx context.Context) *ListUsingGET5Params

NewListUsingGET5ParamsWithContext creates a new ListUsingGET5Params object with the ability to set a context for a request.

func NewListUsingGET5ParamsWithHTTPClient

func NewListUsingGET5ParamsWithHTTPClient(client *http.Client) *ListUsingGET5Params

NewListUsingGET5ParamsWithHTTPClient creates a new ListUsingGET5Params object with the ability to set a custom HTTPClient for a request.

func NewListUsingGET5ParamsWithTimeout

func NewListUsingGET5ParamsWithTimeout(timeout time.Duration) *ListUsingGET5Params

NewListUsingGET5ParamsWithTimeout creates a new ListUsingGET5Params object with the ability to set a timeout on a request.

func (*ListUsingGET5Params) SetClusterSelfLinkID

func (o *ListUsingGET5Params) SetClusterSelfLinkID(clusterSelfLinkID *string)

SetClusterSelfLinkID adds the clusterSelfLinkId to the list using g e t 5 params

func (*ListUsingGET5Params) SetContext

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

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

func (*ListUsingGET5Params) SetDefaults

func (o *ListUsingGET5Params) SetDefaults()

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

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

func (*ListUsingGET5Params) SetHTTPClient

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

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

func (*ListUsingGET5Params) SetID added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressAnyLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressCanonicalHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressHostAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressLinkLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressLoopbackAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMCGlobal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMCLinkLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMCNodeLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMCOrgLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMCSiteLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressMulticastAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressAddressSiteLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressHostString added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressPort added in v0.5.0

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

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

func (*ListUsingGET5Params) SetLocalAddressUnresolved added in v0.5.0

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

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

func (*ListUsingGET5Params) SetOffset

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

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

func (*ListUsingGET5Params) SetPageNumber

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

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

func (*ListUsingGET5Params) SetPageSize

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

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

func (*ListUsingGET5Params) SetPaged

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

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

func (*ListUsingGET5Params) SetRegistered

func (o *ListUsingGET5Params) SetRegistered(registered *string)

SetRegistered adds the registered to the list using g e t 5 params

func (*ListUsingGET5Params) SetRemoteAddressAddressAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressAnyLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressCanonicalHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressHostAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressLinkLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressLoopbackAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMCGlobal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMCLinkLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMCNodeLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMCOrgLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMCSiteLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressMulticastAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressAddressSiteLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressHostString added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressPort added in v0.5.0

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

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

func (*ListUsingGET5Params) SetRemoteAddressUnresolved added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSortSorted

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

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

func (*ListUsingGET5Params) SetSortUnsorted

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0BasicConstraints added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0Encoded added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0IssuerDNName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0KeyUsage added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0NotAfter added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0NotBefore added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SerialNumber added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SigAlgName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SigAlgOID added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SigAlgParams added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0Signature added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SubjectDNName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0TBSCertificate added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0Type added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoPeerCertificates0Version added in v0.5.0

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

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

func (*ListUsingGET5Params) SetSslInfoSessionID added in v0.5.0

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

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

func (*ListUsingGET5Params) SetTimeout

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

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

func (*ListUsingGET5Params) SetUnpaged

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

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

func (*ListUsingGET5Params) WithClusterSelfLinkID

func (o *ListUsingGET5Params) WithClusterSelfLinkID(clusterSelfLinkID *string) *ListUsingGET5Params

WithClusterSelfLinkID adds the clusterSelfLinkID to the list using g e t 5 params

func (*ListUsingGET5Params) WithContext

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

func (*ListUsingGET5Params) WithDefaults

func (o *ListUsingGET5Params) WithDefaults() *ListUsingGET5Params

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

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

func (*ListUsingGET5Params) WithHTTPClient

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

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

func (*ListUsingGET5Params) WithID added in v0.5.0

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

func (*ListUsingGET5Params) WithLocalAddressAddressAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressAnyLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressCanonicalHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressHostAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressLinkLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressLoopbackAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMCGlobal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMCLinkLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMCNodeLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMCOrgLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMCSiteLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressMulticastAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressAddressSiteLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressHostString added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressPort added in v0.5.0

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

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

func (*ListUsingGET5Params) WithLocalAddressUnresolved added in v0.5.0

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

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

func (*ListUsingGET5Params) WithOffset

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

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

func (*ListUsingGET5Params) WithPageNumber

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

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

func (*ListUsingGET5Params) WithPageSize

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

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

func (*ListUsingGET5Params) WithPaged

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

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

func (*ListUsingGET5Params) WithRegistered

func (o *ListUsingGET5Params) WithRegistered(registered *string) *ListUsingGET5Params

WithRegistered adds the registered to the list using g e t 5 params

func (*ListUsingGET5Params) WithRemoteAddressAddressAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressAnyLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressCanonicalHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressHostAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressLinkLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressLoopbackAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMCGlobal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMCLinkLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMCNodeLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMCOrgLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMCSiteLocal added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressMulticastAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressAddressSiteLocalAddress added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressHostName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressHostString added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressPort added in v0.5.0

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

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

func (*ListUsingGET5Params) WithRemoteAddressUnresolved added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSortSorted

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

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

func (*ListUsingGET5Params) WithSortUnsorted

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0BasicConstraints added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0Encoded added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0ExtendedKeyUsage added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0IssuerDNName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0IssuerUniqueID added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0IssuerX500PrincipalEncoded added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0IssuerX500PrincipalName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0KeyUsage added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0NotAfter added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0NotBefore added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SerialNumber added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SigAlgName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SigAlgOID added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SigAlgParams added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0Signature added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SubjectDNName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SubjectUniqueID added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SubjectX500PrincipalEncoded added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0SubjectX500PrincipalName added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0TBSCertificate added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0Type added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoPeerCertificates0Version added in v0.5.0

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

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

func (*ListUsingGET5Params) WithSslInfoSessionID added in v0.5.0

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

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

func (*ListUsingGET5Params) WithTimeout

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

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

func (*ListUsingGET5Params) WithUnpaged

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

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

func (*ListUsingGET5Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListUsingGET5Reader

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

ListUsingGET5Reader is a Reader for the ListUsingGET5 structure.

func (*ListUsingGET5Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterUsingPUT2Forbidden added in v0.5.0

type RegisterUsingPUT2Forbidden struct {
}

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

Forbidden, the user lacks permissions

func NewRegisterUsingPUT2Forbidden added in v0.5.0

func NewRegisterUsingPUT2Forbidden() *RegisterUsingPUT2Forbidden

NewRegisterUsingPUT2Forbidden creates a RegisterUsingPUT2Forbidden with default headers values

func (*RegisterUsingPUT2Forbidden) Error added in v0.5.0

func (*RegisterUsingPUT2Forbidden) IsClientError added in v0.5.0

func (o *RegisterUsingPUT2Forbidden) IsClientError() bool

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

func (*RegisterUsingPUT2Forbidden) IsCode added in v0.5.0

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

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

func (*RegisterUsingPUT2Forbidden) IsRedirect added in v0.5.0

func (o *RegisterUsingPUT2Forbidden) IsRedirect() bool

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

func (*RegisterUsingPUT2Forbidden) IsServerError added in v0.5.0

func (o *RegisterUsingPUT2Forbidden) IsServerError() bool

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

func (*RegisterUsingPUT2Forbidden) IsSuccess added in v0.5.0

func (o *RegisterUsingPUT2Forbidden) IsSuccess() bool

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

func (*RegisterUsingPUT2Forbidden) String added in v0.5.0

func (o *RegisterUsingPUT2Forbidden) String() string

type RegisterUsingPUT2OK

type RegisterUsingPUT2OK struct {
	Payload *models.SupervisorNamespace
}

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

OK

func NewRegisterUsingPUT2OK

func NewRegisterUsingPUT2OK() *RegisterUsingPUT2OK

NewRegisterUsingPUT2OK creates a RegisterUsingPUT2OK with default headers values

func (*RegisterUsingPUT2OK) Error

func (o *RegisterUsingPUT2OK) Error() string

func (*RegisterUsingPUT2OK) GetPayload

func (*RegisterUsingPUT2OK) IsClientError added in v0.5.0

func (o *RegisterUsingPUT2OK) IsClientError() bool

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

func (*RegisterUsingPUT2OK) IsCode added in v0.5.0

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

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

func (*RegisterUsingPUT2OK) IsRedirect added in v0.5.0

func (o *RegisterUsingPUT2OK) IsRedirect() bool

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

func (*RegisterUsingPUT2OK) IsServerError added in v0.5.0

func (o *RegisterUsingPUT2OK) IsServerError() bool

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

func (*RegisterUsingPUT2OK) IsSuccess added in v0.5.0

func (o *RegisterUsingPUT2OK) IsSuccess() bool

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

func (*RegisterUsingPUT2OK) String added in v0.5.0

func (o *RegisterUsingPUT2OK) String() string

type RegisterUsingPUT2Params

type RegisterUsingPUT2Params struct {

	/* NamespaceSelfLinkID.

	   namespaceSelfLinkId
	*/
	NamespaceSelfLinkID string

	/* SvNamespace.

	   svNamespace
	*/
	SvNamespace *models.SupervisorNamespace

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

RegisterUsingPUT2Params contains all the parameters to send to the API endpoint

for the register using p u t 2 operation.

Typically these are written to a http.Request.

func NewRegisterUsingPUT2Params

func NewRegisterUsingPUT2Params() *RegisterUsingPUT2Params

NewRegisterUsingPUT2Params creates a new RegisterUsingPUT2Params 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 NewRegisterUsingPUT2ParamsWithContext

func NewRegisterUsingPUT2ParamsWithContext(ctx context.Context) *RegisterUsingPUT2Params

NewRegisterUsingPUT2ParamsWithContext creates a new RegisterUsingPUT2Params object with the ability to set a context for a request.

func NewRegisterUsingPUT2ParamsWithHTTPClient

func NewRegisterUsingPUT2ParamsWithHTTPClient(client *http.Client) *RegisterUsingPUT2Params

NewRegisterUsingPUT2ParamsWithHTTPClient creates a new RegisterUsingPUT2Params object with the ability to set a custom HTTPClient for a request.

func NewRegisterUsingPUT2ParamsWithTimeout

func NewRegisterUsingPUT2ParamsWithTimeout(timeout time.Duration) *RegisterUsingPUT2Params

NewRegisterUsingPUT2ParamsWithTimeout creates a new RegisterUsingPUT2Params object with the ability to set a timeout on a request.

func (*RegisterUsingPUT2Params) SetContext

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

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

func (*RegisterUsingPUT2Params) SetDefaults

func (o *RegisterUsingPUT2Params) SetDefaults()

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

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

func (*RegisterUsingPUT2Params) SetHTTPClient

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

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

func (*RegisterUsingPUT2Params) SetNamespaceSelfLinkID

func (o *RegisterUsingPUT2Params) SetNamespaceSelfLinkID(namespaceSelfLinkID string)

SetNamespaceSelfLinkID adds the namespaceSelfLinkId to the register using p u t 2 params

func (*RegisterUsingPUT2Params) SetSvNamespace

func (o *RegisterUsingPUT2Params) SetSvNamespace(svNamespace *models.SupervisorNamespace)

SetSvNamespace adds the svNamespace to the register using p u t 2 params

func (*RegisterUsingPUT2Params) SetTimeout

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

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

func (*RegisterUsingPUT2Params) WithContext

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

func (*RegisterUsingPUT2Params) WithDefaults

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

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

func (*RegisterUsingPUT2Params) WithHTTPClient

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

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

func (*RegisterUsingPUT2Params) WithNamespaceSelfLinkID

func (o *RegisterUsingPUT2Params) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *RegisterUsingPUT2Params

WithNamespaceSelfLinkID adds the namespaceSelfLinkID to the register using p u t 2 params

func (*RegisterUsingPUT2Params) WithSvNamespace

WithSvNamespace adds the svNamespace to the register using p u t 2 params

func (*RegisterUsingPUT2Params) WithTimeout

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

func (*RegisterUsingPUT2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegisterUsingPUT2Reader

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

RegisterUsingPUT2Reader is a Reader for the RegisterUsingPUT2 structure.

func (*RegisterUsingPUT2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetNamespaceQuotasUsingPUTForbidden added in v0.5.0

type SetNamespaceQuotasUsingPUTForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewSetNamespaceQuotasUsingPUTForbidden added in v0.5.0

func NewSetNamespaceQuotasUsingPUTForbidden() *SetNamespaceQuotasUsingPUTForbidden

NewSetNamespaceQuotasUsingPUTForbidden creates a SetNamespaceQuotasUsingPUTForbidden with default headers values

func (*SetNamespaceQuotasUsingPUTForbidden) Error added in v0.5.0

func (*SetNamespaceQuotasUsingPUTForbidden) IsClientError added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTForbidden) IsClientError() bool

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

func (*SetNamespaceQuotasUsingPUTForbidden) IsCode added in v0.5.0

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

func (*SetNamespaceQuotasUsingPUTForbidden) IsRedirect added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTForbidden) IsRedirect() bool

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

func (*SetNamespaceQuotasUsingPUTForbidden) IsServerError added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTForbidden) IsServerError() bool

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

func (*SetNamespaceQuotasUsingPUTForbidden) IsSuccess added in v0.5.0

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

func (*SetNamespaceQuotasUsingPUTForbidden) String added in v0.5.0

type SetNamespaceQuotasUsingPUTOK

type SetNamespaceQuotasUsingPUTOK struct {
	Payload []*models.SupervisorNamespaceQuota
}

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

OK

func NewSetNamespaceQuotasUsingPUTOK

func NewSetNamespaceQuotasUsingPUTOK() *SetNamespaceQuotasUsingPUTOK

NewSetNamespaceQuotasUsingPUTOK creates a SetNamespaceQuotasUsingPUTOK with default headers values

func (*SetNamespaceQuotasUsingPUTOK) Error

func (*SetNamespaceQuotasUsingPUTOK) GetPayload

func (*SetNamespaceQuotasUsingPUTOK) IsClientError added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTOK) IsClientError() bool

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

func (*SetNamespaceQuotasUsingPUTOK) IsCode added in v0.5.0

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

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

func (*SetNamespaceQuotasUsingPUTOK) IsRedirect added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTOK) IsRedirect() bool

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

func (*SetNamespaceQuotasUsingPUTOK) IsServerError added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTOK) IsServerError() bool

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

func (*SetNamespaceQuotasUsingPUTOK) IsSuccess added in v0.5.0

func (o *SetNamespaceQuotasUsingPUTOK) IsSuccess() bool

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

func (*SetNamespaceQuotasUsingPUTOK) String added in v0.5.0

type SetNamespaceQuotasUsingPUTParams

type SetNamespaceQuotasUsingPUTParams struct {

	/* Quotas.

	   quotas
	*/
	Quotas []*models.SupervisorNamespaceQuota

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

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

SetNamespaceQuotasUsingPUTParams contains all the parameters to send to the API endpoint

for the set namespace quotas using p u t operation.

Typically these are written to a http.Request.

func NewSetNamespaceQuotasUsingPUTParams

func NewSetNamespaceQuotasUsingPUTParams() *SetNamespaceQuotasUsingPUTParams

NewSetNamespaceQuotasUsingPUTParams creates a new SetNamespaceQuotasUsingPUTParams 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 NewSetNamespaceQuotasUsingPUTParamsWithContext

func NewSetNamespaceQuotasUsingPUTParamsWithContext(ctx context.Context) *SetNamespaceQuotasUsingPUTParams

NewSetNamespaceQuotasUsingPUTParamsWithContext creates a new SetNamespaceQuotasUsingPUTParams object with the ability to set a context for a request.

func NewSetNamespaceQuotasUsingPUTParamsWithHTTPClient

func NewSetNamespaceQuotasUsingPUTParamsWithHTTPClient(client *http.Client) *SetNamespaceQuotasUsingPUTParams

NewSetNamespaceQuotasUsingPUTParamsWithHTTPClient creates a new SetNamespaceQuotasUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewSetNamespaceQuotasUsingPUTParamsWithTimeout

func NewSetNamespaceQuotasUsingPUTParamsWithTimeout(timeout time.Duration) *SetNamespaceQuotasUsingPUTParams

NewSetNamespaceQuotasUsingPUTParamsWithTimeout creates a new SetNamespaceQuotasUsingPUTParams object with the ability to set a timeout on a request.

func (*SetNamespaceQuotasUsingPUTParams) SetContext

SetContext adds the context to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) SetDefaults

func (o *SetNamespaceQuotasUsingPUTParams) SetDefaults()

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

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

func (*SetNamespaceQuotasUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) SetQuotas

SetQuotas adds the quotas to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) SetSelfLinkID

func (o *SetNamespaceQuotasUsingPUTParams) SetSelfLinkID(selfLinkID string)

SetSelfLinkID adds the selfLinkId to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WithContext

WithContext adds the context to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WithDefaults

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

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

func (*SetNamespaceQuotasUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WithQuotas

WithQuotas adds the quotas to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WithSelfLinkID

WithSelfLinkID adds the selfLinkID to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the set namespace quotas using p u t params

func (*SetNamespaceQuotasUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetNamespaceQuotasUsingPUTReader

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

SetNamespaceQuotasUsingPUTReader is a Reader for the SetNamespaceQuotasUsingPUT structure.

func (*SetNamespaceQuotasUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncStatusUsingGETForbidden added in v0.5.0

type SyncStatusUsingGETForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewSyncStatusUsingGETForbidden added in v0.5.0

func NewSyncStatusUsingGETForbidden() *SyncStatusUsingGETForbidden

NewSyncStatusUsingGETForbidden creates a SyncStatusUsingGETForbidden with default headers values

func (*SyncStatusUsingGETForbidden) Error added in v0.5.0

func (*SyncStatusUsingGETForbidden) IsClientError added in v0.5.0

func (o *SyncStatusUsingGETForbidden) IsClientError() bool

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

func (*SyncStatusUsingGETForbidden) IsCode added in v0.5.0

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

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

func (*SyncStatusUsingGETForbidden) IsRedirect added in v0.5.0

func (o *SyncStatusUsingGETForbidden) IsRedirect() bool

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

func (*SyncStatusUsingGETForbidden) IsServerError added in v0.5.0

func (o *SyncStatusUsingGETForbidden) IsServerError() bool

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

func (*SyncStatusUsingGETForbidden) IsSuccess added in v0.5.0

func (o *SyncStatusUsingGETForbidden) IsSuccess() bool

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

func (*SyncStatusUsingGETForbidden) String added in v0.5.0

func (o *SyncStatusUsingGETForbidden) String() string

type SyncStatusUsingGETOK

type SyncStatusUsingGETOK struct {
	Payload *models.SupervisorNamespaceSyncResponseDTO
}

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

OK

func NewSyncStatusUsingGETOK

func NewSyncStatusUsingGETOK() *SyncStatusUsingGETOK

NewSyncStatusUsingGETOK creates a SyncStatusUsingGETOK with default headers values

func (*SyncStatusUsingGETOK) Error

func (o *SyncStatusUsingGETOK) Error() string

func (*SyncStatusUsingGETOK) GetPayload

func (*SyncStatusUsingGETOK) IsClientError added in v0.5.0

func (o *SyncStatusUsingGETOK) IsClientError() bool

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

func (*SyncStatusUsingGETOK) IsCode added in v0.5.0

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

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

func (*SyncStatusUsingGETOK) IsRedirect added in v0.5.0

func (o *SyncStatusUsingGETOK) IsRedirect() bool

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

func (*SyncStatusUsingGETOK) IsServerError added in v0.5.0

func (o *SyncStatusUsingGETOK) IsServerError() bool

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

func (*SyncStatusUsingGETOK) IsSuccess added in v0.5.0

func (o *SyncStatusUsingGETOK) IsSuccess() bool

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

func (*SyncStatusUsingGETOK) String added in v0.5.0

func (o *SyncStatusUsingGETOK) String() string

type SyncStatusUsingGETParams

type SyncStatusUsingGETParams struct {

	/* NamespaceSelfLinkID.

	   namespaceSelfLinkId
	*/
	NamespaceSelfLinkID string

	/* RequestID.

	   requestId
	*/
	RequestID string

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

SyncStatusUsingGETParams contains all the parameters to send to the API endpoint

for the sync status using g e t operation.

Typically these are written to a http.Request.

func NewSyncStatusUsingGETParams

func NewSyncStatusUsingGETParams() *SyncStatusUsingGETParams

NewSyncStatusUsingGETParams creates a new SyncStatusUsingGETParams 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 NewSyncStatusUsingGETParamsWithContext

func NewSyncStatusUsingGETParamsWithContext(ctx context.Context) *SyncStatusUsingGETParams

NewSyncStatusUsingGETParamsWithContext creates a new SyncStatusUsingGETParams object with the ability to set a context for a request.

func NewSyncStatusUsingGETParamsWithHTTPClient

func NewSyncStatusUsingGETParamsWithHTTPClient(client *http.Client) *SyncStatusUsingGETParams

NewSyncStatusUsingGETParamsWithHTTPClient creates a new SyncStatusUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewSyncStatusUsingGETParamsWithTimeout

func NewSyncStatusUsingGETParamsWithTimeout(timeout time.Duration) *SyncStatusUsingGETParams

NewSyncStatusUsingGETParamsWithTimeout creates a new SyncStatusUsingGETParams object with the ability to set a timeout on a request.

func (*SyncStatusUsingGETParams) SetContext

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

SetContext adds the context to the sync status using get params

func (*SyncStatusUsingGETParams) SetDefaults

func (o *SyncStatusUsingGETParams) SetDefaults()

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

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

func (*SyncStatusUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the sync status using get params

func (*SyncStatusUsingGETParams) SetNamespaceSelfLinkID

func (o *SyncStatusUsingGETParams) SetNamespaceSelfLinkID(namespaceSelfLinkID string)

SetNamespaceSelfLinkID adds the namespaceSelfLinkId to the sync status using get params

func (*SyncStatusUsingGETParams) SetRequestID

func (o *SyncStatusUsingGETParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the sync status using get params

func (*SyncStatusUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the sync status using get params

func (*SyncStatusUsingGETParams) WithContext

WithContext adds the context to the sync status using get params

func (*SyncStatusUsingGETParams) WithDefaults

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

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

func (*SyncStatusUsingGETParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the sync status using get params

func (*SyncStatusUsingGETParams) WithNamespaceSelfLinkID

func (o *SyncStatusUsingGETParams) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *SyncStatusUsingGETParams

WithNamespaceSelfLinkID adds the namespaceSelfLinkID to the sync status using get params

func (*SyncStatusUsingGETParams) WithRequestID

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

WithRequestID adds the requestID to the sync status using get params

func (*SyncStatusUsingGETParams) WithTimeout

WithTimeout adds the timeout to the sync status using get params

func (*SyncStatusUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SyncStatusUsingGETReader

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

SyncStatusUsingGETReader is a Reader for the SyncStatusUsingGET structure.

func (*SyncStatusUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncUsingPOSTForbidden added in v0.5.0

type SyncUsingPOSTForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewSyncUsingPOSTForbidden added in v0.5.0

func NewSyncUsingPOSTForbidden() *SyncUsingPOSTForbidden

NewSyncUsingPOSTForbidden creates a SyncUsingPOSTForbidden with default headers values

func (*SyncUsingPOSTForbidden) Error added in v0.5.0

func (o *SyncUsingPOSTForbidden) Error() string

func (*SyncUsingPOSTForbidden) IsClientError added in v0.5.0

func (o *SyncUsingPOSTForbidden) IsClientError() bool

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

func (*SyncUsingPOSTForbidden) IsCode added in v0.5.0

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

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

func (*SyncUsingPOSTForbidden) IsRedirect added in v0.5.0

func (o *SyncUsingPOSTForbidden) IsRedirect() bool

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

func (*SyncUsingPOSTForbidden) IsServerError added in v0.5.0

func (o *SyncUsingPOSTForbidden) IsServerError() bool

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

func (*SyncUsingPOSTForbidden) IsSuccess added in v0.5.0

func (o *SyncUsingPOSTForbidden) IsSuccess() bool

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

func (*SyncUsingPOSTForbidden) String added in v0.5.0

func (o *SyncUsingPOSTForbidden) String() string

type SyncUsingPOSTOK

type SyncUsingPOSTOK struct {
	Payload *models.SupervisorNamespaceSyncResponseDTO
}

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

OK

func NewSyncUsingPOSTOK

func NewSyncUsingPOSTOK() *SyncUsingPOSTOK

NewSyncUsingPOSTOK creates a SyncUsingPOSTOK with default headers values

func (*SyncUsingPOSTOK) Error

func (o *SyncUsingPOSTOK) Error() string

func (*SyncUsingPOSTOK) GetPayload

func (*SyncUsingPOSTOK) IsClientError added in v0.5.0

func (o *SyncUsingPOSTOK) IsClientError() bool

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

func (*SyncUsingPOSTOK) IsCode added in v0.5.0

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

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

func (*SyncUsingPOSTOK) IsRedirect added in v0.5.0

func (o *SyncUsingPOSTOK) IsRedirect() bool

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

func (*SyncUsingPOSTOK) IsServerError added in v0.5.0

func (o *SyncUsingPOSTOK) IsServerError() bool

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

func (*SyncUsingPOSTOK) IsSuccess added in v0.5.0

func (o *SyncUsingPOSTOK) IsSuccess() bool

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

func (*SyncUsingPOSTOK) String added in v0.5.0

func (o *SyncUsingPOSTOK) String() string

type SyncUsingPOSTParams

type SyncUsingPOSTParams struct {

	/* AccessList.

	   accessList
	*/
	AccessList *models.SupervisorNamespaceSyncRequestDTO

	/* NamespaceSelfLinkID.

	   namespaceSelfLinkId
	*/
	NamespaceSelfLinkID string

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

SyncUsingPOSTParams contains all the parameters to send to the API endpoint

for the sync using p o s t operation.

Typically these are written to a http.Request.

func NewSyncUsingPOSTParams

func NewSyncUsingPOSTParams() *SyncUsingPOSTParams

NewSyncUsingPOSTParams creates a new SyncUsingPOSTParams 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 NewSyncUsingPOSTParamsWithContext

func NewSyncUsingPOSTParamsWithContext(ctx context.Context) *SyncUsingPOSTParams

NewSyncUsingPOSTParamsWithContext creates a new SyncUsingPOSTParams object with the ability to set a context for a request.

func NewSyncUsingPOSTParamsWithHTTPClient

func NewSyncUsingPOSTParamsWithHTTPClient(client *http.Client) *SyncUsingPOSTParams

NewSyncUsingPOSTParamsWithHTTPClient creates a new SyncUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewSyncUsingPOSTParamsWithTimeout

func NewSyncUsingPOSTParamsWithTimeout(timeout time.Duration) *SyncUsingPOSTParams

NewSyncUsingPOSTParamsWithTimeout creates a new SyncUsingPOSTParams object with the ability to set a timeout on a request.

func (*SyncUsingPOSTParams) SetAccessList

func (o *SyncUsingPOSTParams) SetAccessList(accessList *models.SupervisorNamespaceSyncRequestDTO)

SetAccessList adds the accessList to the sync using p o s t params

func (*SyncUsingPOSTParams) SetContext

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

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

func (*SyncUsingPOSTParams) SetDefaults

func (o *SyncUsingPOSTParams) SetDefaults()

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

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

func (*SyncUsingPOSTParams) SetHTTPClient

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

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

func (*SyncUsingPOSTParams) SetNamespaceSelfLinkID

func (o *SyncUsingPOSTParams) SetNamespaceSelfLinkID(namespaceSelfLinkID string)

SetNamespaceSelfLinkID adds the namespaceSelfLinkId to the sync using p o s t params

func (*SyncUsingPOSTParams) SetTimeout

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

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

func (*SyncUsingPOSTParams) WithAccessList

WithAccessList adds the accessList to the sync using p o s t params

func (*SyncUsingPOSTParams) WithContext

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

func (*SyncUsingPOSTParams) WithDefaults

func (o *SyncUsingPOSTParams) WithDefaults() *SyncUsingPOSTParams

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

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

func (*SyncUsingPOSTParams) WithHTTPClient

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

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

func (*SyncUsingPOSTParams) WithNamespaceSelfLinkID

func (o *SyncUsingPOSTParams) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *SyncUsingPOSTParams

WithNamespaceSelfLinkID adds the namespaceSelfLinkID to the sync using p o s t params

func (*SyncUsingPOSTParams) WithTimeout

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

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

func (*SyncUsingPOSTParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SyncUsingPOSTReader

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

SyncUsingPOSTReader is a Reader for the SyncUsingPOST structure.

func (*SyncUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUsingPATCHForbidden added in v0.5.0

type UpdateUsingPATCHForbidden struct {
}

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

Forbidden, the user lacks permissions

func NewUpdateUsingPATCHForbidden added in v0.5.0

func NewUpdateUsingPATCHForbidden() *UpdateUsingPATCHForbidden

NewUpdateUsingPATCHForbidden creates a UpdateUsingPATCHForbidden with default headers values

func (*UpdateUsingPATCHForbidden) Error added in v0.5.0

func (o *UpdateUsingPATCHForbidden) Error() string

func (*UpdateUsingPATCHForbidden) IsClientError added in v0.5.0

func (o *UpdateUsingPATCHForbidden) IsClientError() bool

IsClientError returns true when this update using p a t c h forbidden response has a 4xx status code

func (*UpdateUsingPATCHForbidden) IsCode added in v0.5.0

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

IsCode returns true when this update using p a t c h forbidden response a status code equal to that given

func (*UpdateUsingPATCHForbidden) IsRedirect added in v0.5.0

func (o *UpdateUsingPATCHForbidden) IsRedirect() bool

IsRedirect returns true when this update using p a t c h forbidden response has a 3xx status code

func (*UpdateUsingPATCHForbidden) IsServerError added in v0.5.0

func (o *UpdateUsingPATCHForbidden) IsServerError() bool

IsServerError returns true when this update using p a t c h forbidden response has a 5xx status code

func (*UpdateUsingPATCHForbidden) IsSuccess added in v0.5.0

func (o *UpdateUsingPATCHForbidden) IsSuccess() bool

IsSuccess returns true when this update using p a t c h forbidden response has a 2xx status code

func (*UpdateUsingPATCHForbidden) String added in v0.5.0

func (o *UpdateUsingPATCHForbidden) String() string

type UpdateUsingPATCHOK added in v0.5.0

type UpdateUsingPATCHOK struct {
	Payload *models.SupervisorNamespace
}

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

OK

func NewUpdateUsingPATCHOK added in v0.5.0

func NewUpdateUsingPATCHOK() *UpdateUsingPATCHOK

NewUpdateUsingPATCHOK creates a UpdateUsingPATCHOK with default headers values

func (*UpdateUsingPATCHOK) Error added in v0.5.0

func (o *UpdateUsingPATCHOK) Error() string

func (*UpdateUsingPATCHOK) GetPayload added in v0.5.0

func (*UpdateUsingPATCHOK) IsClientError added in v0.5.0

func (o *UpdateUsingPATCHOK) IsClientError() bool

IsClientError returns true when this update using p a t c h o k response has a 4xx status code

func (*UpdateUsingPATCHOK) IsCode added in v0.5.0

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

IsCode returns true when this update using p a t c h o k response a status code equal to that given

func (*UpdateUsingPATCHOK) IsRedirect added in v0.5.0

func (o *UpdateUsingPATCHOK) IsRedirect() bool

IsRedirect returns true when this update using p a t c h o k response has a 3xx status code

func (*UpdateUsingPATCHOK) IsServerError added in v0.5.0

func (o *UpdateUsingPATCHOK) IsServerError() bool

IsServerError returns true when this update using p a t c h o k response has a 5xx status code

func (*UpdateUsingPATCHOK) IsSuccess added in v0.5.0

func (o *UpdateUsingPATCHOK) IsSuccess() bool

IsSuccess returns true when this update using p a t c h o k response has a 2xx status code

func (*UpdateUsingPATCHOK) String added in v0.5.0

func (o *UpdateUsingPATCHOK) String() string

type UpdateUsingPATCHParams added in v0.5.0

type UpdateUsingPATCHParams struct {

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

	/* SvNamespaceDto.

	   svNamespaceDto
	*/
	SvNamespaceDto *models.SupervisorNamespaceUpdateDTO

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

UpdateUsingPATCHParams contains all the parameters to send to the API endpoint

for the update using p a t c h operation.

Typically these are written to a http.Request.

func NewUpdateUsingPATCHParams added in v0.5.0

func NewUpdateUsingPATCHParams() *UpdateUsingPATCHParams

NewUpdateUsingPATCHParams creates a new UpdateUsingPATCHParams 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 NewUpdateUsingPATCHParamsWithContext added in v0.5.0

func NewUpdateUsingPATCHParamsWithContext(ctx context.Context) *UpdateUsingPATCHParams

NewUpdateUsingPATCHParamsWithContext creates a new UpdateUsingPATCHParams object with the ability to set a context for a request.

func NewUpdateUsingPATCHParamsWithHTTPClient added in v0.5.0

func NewUpdateUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateUsingPATCHParams

NewUpdateUsingPATCHParamsWithHTTPClient creates a new UpdateUsingPATCHParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPATCHParamsWithTimeout added in v0.5.0

func NewUpdateUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateUsingPATCHParams

NewUpdateUsingPATCHParamsWithTimeout creates a new UpdateUsingPATCHParams object with the ability to set a timeout on a request.

func (*UpdateUsingPATCHParams) SetContext added in v0.5.0

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

SetContext adds the context to the update using p a t c h params

func (*UpdateUsingPATCHParams) SetDefaults added in v0.5.0

func (o *UpdateUsingPATCHParams) SetDefaults()

SetDefaults hydrates default values in the update using p a t c h params (not the query body).

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

func (*UpdateUsingPATCHParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the update using p a t c h params

func (*UpdateUsingPATCHParams) SetSelfLinkID added in v0.5.0

func (o *UpdateUsingPATCHParams) SetSelfLinkID(selfLinkID string)

SetSelfLinkID adds the selfLinkId to the update using p a t c h params

func (*UpdateUsingPATCHParams) SetSvNamespaceDto added in v0.5.0

func (o *UpdateUsingPATCHParams) SetSvNamespaceDto(svNamespaceDto *models.SupervisorNamespaceUpdateDTO)

SetSvNamespaceDto adds the svNamespaceDto to the update using p a t c h params

func (*UpdateUsingPATCHParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the update using p a t c h params

func (*UpdateUsingPATCHParams) WithContext added in v0.5.0

WithContext adds the context to the update using p a t c h params

func (*UpdateUsingPATCHParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the update using p a t c h params (not the query body).

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

func (*UpdateUsingPATCHParams) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the update using p a t c h params

func (*UpdateUsingPATCHParams) WithSelfLinkID added in v0.5.0

func (o *UpdateUsingPATCHParams) WithSelfLinkID(selfLinkID string) *UpdateUsingPATCHParams

WithSelfLinkID adds the selfLinkID to the update using p a t c h params

func (*UpdateUsingPATCHParams) WithSvNamespaceDto added in v0.5.0

func (o *UpdateUsingPATCHParams) WithSvNamespaceDto(svNamespaceDto *models.SupervisorNamespaceUpdateDTO) *UpdateUsingPATCHParams

WithSvNamespaceDto adds the svNamespaceDto to the update using p a t c h params

func (*UpdateUsingPATCHParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the update using p a t c h params

func (*UpdateUsingPATCHParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type UpdateUsingPATCHReader added in v0.5.0

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

UpdateUsingPATCHReader is a Reader for the UpdateUsingPATCH structure.

func (*UpdateUsingPATCHReader) ReadResponse added in v0.5.0

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