Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateUsingPOST2(params *CreateUsingPOST2Params, opts ...ClientOption) (*CreateUsingPOST2OK, error)
- func (a *Client) DeleteUsingDELETE2(params *DeleteUsingDELETE2Params, opts ...ClientOption) (*DeleteUsingDELETE2OK, error)
- func (a *Client) GetNamespaceQuotasUsingGET(params *GetNamespaceQuotasUsingGETParams, opts ...ClientOption) (*GetNamespaceQuotasUsingGETOK, error)
- func (a *Client) GetNamespaceUsingGET(params *GetNamespaceUsingGETParams, opts ...ClientOption) (*GetNamespaceUsingGETOK, error)
- func (a *Client) ListUsingGET5(params *ListUsingGET5Params, opts ...ClientOption) (*ListUsingGET5OK, error)
- func (a *Client) RegisterUsingPUT2(params *RegisterUsingPUT2Params, opts ...ClientOption) (*RegisterUsingPUT2OK, error)
- func (a *Client) SetNamespaceQuotasUsingPUT(params *SetNamespaceQuotasUsingPUTParams, opts ...ClientOption) (*SetNamespaceQuotasUsingPUTOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncStatusUsingGET(params *SyncStatusUsingGETParams, opts ...ClientOption) (*SyncStatusUsingGETOK, error)
- func (a *Client) SyncUsingPOST(params *SyncUsingPOSTParams, opts ...ClientOption) (*SyncUsingPOSTOK, error)
- func (a *Client) UpdateUsingPATCHMixin5(params *UpdateUsingPATCHMixin5Params, opts ...ClientOption) (*UpdateUsingPATCHMixin5OK, error)
- type ClientOption
- type ClientService
- type CreateUsingPOST2OK
- type CreateUsingPOST2Params
- func NewCreateUsingPOST2Params() *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithContext(ctx context.Context) *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithHTTPClient(client *http.Client) *CreateUsingPOST2Params
- func NewCreateUsingPOST2ParamsWithTimeout(timeout time.Duration) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) SetContext(ctx context.Context)
- func (o *CreateUsingPOST2Params) SetDefaults()
- func (o *CreateUsingPOST2Params) SetDto(dto *models.SupervisorNamespaceCreateDTO)
- func (o *CreateUsingPOST2Params) SetHTTPClient(client *http.Client)
- func (o *CreateUsingPOST2Params) SetTimeout(timeout time.Duration)
- func (o *CreateUsingPOST2Params) WithContext(ctx context.Context) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithDefaults() *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithDto(dto *models.SupervisorNamespaceCreateDTO) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithHTTPClient(client *http.Client) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WithTimeout(timeout time.Duration) *CreateUsingPOST2Params
- func (o *CreateUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateUsingPOST2Reader
- type DeleteUsingDELETE2OK
- type DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2Params() *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithContext(ctx context.Context) *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
- func NewDeleteUsingDELETE2ParamsWithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) SetContext(ctx context.Context)
- func (o *DeleteUsingDELETE2Params) SetDefaults()
- func (o *DeleteUsingDELETE2Params) SetDestroy(destroy *bool)
- func (o *DeleteUsingDELETE2Params) SetHTTPClient(client *http.Client)
- func (o *DeleteUsingDELETE2Params) SetSelfLinkID(selfLinkID string)
- func (o *DeleteUsingDELETE2Params) SetTimeout(timeout time.Duration)
- func (o *DeleteUsingDELETE2Params) WithContext(ctx context.Context) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithDefaults() *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithDestroy(destroy *bool) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithHTTPClient(client *http.Client) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithSelfLinkID(selfLinkID string) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
- func (o *DeleteUsingDELETE2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteUsingDELETE2Reader
- type GetNamespaceQuotasUsingGETOK
- type GetNamespaceQuotasUsingGETParams
- func NewGetNamespaceQuotasUsingGETParams() *GetNamespaceQuotasUsingGETParams
- func NewGetNamespaceQuotasUsingGETParamsWithContext(ctx context.Context) *GetNamespaceQuotasUsingGETParams
- func NewGetNamespaceQuotasUsingGETParamsWithHTTPClient(client *http.Client) *GetNamespaceQuotasUsingGETParams
- func NewGetNamespaceQuotasUsingGETParamsWithTimeout(timeout time.Duration) *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) SetContext(ctx context.Context)
- func (o *GetNamespaceQuotasUsingGETParams) SetDefaults()
- func (o *GetNamespaceQuotasUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetNamespaceQuotasUsingGETParams) SetSelfLinkID(selfLinkID string)
- func (o *GetNamespaceQuotasUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetNamespaceQuotasUsingGETParams) WithContext(ctx context.Context) *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) WithDefaults() *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) WithHTTPClient(client *http.Client) *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) WithSelfLinkID(selfLinkID string) *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) WithTimeout(timeout time.Duration) *GetNamespaceQuotasUsingGETParams
- func (o *GetNamespaceQuotasUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNamespaceQuotasUsingGETReader
- type GetNamespaceUsingGETOK
- type GetNamespaceUsingGETParams
- func NewGetNamespaceUsingGETParams() *GetNamespaceUsingGETParams
- func NewGetNamespaceUsingGETParamsWithContext(ctx context.Context) *GetNamespaceUsingGETParams
- func NewGetNamespaceUsingGETParamsWithHTTPClient(client *http.Client) *GetNamespaceUsingGETParams
- func NewGetNamespaceUsingGETParamsWithTimeout(timeout time.Duration) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) SetContext(ctx context.Context)
- func (o *GetNamespaceUsingGETParams) SetDefaults()
- func (o *GetNamespaceUsingGETParams) SetExpandStorage(expandStorage *bool)
- func (o *GetNamespaceUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetNamespaceUsingGETParams) SetSelfLinkID(selfLinkID string)
- func (o *GetNamespaceUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetNamespaceUsingGETParams) WithContext(ctx context.Context) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WithDefaults() *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WithExpandStorage(expandStorage *bool) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WithHTTPClient(client *http.Client) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WithSelfLinkID(selfLinkID string) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WithTimeout(timeout time.Duration) *GetNamespaceUsingGETParams
- func (o *GetNamespaceUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNamespaceUsingGETReader
- type ListUsingGET5OK
- type ListUsingGET5Params
- func (o *ListUsingGET5Params) SetClusterSelfLinkID(clusterSelfLinkID *string)
- func (o *ListUsingGET5Params) SetContext(ctx context.Context)
- func (o *ListUsingGET5Params) SetDefaults()
- func (o *ListUsingGET5Params) SetHTTPClient(client *http.Client)
- func (o *ListUsingGET5Params) SetOffset(offset *int64)
- func (o *ListUsingGET5Params) SetPageNumber(pageNumber *int32)
- func (o *ListUsingGET5Params) SetPageSize(pageSize *int32)
- func (o *ListUsingGET5Params) SetPaged(paged *bool)
- func (o *ListUsingGET5Params) SetRegistered(registered *string)
- func (o *ListUsingGET5Params) SetSortSorted(sortSorted *bool)
- func (o *ListUsingGET5Params) SetSortUnsorted(sortUnsorted *bool)
- func (o *ListUsingGET5Params) SetTimeout(timeout time.Duration)
- func (o *ListUsingGET5Params) SetUnpaged(unpaged *bool)
- func (o *ListUsingGET5Params) WithClusterSelfLinkID(clusterSelfLinkID *string) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithContext(ctx context.Context) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithDefaults() *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithHTTPClient(client *http.Client) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithOffset(offset *int64) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithPageNumber(pageNumber *int32) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithPageSize(pageSize *int32) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithPaged(paged *bool) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithRegistered(registered *string) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithSortSorted(sortSorted *bool) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithSortUnsorted(sortUnsorted *bool) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithTimeout(timeout time.Duration) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WithUnpaged(unpaged *bool) *ListUsingGET5Params
- func (o *ListUsingGET5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListUsingGET5Reader
- type RegisterUsingPUT2OK
- type RegisterUsingPUT2Params
- func NewRegisterUsingPUT2Params() *RegisterUsingPUT2Params
- func NewRegisterUsingPUT2ParamsWithContext(ctx context.Context) *RegisterUsingPUT2Params
- func NewRegisterUsingPUT2ParamsWithHTTPClient(client *http.Client) *RegisterUsingPUT2Params
- func NewRegisterUsingPUT2ParamsWithTimeout(timeout time.Duration) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) SetContext(ctx context.Context)
- func (o *RegisterUsingPUT2Params) SetDefaults()
- func (o *RegisterUsingPUT2Params) SetHTTPClient(client *http.Client)
- func (o *RegisterUsingPUT2Params) SetNamespaceSelfLinkID(namespaceSelfLinkID string)
- func (o *RegisterUsingPUT2Params) SetSvNamespace(svNamespace *models.SupervisorNamespace)
- func (o *RegisterUsingPUT2Params) SetTimeout(timeout time.Duration)
- func (o *RegisterUsingPUT2Params) WithContext(ctx context.Context) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WithDefaults() *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WithHTTPClient(client *http.Client) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WithSvNamespace(svNamespace *models.SupervisorNamespace) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WithTimeout(timeout time.Duration) *RegisterUsingPUT2Params
- func (o *RegisterUsingPUT2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegisterUsingPUT2Reader
- type SetNamespaceQuotasUsingPUTOK
- type SetNamespaceQuotasUsingPUTParams
- func NewSetNamespaceQuotasUsingPUTParams() *SetNamespaceQuotasUsingPUTParams
- func NewSetNamespaceQuotasUsingPUTParamsWithContext(ctx context.Context) *SetNamespaceQuotasUsingPUTParams
- func NewSetNamespaceQuotasUsingPUTParamsWithHTTPClient(client *http.Client) *SetNamespaceQuotasUsingPUTParams
- func NewSetNamespaceQuotasUsingPUTParamsWithTimeout(timeout time.Duration) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) SetContext(ctx context.Context)
- func (o *SetNamespaceQuotasUsingPUTParams) SetDefaults()
- func (o *SetNamespaceQuotasUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *SetNamespaceQuotasUsingPUTParams) SetQuotas(quotas []*models.SupervisorNamespaceQuota)
- func (o *SetNamespaceQuotasUsingPUTParams) SetSelfLinkID(selfLinkID string)
- func (o *SetNamespaceQuotasUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *SetNamespaceQuotasUsingPUTParams) WithContext(ctx context.Context) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WithDefaults() *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WithHTTPClient(client *http.Client) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WithQuotas(quotas []*models.SupervisorNamespaceQuota) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WithSelfLinkID(selfLinkID string) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WithTimeout(timeout time.Duration) *SetNamespaceQuotasUsingPUTParams
- func (o *SetNamespaceQuotasUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetNamespaceQuotasUsingPUTReader
- type SyncStatusUsingGETOK
- type SyncStatusUsingGETParams
- func NewSyncStatusUsingGETParams() *SyncStatusUsingGETParams
- func NewSyncStatusUsingGETParamsWithContext(ctx context.Context) *SyncStatusUsingGETParams
- func NewSyncStatusUsingGETParamsWithHTTPClient(client *http.Client) *SyncStatusUsingGETParams
- func NewSyncStatusUsingGETParamsWithTimeout(timeout time.Duration) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) SetContext(ctx context.Context)
- func (o *SyncStatusUsingGETParams) SetDefaults()
- func (o *SyncStatusUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *SyncStatusUsingGETParams) SetNamespaceSelfLinkID(namespaceSelfLinkID string)
- func (o *SyncStatusUsingGETParams) SetRequestID(requestID string)
- func (o *SyncStatusUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *SyncStatusUsingGETParams) WithContext(ctx context.Context) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WithDefaults() *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WithHTTPClient(client *http.Client) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WithRequestID(requestID string) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WithTimeout(timeout time.Duration) *SyncStatusUsingGETParams
- func (o *SyncStatusUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncStatusUsingGETReader
- type SyncUsingPOSTOK
- type SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) SetAccessList(accessList *models.SupervisorNamespaceSyncRequestDTO)
- func (o *SyncUsingPOSTParams) SetContext(ctx context.Context)
- func (o *SyncUsingPOSTParams) SetDefaults()
- func (o *SyncUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *SyncUsingPOSTParams) SetNamespaceSelfLinkID(namespaceSelfLinkID string)
- func (o *SyncUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *SyncUsingPOSTParams) WithAccessList(accessList *models.SupervisorNamespaceSyncRequestDTO) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithContext(ctx context.Context) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithDefaults() *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithHTTPClient(client *http.Client) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithNamespaceSelfLinkID(namespaceSelfLinkID string) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WithTimeout(timeout time.Duration) *SyncUsingPOSTParams
- func (o *SyncUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncUsingPOSTReader
- type UpdateUsingPATCHMixin5OK
- type UpdateUsingPATCHMixin5Params
- func NewUpdateUsingPATCHMixin5Params() *UpdateUsingPATCHMixin5Params
- func NewUpdateUsingPATCHMixin5ParamsWithContext(ctx context.Context) *UpdateUsingPATCHMixin5Params
- func NewUpdateUsingPATCHMixin5ParamsWithHTTPClient(client *http.Client) *UpdateUsingPATCHMixin5Params
- func NewUpdateUsingPATCHMixin5ParamsWithTimeout(timeout time.Duration) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) SetContext(ctx context.Context)
- func (o *UpdateUsingPATCHMixin5Params) SetDefaults()
- func (o *UpdateUsingPATCHMixin5Params) SetHTTPClient(client *http.Client)
- func (o *UpdateUsingPATCHMixin5Params) SetSelfLinkID(selfLinkID string)
- func (o *UpdateUsingPATCHMixin5Params) SetSvNamespaceDto(svNamespaceDto *models.SupervisorNamespaceUpdateDTO)
- func (o *UpdateUsingPATCHMixin5Params) SetTimeout(timeout time.Duration)
- func (o *UpdateUsingPATCHMixin5Params) WithContext(ctx context.Context) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WithDefaults() *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WithHTTPClient(client *http.Client) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WithSelfLinkID(selfLinkID string) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WithSvNamespaceDto(svNamespaceDto *models.SupervisorNamespaceUpdateDTO) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WithTimeout(timeout time.Duration) *UpdateUsingPATCHMixin5Params
- func (o *UpdateUsingPATCHMixin5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUsingPATCHMixin5Reader
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 ¶
func (o *CreateUsingPOST2OK) GetPayload() *models.SupervisorNamespace
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 ¶
func (o *CreateUsingPOST2Params) SetDto(dto *models.SupervisorNamespaceCreateDTO)
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 ¶
func (o *CreateUsingPOST2Params) WithContext(ctx context.Context) *CreateUsingPOST2Params
WithContext adds the context to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WithDefaults ¶
func (o *CreateUsingPOST2Params) WithDefaults() *CreateUsingPOST2Params
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 ¶
func (o *CreateUsingPOST2Params) WithDto(dto *models.SupervisorNamespaceCreateDTO) *CreateUsingPOST2Params
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 ¶
func (o *CreateUsingPOST2Params) WithTimeout(timeout time.Duration) *CreateUsingPOST2Params
WithTimeout adds the timeout to the create using p o s t 2 params
func (*CreateUsingPOST2Params) WriteToRequest ¶
func (o *CreateUsingPOST2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteUsingDELETE2Params) WithContext(ctx context.Context) *DeleteUsingDELETE2Params
WithContext adds the context to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WithDefaults ¶
func (o *DeleteUsingDELETE2Params) WithDefaults() *DeleteUsingDELETE2Params
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 ¶
func (o *DeleteUsingDELETE2Params) WithTimeout(timeout time.Duration) *DeleteUsingDELETE2Params
WithTimeout adds the timeout to the delete using d e l e t e 2 params
func (*DeleteUsingDELETE2Params) WriteToRequest ¶
func (o *DeleteUsingDELETE2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetNamespaceQuotasUsingGETOK) Error() string
func (*GetNamespaceQuotasUsingGETOK) GetPayload ¶
func (o *GetNamespaceQuotasUsingGETOK) GetPayload() []*models.SupervisorNamespaceQuota
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 ¶
func (o *GetNamespaceQuotasUsingGETParams) SetContext(ctx context.Context)
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 ¶
func (o *GetNamespaceQuotasUsingGETParams) WithContext(ctx context.Context) *GetNamespaceQuotasUsingGETParams
WithContext adds the context to the get namespace quotas using get params
func (*GetNamespaceQuotasUsingGETParams) WithDefaults ¶
func (o *GetNamespaceQuotasUsingGETParams) WithDefaults() *GetNamespaceQuotasUsingGETParams
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 ¶
func (o *GetNamespaceQuotasUsingGETParams) WithHTTPClient(client *http.Client) *GetNamespaceQuotasUsingGETParams
WithHTTPClient adds the HTTPClient to the get namespace quotas using get params
func (*GetNamespaceQuotasUsingGETParams) WithSelfLinkID ¶
func (o *GetNamespaceQuotasUsingGETParams) WithSelfLinkID(selfLinkID string) *GetNamespaceQuotasUsingGETParams
WithSelfLinkID adds the selfLinkID to the get namespace quotas using get params
func (*GetNamespaceQuotasUsingGETParams) WithTimeout ¶
func (o *GetNamespaceQuotasUsingGETParams) WithTimeout(timeout time.Duration) *GetNamespaceQuotasUsingGETParams
WithTimeout adds the timeout to the get namespace quotas using get params
func (*GetNamespaceQuotasUsingGETParams) WriteToRequest ¶
func (o *GetNamespaceQuotasUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetNamespaceUsingGETOK) GetPayload() *models.SupervisorNamespace
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 ¶
func (o *GetNamespaceUsingGETParams) WithContext(ctx context.Context) *GetNamespaceUsingGETParams
WithContext adds the context to the get namespace using get params
func (*GetNamespaceUsingGETParams) WithDefaults ¶
func (o *GetNamespaceUsingGETParams) WithDefaults() *GetNamespaceUsingGETParams
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 ¶
func (o *GetNamespaceUsingGETParams) WithHTTPClient(client *http.Client) *GetNamespaceUsingGETParams
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 ¶
func (o *GetNamespaceUsingGETParams) WithTimeout(timeout time.Duration) *GetNamespaceUsingGETParams
WithTimeout adds the timeout to the get namespace using get params
func (*GetNamespaceUsingGETParams) WriteToRequest ¶
func (o *GetNamespaceUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ListUsingGET5OK) GetPayload() *models.PageOfSupervisorNamespace
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 ¶
func (o *ListUsingGET5Params) WithContext(ctx context.Context) *ListUsingGET5Params
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 ¶
func (o *RegisterUsingPUT2OK) GetPayload() *models.SupervisorNamespace
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 ¶
func (o *RegisterUsingPUT2Params) WithContext(ctx context.Context) *RegisterUsingPUT2Params
WithContext adds the context to the register using p u t 2 params
func (*RegisterUsingPUT2Params) WithDefaults ¶
func (o *RegisterUsingPUT2Params) WithDefaults() *RegisterUsingPUT2Params
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 ¶
func (o *RegisterUsingPUT2Params) WithSvNamespace(svNamespace *models.SupervisorNamespace) *RegisterUsingPUT2Params
WithSvNamespace adds the svNamespace to the register using p u t 2 params
func (*RegisterUsingPUT2Params) WithTimeout ¶
func (o *RegisterUsingPUT2Params) WithTimeout(timeout time.Duration) *RegisterUsingPUT2Params
WithTimeout adds the timeout to the register using p u t 2 params
func (*RegisterUsingPUT2Params) WriteToRequest ¶
func (o *RegisterUsingPUT2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *SetNamespaceQuotasUsingPUTOK) Error() string
func (*SetNamespaceQuotasUsingPUTOK) GetPayload ¶
func (o *SetNamespaceQuotasUsingPUTOK) GetPayload() []*models.SupervisorNamespaceQuota
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 ¶
func (o *SetNamespaceQuotasUsingPUTParams) SetContext(ctx context.Context)
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 ¶
func (o *SetNamespaceQuotasUsingPUTParams) SetQuotas(quotas []*models.SupervisorNamespaceQuota)
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 ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithContext(ctx context.Context) *SetNamespaceQuotasUsingPUTParams
WithContext adds the context to the set namespace quotas using p u t params
func (*SetNamespaceQuotasUsingPUTParams) WithDefaults ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithDefaults() *SetNamespaceQuotasUsingPUTParams
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 ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithHTTPClient(client *http.Client) *SetNamespaceQuotasUsingPUTParams
WithHTTPClient adds the HTTPClient to the set namespace quotas using p u t params
func (*SetNamespaceQuotasUsingPUTParams) WithQuotas ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithQuotas(quotas []*models.SupervisorNamespaceQuota) *SetNamespaceQuotasUsingPUTParams
WithQuotas adds the quotas to the set namespace quotas using p u t params
func (*SetNamespaceQuotasUsingPUTParams) WithSelfLinkID ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithSelfLinkID(selfLinkID string) *SetNamespaceQuotasUsingPUTParams
WithSelfLinkID adds the selfLinkID to the set namespace quotas using p u t params
func (*SetNamespaceQuotasUsingPUTParams) WithTimeout ¶
func (o *SetNamespaceQuotasUsingPUTParams) WithTimeout(timeout time.Duration) *SetNamespaceQuotasUsingPUTParams
WithTimeout adds the timeout to the set namespace quotas using p u t params
func (*SetNamespaceQuotasUsingPUTParams) WriteToRequest ¶
func (o *SetNamespaceQuotasUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *SyncStatusUsingGETOK) GetPayload() *models.SupervisorNamespaceSyncResponseDTO
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 ¶
func (o *SyncStatusUsingGETParams) WithContext(ctx context.Context) *SyncStatusUsingGETParams
WithContext adds the context to the sync status using get params
func (*SyncStatusUsingGETParams) WithDefaults ¶
func (o *SyncStatusUsingGETParams) WithDefaults() *SyncStatusUsingGETParams
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 ¶
func (o *SyncStatusUsingGETParams) WithTimeout(timeout time.Duration) *SyncStatusUsingGETParams
WithTimeout adds the timeout to the sync status using get params
func (*SyncStatusUsingGETParams) WriteToRequest ¶
func (o *SyncStatusUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *SyncUsingPOSTOK) GetPayload() *models.SupervisorNamespaceSyncResponseDTO
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 ¶
func (o *SyncUsingPOSTParams) WithAccessList(accessList *models.SupervisorNamespaceSyncRequestDTO) *SyncUsingPOSTParams
WithAccessList adds the accessList to the sync using p o s t params
func (*SyncUsingPOSTParams) WithContext ¶
func (o *SyncUsingPOSTParams) WithContext(ctx context.Context) *SyncUsingPOSTParams
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 ¶
func (o *UpdateUsingPATCHMixin5OK) GetPayload() *models.SupervisorNamespace
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 ¶
func (o *UpdateUsingPATCHMixin5Params) WithContext(ctx context.Context) *UpdateUsingPATCHMixin5Params
WithContext adds the context to the update using p a t c h mixin5 params
func (*UpdateUsingPATCHMixin5Params) WithDefaults ¶
func (o *UpdateUsingPATCHMixin5Params) WithDefaults() *UpdateUsingPATCHMixin5Params
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 ¶
func (o *UpdateUsingPATCHMixin5Params) WithHTTPClient(client *http.Client) *UpdateUsingPATCHMixin5Params
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 ¶
func (o *UpdateUsingPATCHMixin5Params) WithSvNamespaceDto(svNamespaceDto *models.SupervisorNamespaceUpdateDTO) *UpdateUsingPATCHMixin5Params
WithSvNamespaceDto adds the svNamespaceDto to the update using p a t c h mixin5 params
func (*UpdateUsingPATCHMixin5Params) WithTimeout ¶
func (o *UpdateUsingPATCHMixin5Params) WithTimeout(timeout time.Duration) *UpdateUsingPATCHMixin5Params
WithTimeout adds the timeout to the update using p a t c h mixin5 params
func (*UpdateUsingPATCHMixin5Params) WriteToRequest ¶
func (o *UpdateUsingPATCHMixin5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files
¶
- create_using_post2_parameters.go
- create_using_post2_responses.go
- delete_using_delete2_parameters.go
- delete_using_delete2_responses.go
- get_namespace_quotas_using_get_parameters.go
- get_namespace_quotas_using_get_responses.go
- get_namespace_using_get_parameters.go
- get_namespace_using_get_responses.go
- list_using_get5_parameters.go
- list_using_get5_responses.go
- register_using_put2_parameters.go
- register_using_put2_responses.go
- set_namespace_quotas_using_put_parameters.go
- set_namespace_quotas_using_put_responses.go
- supervisor_namespaces_client.go
- sync_status_using_get_parameters.go
- sync_status_using_get_responses.go
- sync_using_post_parameters.go
- sync_using_post_responses.go
- update_using_patch_mixin5_parameters.go
- update_using_patch_mixin5_responses.go