supervisor_namespaces

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 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) UpdateUsingPATCHMixin5

func (a *Client) UpdateUsingPATCHMixin5(params *UpdateUsingPATCHMixin5Params, opts ...ClientOption) (*UpdateUsingPATCHMixin5OK, error)

UpdateUsingPATCHMixin5 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)

	UpdateUsingPATCHMixin5(params *UpdateUsingPATCHMixin5Params, opts ...ClientOption) (*UpdateUsingPATCHMixin5OK, 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 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

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

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

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

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

type ListUsingGET5Params

type ListUsingGET5Params struct {

	/* ClusterSelfLinkID.

	   clusterSelfLinkId
	*/
	ClusterSelfLinkID *string

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

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

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

	// Paged.
	Paged *bool

	/* Registered.

	   registered
	*/
	Registered *string

	// SortSorted.
	SortSorted *bool

	// SortUnsorted.
	SortUnsorted *bool

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

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

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

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

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 UpdateUsingPATCHMixin5OK

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

OK

func NewUpdateUsingPATCHMixin5OK

func NewUpdateUsingPATCHMixin5OK() *UpdateUsingPATCHMixin5OK

NewUpdateUsingPATCHMixin5OK creates a UpdateUsingPATCHMixin5OK with default headers values

func (*UpdateUsingPATCHMixin5OK) Error

func (o *UpdateUsingPATCHMixin5OK) Error() string

func (*UpdateUsingPATCHMixin5OK) GetPayload

type UpdateUsingPATCHMixin5Params

type UpdateUsingPATCHMixin5Params struct {

	/* SelfLinkID.

	   selfLinkId
	*/
	SelfLinkID string

	/* SvNamespaceDto.

	   svNamespaceDto
	*/
	SvNamespaceDto *models.SupervisorNamespaceUpdateDTO

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

UpdateUsingPATCHMixin5Params contains all the parameters to send to the API endpoint

for the update using p a t c h mixin5 operation.

Typically these are written to a http.Request.

func NewUpdateUsingPATCHMixin5Params

func NewUpdateUsingPATCHMixin5Params() *UpdateUsingPATCHMixin5Params

NewUpdateUsingPATCHMixin5Params creates a new UpdateUsingPATCHMixin5Params 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 NewUpdateUsingPATCHMixin5ParamsWithContext

func NewUpdateUsingPATCHMixin5ParamsWithContext(ctx context.Context) *UpdateUsingPATCHMixin5Params

NewUpdateUsingPATCHMixin5ParamsWithContext creates a new UpdateUsingPATCHMixin5Params object with the ability to set a context for a request.

func NewUpdateUsingPATCHMixin5ParamsWithHTTPClient

func NewUpdateUsingPATCHMixin5ParamsWithHTTPClient(client *http.Client) *UpdateUsingPATCHMixin5Params

NewUpdateUsingPATCHMixin5ParamsWithHTTPClient creates a new UpdateUsingPATCHMixin5Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUsingPATCHMixin5ParamsWithTimeout

func NewUpdateUsingPATCHMixin5ParamsWithTimeout(timeout time.Duration) *UpdateUsingPATCHMixin5Params

NewUpdateUsingPATCHMixin5ParamsWithTimeout creates a new UpdateUsingPATCHMixin5Params object with the ability to set a timeout on a request.

func (*UpdateUsingPATCHMixin5Params) SetContext

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

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

func (*UpdateUsingPATCHMixin5Params) SetDefaults

func (o *UpdateUsingPATCHMixin5Params) SetDefaults()

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

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

func (*UpdateUsingPATCHMixin5Params) SetHTTPClient

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

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

func (*UpdateUsingPATCHMixin5Params) SetSelfLinkID

func (o *UpdateUsingPATCHMixin5Params) SetSelfLinkID(selfLinkID string)

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

func (*UpdateUsingPATCHMixin5Params) SetSvNamespaceDto

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

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

func (*UpdateUsingPATCHMixin5Params) SetTimeout

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

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

func (*UpdateUsingPATCHMixin5Params) WithContext

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

func (*UpdateUsingPATCHMixin5Params) WithDefaults

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

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

func (*UpdateUsingPATCHMixin5Params) WithHTTPClient

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

func (*UpdateUsingPATCHMixin5Params) WithSelfLinkID

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

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

func (*UpdateUsingPATCHMixin5Params) WithSvNamespaceDto

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

func (*UpdateUsingPATCHMixin5Params) WithTimeout

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

func (*UpdateUsingPATCHMixin5Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUsingPATCHMixin5Reader

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

UpdateUsingPATCHMixin5Reader is a Reader for the UpdateUsingPATCHMixin5 structure.

func (*UpdateUsingPATCHMixin5Reader) ReadResponse

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