tags_v1

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 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 tags v1 API

func (*Client) CreateTag

func (a *Client) CreateTag(params *CreateTagParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTagOK, *CreateTagNoContent, error)

CreateTag creates tag

func (*Client) DeleteTag

func (a *Client) DeleteTag(params *DeleteTagParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteTagOK, *DeleteTagNoContent, error)

DeleteTag deletes tag

func (*Client) GetTag

func (a *Client) GetTag(params *GetTagParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTagOK, *GetTagNoContent, error)

GetTag gets tag

func (*Client) ListTags

func (a *Client) ListTags(params *ListTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListTagsOK, *ListTagsNoContent, error)

ListTags lists tags

func (*Client) LoadTags

func (a *Client) LoadTags(params *LoadTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LoadTagsOK, *LoadTagsNoContent, error)

LoadTags loads tags

func (*Client) PatchTag

func (a *Client) PatchTag(params *PatchTagParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchTagOK, *PatchTagNoContent, error)

PatchTag patches tag

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncTags

func (a *Client) SyncTags(params *SyncTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SyncTagsOK, *SyncTagsNoContent, error)

SyncTags syncs tags

func (*Client) UpdateTag

func (a *Client) UpdateTag(params *UpdateTagParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateTagOK, *UpdateTagNoContent, error)

UpdateTag updates tag

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new tags v1 API client.

type CreateTagDefault

type CreateTagDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateTagDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateTagDefault

func NewCreateTagDefault(code int) *CreateTagDefault

NewCreateTagDefault creates a CreateTagDefault with default headers values

func (*CreateTagDefault) Code

func (o *CreateTagDefault) Code() int

Code gets the status code for the create tag default response

func (*CreateTagDefault) Error

func (o *CreateTagDefault) Error() string

func (*CreateTagDefault) GetPayload

func (o *CreateTagDefault) GetPayload() *service_model.RuntimeError

func (*CreateTagDefault) IsClientError added in v1.21.0

func (o *CreateTagDefault) IsClientError() bool

IsClientError returns true when this create tag default response has a 4xx status code

func (*CreateTagDefault) IsCode added in v1.21.0

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

IsCode returns true when this create tag default response a status code equal to that given

func (*CreateTagDefault) IsRedirect added in v1.21.0

func (o *CreateTagDefault) IsRedirect() bool

IsRedirect returns true when this create tag default response has a 3xx status code

func (*CreateTagDefault) IsServerError added in v1.21.0

func (o *CreateTagDefault) IsServerError() bool

IsServerError returns true when this create tag default response has a 5xx status code

func (*CreateTagDefault) IsSuccess added in v1.21.0

func (o *CreateTagDefault) IsSuccess() bool

IsSuccess returns true when this create tag default response has a 2xx status code

func (*CreateTagDefault) String added in v1.21.0

func (o *CreateTagDefault) String() string

type CreateTagForbidden

type CreateTagForbidden struct {
	Payload interface{}
}
CreateTagForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateTagForbidden

func NewCreateTagForbidden() *CreateTagForbidden

NewCreateTagForbidden creates a CreateTagForbidden with default headers values

func (*CreateTagForbidden) Code added in v1.22.0

func (o *CreateTagForbidden) Code() int

Code gets the status code for the create tag forbidden response

func (*CreateTagForbidden) Error

func (o *CreateTagForbidden) Error() string

func (*CreateTagForbidden) GetPayload

func (o *CreateTagForbidden) GetPayload() interface{}

func (*CreateTagForbidden) IsClientError added in v1.21.0

func (o *CreateTagForbidden) IsClientError() bool

IsClientError returns true when this create tag forbidden response has a 4xx status code

func (*CreateTagForbidden) IsCode added in v1.21.0

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

IsCode returns true when this create tag forbidden response a status code equal to that given

func (*CreateTagForbidden) IsRedirect added in v1.21.0

func (o *CreateTagForbidden) IsRedirect() bool

IsRedirect returns true when this create tag forbidden response has a 3xx status code

func (*CreateTagForbidden) IsServerError added in v1.21.0

func (o *CreateTagForbidden) IsServerError() bool

IsServerError returns true when this create tag forbidden response has a 5xx status code

func (*CreateTagForbidden) IsSuccess added in v1.21.0

func (o *CreateTagForbidden) IsSuccess() bool

IsSuccess returns true when this create tag forbidden response has a 2xx status code

func (*CreateTagForbidden) String added in v1.21.0

func (o *CreateTagForbidden) String() string

type CreateTagNoContent

type CreateTagNoContent struct {
	Payload interface{}
}
CreateTagNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateTagNoContent

func NewCreateTagNoContent() *CreateTagNoContent

NewCreateTagNoContent creates a CreateTagNoContent with default headers values

func (*CreateTagNoContent) Code added in v1.22.0

func (o *CreateTagNoContent) Code() int

Code gets the status code for the create tag no content response

func (*CreateTagNoContent) Error

func (o *CreateTagNoContent) Error() string

func (*CreateTagNoContent) GetPayload

func (o *CreateTagNoContent) GetPayload() interface{}

func (*CreateTagNoContent) IsClientError added in v1.21.0

func (o *CreateTagNoContent) IsClientError() bool

IsClientError returns true when this create tag no content response has a 4xx status code

func (*CreateTagNoContent) IsCode added in v1.21.0

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

IsCode returns true when this create tag no content response a status code equal to that given

func (*CreateTagNoContent) IsRedirect added in v1.21.0

func (o *CreateTagNoContent) IsRedirect() bool

IsRedirect returns true when this create tag no content response has a 3xx status code

func (*CreateTagNoContent) IsServerError added in v1.21.0

func (o *CreateTagNoContent) IsServerError() bool

IsServerError returns true when this create tag no content response has a 5xx status code

func (*CreateTagNoContent) IsSuccess added in v1.21.0

func (o *CreateTagNoContent) IsSuccess() bool

IsSuccess returns true when this create tag no content response has a 2xx status code

func (*CreateTagNoContent) String added in v1.21.0

func (o *CreateTagNoContent) String() string

type CreateTagNotFound

type CreateTagNotFound struct {
	Payload interface{}
}
CreateTagNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateTagNotFound

func NewCreateTagNotFound() *CreateTagNotFound

NewCreateTagNotFound creates a CreateTagNotFound with default headers values

func (*CreateTagNotFound) Code added in v1.22.0

func (o *CreateTagNotFound) Code() int

Code gets the status code for the create tag not found response

func (*CreateTagNotFound) Error

func (o *CreateTagNotFound) Error() string

func (*CreateTagNotFound) GetPayload

func (o *CreateTagNotFound) GetPayload() interface{}

func (*CreateTagNotFound) IsClientError added in v1.21.0

func (o *CreateTagNotFound) IsClientError() bool

IsClientError returns true when this create tag not found response has a 4xx status code

func (*CreateTagNotFound) IsCode added in v1.21.0

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

IsCode returns true when this create tag not found response a status code equal to that given

func (*CreateTagNotFound) IsRedirect added in v1.21.0

func (o *CreateTagNotFound) IsRedirect() bool

IsRedirect returns true when this create tag not found response has a 3xx status code

func (*CreateTagNotFound) IsServerError added in v1.21.0

func (o *CreateTagNotFound) IsServerError() bool

IsServerError returns true when this create tag not found response has a 5xx status code

func (*CreateTagNotFound) IsSuccess added in v1.21.0

func (o *CreateTagNotFound) IsSuccess() bool

IsSuccess returns true when this create tag not found response has a 2xx status code

func (*CreateTagNotFound) String added in v1.21.0

func (o *CreateTagNotFound) String() string

type CreateTagOK

type CreateTagOK struct {
	Payload *service_model.V1Tag
}
CreateTagOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateTagOK

func NewCreateTagOK() *CreateTagOK

NewCreateTagOK creates a CreateTagOK with default headers values

func (*CreateTagOK) Code added in v1.22.0

func (o *CreateTagOK) Code() int

Code gets the status code for the create tag o k response

func (*CreateTagOK) Error

func (o *CreateTagOK) Error() string

func (*CreateTagOK) GetPayload

func (o *CreateTagOK) GetPayload() *service_model.V1Tag

func (*CreateTagOK) IsClientError added in v1.21.0

func (o *CreateTagOK) IsClientError() bool

IsClientError returns true when this create tag o k response has a 4xx status code

func (*CreateTagOK) IsCode added in v1.21.0

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

IsCode returns true when this create tag o k response a status code equal to that given

func (*CreateTagOK) IsRedirect added in v1.21.0

func (o *CreateTagOK) IsRedirect() bool

IsRedirect returns true when this create tag o k response has a 3xx status code

func (*CreateTagOK) IsServerError added in v1.21.0

func (o *CreateTagOK) IsServerError() bool

IsServerError returns true when this create tag o k response has a 5xx status code

func (*CreateTagOK) IsSuccess added in v1.21.0

func (o *CreateTagOK) IsSuccess() bool

IsSuccess returns true when this create tag o k response has a 2xx status code

func (*CreateTagOK) String added in v1.21.0

func (o *CreateTagOK) String() string

type CreateTagParams

type CreateTagParams struct {

	/* Body.

	   Tag body
	*/
	Body *service_model.V1Tag

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateTagParams contains all the parameters to send to the API endpoint

for the create tag operation.

Typically these are written to a http.Request.

func NewCreateTagParams

func NewCreateTagParams() *CreateTagParams

NewCreateTagParams creates a new CreateTagParams 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 NewCreateTagParamsWithContext

func NewCreateTagParamsWithContext(ctx context.Context) *CreateTagParams

NewCreateTagParamsWithContext creates a new CreateTagParams object with the ability to set a context for a request.

func NewCreateTagParamsWithHTTPClient

func NewCreateTagParamsWithHTTPClient(client *http.Client) *CreateTagParams

NewCreateTagParamsWithHTTPClient creates a new CreateTagParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTagParamsWithTimeout

func NewCreateTagParamsWithTimeout(timeout time.Duration) *CreateTagParams

NewCreateTagParamsWithTimeout creates a new CreateTagParams object with the ability to set a timeout on a request.

func (*CreateTagParams) SetBody

func (o *CreateTagParams) SetBody(body *service_model.V1Tag)

SetBody adds the body to the create tag params

func (*CreateTagParams) SetContext

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

SetContext adds the context to the create tag params

func (*CreateTagParams) SetDefaults

func (o *CreateTagParams) SetDefaults()

SetDefaults hydrates default values in the create tag params (not the query body).

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

func (*CreateTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create tag params

func (*CreateTagParams) SetOwner

func (o *CreateTagParams) SetOwner(owner string)

SetOwner adds the owner to the create tag params

func (*CreateTagParams) SetTimeout

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

SetTimeout adds the timeout to the create tag params

func (*CreateTagParams) WithBody

func (o *CreateTagParams) WithBody(body *service_model.V1Tag) *CreateTagParams

WithBody adds the body to the create tag params

func (*CreateTagParams) WithContext

func (o *CreateTagParams) WithContext(ctx context.Context) *CreateTagParams

WithContext adds the context to the create tag params

func (*CreateTagParams) WithDefaults

func (o *CreateTagParams) WithDefaults() *CreateTagParams

WithDefaults hydrates default values in the create tag params (not the query body).

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

func (*CreateTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create tag params

func (*CreateTagParams) WithOwner

func (o *CreateTagParams) WithOwner(owner string) *CreateTagParams

WithOwner adds the owner to the create tag params

func (*CreateTagParams) WithTimeout

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

WithTimeout adds the timeout to the create tag params

func (*CreateTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateTagReader

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

CreateTagReader is a Reader for the CreateTag structure.

func (*CreateTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTagDefault

type DeleteTagDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteTagDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteTagDefault

func NewDeleteTagDefault(code int) *DeleteTagDefault

NewDeleteTagDefault creates a DeleteTagDefault with default headers values

func (*DeleteTagDefault) Code

func (o *DeleteTagDefault) Code() int

Code gets the status code for the delete tag default response

func (*DeleteTagDefault) Error

func (o *DeleteTagDefault) Error() string

func (*DeleteTagDefault) GetPayload

func (o *DeleteTagDefault) GetPayload() *service_model.RuntimeError

func (*DeleteTagDefault) IsClientError added in v1.21.0

func (o *DeleteTagDefault) IsClientError() bool

IsClientError returns true when this delete tag default response has a 4xx status code

func (*DeleteTagDefault) IsCode added in v1.21.0

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

IsCode returns true when this delete tag default response a status code equal to that given

func (*DeleteTagDefault) IsRedirect added in v1.21.0

func (o *DeleteTagDefault) IsRedirect() bool

IsRedirect returns true when this delete tag default response has a 3xx status code

func (*DeleteTagDefault) IsServerError added in v1.21.0

func (o *DeleteTagDefault) IsServerError() bool

IsServerError returns true when this delete tag default response has a 5xx status code

func (*DeleteTagDefault) IsSuccess added in v1.21.0

func (o *DeleteTagDefault) IsSuccess() bool

IsSuccess returns true when this delete tag default response has a 2xx status code

func (*DeleteTagDefault) String added in v1.21.0

func (o *DeleteTagDefault) String() string

type DeleteTagForbidden

type DeleteTagForbidden struct {
	Payload interface{}
}
DeleteTagForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteTagForbidden

func NewDeleteTagForbidden() *DeleteTagForbidden

NewDeleteTagForbidden creates a DeleteTagForbidden with default headers values

func (*DeleteTagForbidden) Code added in v1.22.0

func (o *DeleteTagForbidden) Code() int

Code gets the status code for the delete tag forbidden response

func (*DeleteTagForbidden) Error

func (o *DeleteTagForbidden) Error() string

func (*DeleteTagForbidden) GetPayload

func (o *DeleteTagForbidden) GetPayload() interface{}

func (*DeleteTagForbidden) IsClientError added in v1.21.0

func (o *DeleteTagForbidden) IsClientError() bool

IsClientError returns true when this delete tag forbidden response has a 4xx status code

func (*DeleteTagForbidden) IsCode added in v1.21.0

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

IsCode returns true when this delete tag forbidden response a status code equal to that given

func (*DeleteTagForbidden) IsRedirect added in v1.21.0

func (o *DeleteTagForbidden) IsRedirect() bool

IsRedirect returns true when this delete tag forbidden response has a 3xx status code

func (*DeleteTagForbidden) IsServerError added in v1.21.0

func (o *DeleteTagForbidden) IsServerError() bool

IsServerError returns true when this delete tag forbidden response has a 5xx status code

func (*DeleteTagForbidden) IsSuccess added in v1.21.0

func (o *DeleteTagForbidden) IsSuccess() bool

IsSuccess returns true when this delete tag forbidden response has a 2xx status code

func (*DeleteTagForbidden) String added in v1.21.0

func (o *DeleteTagForbidden) String() string

type DeleteTagNoContent

type DeleteTagNoContent struct {
	Payload interface{}
}
DeleteTagNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteTagNoContent

func NewDeleteTagNoContent() *DeleteTagNoContent

NewDeleteTagNoContent creates a DeleteTagNoContent with default headers values

func (*DeleteTagNoContent) Code added in v1.22.0

func (o *DeleteTagNoContent) Code() int

Code gets the status code for the delete tag no content response

func (*DeleteTagNoContent) Error

func (o *DeleteTagNoContent) Error() string

func (*DeleteTagNoContent) GetPayload

func (o *DeleteTagNoContent) GetPayload() interface{}

func (*DeleteTagNoContent) IsClientError added in v1.21.0

func (o *DeleteTagNoContent) IsClientError() bool

IsClientError returns true when this delete tag no content response has a 4xx status code

func (*DeleteTagNoContent) IsCode added in v1.21.0

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

IsCode returns true when this delete tag no content response a status code equal to that given

func (*DeleteTagNoContent) IsRedirect added in v1.21.0

func (o *DeleteTagNoContent) IsRedirect() bool

IsRedirect returns true when this delete tag no content response has a 3xx status code

func (*DeleteTagNoContent) IsServerError added in v1.21.0

func (o *DeleteTagNoContent) IsServerError() bool

IsServerError returns true when this delete tag no content response has a 5xx status code

func (*DeleteTagNoContent) IsSuccess added in v1.21.0

func (o *DeleteTagNoContent) IsSuccess() bool

IsSuccess returns true when this delete tag no content response has a 2xx status code

func (*DeleteTagNoContent) String added in v1.21.0

func (o *DeleteTagNoContent) String() string

type DeleteTagNotFound

type DeleteTagNotFound struct {
	Payload interface{}
}
DeleteTagNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteTagNotFound

func NewDeleteTagNotFound() *DeleteTagNotFound

NewDeleteTagNotFound creates a DeleteTagNotFound with default headers values

func (*DeleteTagNotFound) Code added in v1.22.0

func (o *DeleteTagNotFound) Code() int

Code gets the status code for the delete tag not found response

func (*DeleteTagNotFound) Error

func (o *DeleteTagNotFound) Error() string

func (*DeleteTagNotFound) GetPayload

func (o *DeleteTagNotFound) GetPayload() interface{}

func (*DeleteTagNotFound) IsClientError added in v1.21.0

func (o *DeleteTagNotFound) IsClientError() bool

IsClientError returns true when this delete tag not found response has a 4xx status code

func (*DeleteTagNotFound) IsCode added in v1.21.0

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

IsCode returns true when this delete tag not found response a status code equal to that given

func (*DeleteTagNotFound) IsRedirect added in v1.21.0

func (o *DeleteTagNotFound) IsRedirect() bool

IsRedirect returns true when this delete tag not found response has a 3xx status code

func (*DeleteTagNotFound) IsServerError added in v1.21.0

func (o *DeleteTagNotFound) IsServerError() bool

IsServerError returns true when this delete tag not found response has a 5xx status code

func (*DeleteTagNotFound) IsSuccess added in v1.21.0

func (o *DeleteTagNotFound) IsSuccess() bool

IsSuccess returns true when this delete tag not found response has a 2xx status code

func (*DeleteTagNotFound) String added in v1.21.0

func (o *DeleteTagNotFound) String() string

type DeleteTagOK

type DeleteTagOK struct {
}
DeleteTagOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteTagOK

func NewDeleteTagOK() *DeleteTagOK

NewDeleteTagOK creates a DeleteTagOK with default headers values

func (*DeleteTagOK) Code added in v1.22.0

func (o *DeleteTagOK) Code() int

Code gets the status code for the delete tag o k response

func (*DeleteTagOK) Error

func (o *DeleteTagOK) Error() string

func (*DeleteTagOK) IsClientError added in v1.21.0

func (o *DeleteTagOK) IsClientError() bool

IsClientError returns true when this delete tag o k response has a 4xx status code

func (*DeleteTagOK) IsCode added in v1.21.0

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

IsCode returns true when this delete tag o k response a status code equal to that given

func (*DeleteTagOK) IsRedirect added in v1.21.0

func (o *DeleteTagOK) IsRedirect() bool

IsRedirect returns true when this delete tag o k response has a 3xx status code

func (*DeleteTagOK) IsServerError added in v1.21.0

func (o *DeleteTagOK) IsServerError() bool

IsServerError returns true when this delete tag o k response has a 5xx status code

func (*DeleteTagOK) IsSuccess added in v1.21.0

func (o *DeleteTagOK) IsSuccess() bool

IsSuccess returns true when this delete tag o k response has a 2xx status code

func (*DeleteTagOK) String added in v1.21.0

func (o *DeleteTagOK) String() string

type DeleteTagParams

type DeleteTagParams struct {

	/* Cascade.

	   Flag to handle sub-entities.
	*/
	Cascade *bool

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the entity
	*/
	UUID string

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

DeleteTagParams contains all the parameters to send to the API endpoint

for the delete tag operation.

Typically these are written to a http.Request.

func NewDeleteTagParams

func NewDeleteTagParams() *DeleteTagParams

NewDeleteTagParams creates a new DeleteTagParams 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 NewDeleteTagParamsWithContext

func NewDeleteTagParamsWithContext(ctx context.Context) *DeleteTagParams

NewDeleteTagParamsWithContext creates a new DeleteTagParams object with the ability to set a context for a request.

func NewDeleteTagParamsWithHTTPClient

func NewDeleteTagParamsWithHTTPClient(client *http.Client) *DeleteTagParams

NewDeleteTagParamsWithHTTPClient creates a new DeleteTagParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTagParamsWithTimeout

func NewDeleteTagParamsWithTimeout(timeout time.Duration) *DeleteTagParams

NewDeleteTagParamsWithTimeout creates a new DeleteTagParams object with the ability to set a timeout on a request.

func (*DeleteTagParams) SetCascade

func (o *DeleteTagParams) SetCascade(cascade *bool)

SetCascade adds the cascade to the delete tag params

func (*DeleteTagParams) SetContext

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

SetContext adds the context to the delete tag params

func (*DeleteTagParams) SetDefaults

func (o *DeleteTagParams) SetDefaults()

SetDefaults hydrates default values in the delete tag params (not the query body).

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

func (*DeleteTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete tag params

func (*DeleteTagParams) SetOwner

func (o *DeleteTagParams) SetOwner(owner string)

SetOwner adds the owner to the delete tag params

func (*DeleteTagParams) SetTimeout

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

SetTimeout adds the timeout to the delete tag params

func (*DeleteTagParams) SetUUID

func (o *DeleteTagParams) SetUUID(uuid string)

SetUUID adds the uuid to the delete tag params

func (*DeleteTagParams) WithCascade

func (o *DeleteTagParams) WithCascade(cascade *bool) *DeleteTagParams

WithCascade adds the cascade to the delete tag params

func (*DeleteTagParams) WithContext

func (o *DeleteTagParams) WithContext(ctx context.Context) *DeleteTagParams

WithContext adds the context to the delete tag params

func (*DeleteTagParams) WithDefaults

func (o *DeleteTagParams) WithDefaults() *DeleteTagParams

WithDefaults hydrates default values in the delete tag params (not the query body).

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

func (*DeleteTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete tag params

func (*DeleteTagParams) WithOwner

func (o *DeleteTagParams) WithOwner(owner string) *DeleteTagParams

WithOwner adds the owner to the delete tag params

func (*DeleteTagParams) WithTimeout

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

WithTimeout adds the timeout to the delete tag params

func (*DeleteTagParams) WithUUID

func (o *DeleteTagParams) WithUUID(uuid string) *DeleteTagParams

WithUUID adds the uuid to the delete tag params

func (*DeleteTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteTagReader

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

DeleteTagReader is a Reader for the DeleteTag structure.

func (*DeleteTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTagDefault

type GetTagDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetTagDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetTagDefault

func NewGetTagDefault(code int) *GetTagDefault

NewGetTagDefault creates a GetTagDefault with default headers values

func (*GetTagDefault) Code

func (o *GetTagDefault) Code() int

Code gets the status code for the get tag default response

func (*GetTagDefault) Error

func (o *GetTagDefault) Error() string

func (*GetTagDefault) GetPayload

func (o *GetTagDefault) GetPayload() *service_model.RuntimeError

func (*GetTagDefault) IsClientError added in v1.21.0

func (o *GetTagDefault) IsClientError() bool

IsClientError returns true when this get tag default response has a 4xx status code

func (*GetTagDefault) IsCode added in v1.21.0

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

IsCode returns true when this get tag default response a status code equal to that given

func (*GetTagDefault) IsRedirect added in v1.21.0

func (o *GetTagDefault) IsRedirect() bool

IsRedirect returns true when this get tag default response has a 3xx status code

func (*GetTagDefault) IsServerError added in v1.21.0

func (o *GetTagDefault) IsServerError() bool

IsServerError returns true when this get tag default response has a 5xx status code

func (*GetTagDefault) IsSuccess added in v1.21.0

func (o *GetTagDefault) IsSuccess() bool

IsSuccess returns true when this get tag default response has a 2xx status code

func (*GetTagDefault) String added in v1.21.0

func (o *GetTagDefault) String() string

type GetTagForbidden

type GetTagForbidden struct {
	Payload interface{}
}
GetTagForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetTagForbidden

func NewGetTagForbidden() *GetTagForbidden

NewGetTagForbidden creates a GetTagForbidden with default headers values

func (*GetTagForbidden) Code added in v1.22.0

func (o *GetTagForbidden) Code() int

Code gets the status code for the get tag forbidden response

func (*GetTagForbidden) Error

func (o *GetTagForbidden) Error() string

func (*GetTagForbidden) GetPayload

func (o *GetTagForbidden) GetPayload() interface{}

func (*GetTagForbidden) IsClientError added in v1.21.0

func (o *GetTagForbidden) IsClientError() bool

IsClientError returns true when this get tag forbidden response has a 4xx status code

func (*GetTagForbidden) IsCode added in v1.21.0

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

IsCode returns true when this get tag forbidden response a status code equal to that given

func (*GetTagForbidden) IsRedirect added in v1.21.0

func (o *GetTagForbidden) IsRedirect() bool

IsRedirect returns true when this get tag forbidden response has a 3xx status code

func (*GetTagForbidden) IsServerError added in v1.21.0

func (o *GetTagForbidden) IsServerError() bool

IsServerError returns true when this get tag forbidden response has a 5xx status code

func (*GetTagForbidden) IsSuccess added in v1.21.0

func (o *GetTagForbidden) IsSuccess() bool

IsSuccess returns true when this get tag forbidden response has a 2xx status code

func (*GetTagForbidden) String added in v1.21.0

func (o *GetTagForbidden) String() string

type GetTagNoContent

type GetTagNoContent struct {
	Payload interface{}
}
GetTagNoContent describes a response with status code 204, with default header values.

No content.

func NewGetTagNoContent

func NewGetTagNoContent() *GetTagNoContent

NewGetTagNoContent creates a GetTagNoContent with default headers values

func (*GetTagNoContent) Code added in v1.22.0

func (o *GetTagNoContent) Code() int

Code gets the status code for the get tag no content response

func (*GetTagNoContent) Error

func (o *GetTagNoContent) Error() string

func (*GetTagNoContent) GetPayload

func (o *GetTagNoContent) GetPayload() interface{}

func (*GetTagNoContent) IsClientError added in v1.21.0

func (o *GetTagNoContent) IsClientError() bool

IsClientError returns true when this get tag no content response has a 4xx status code

func (*GetTagNoContent) IsCode added in v1.21.0

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

IsCode returns true when this get tag no content response a status code equal to that given

func (*GetTagNoContent) IsRedirect added in v1.21.0

func (o *GetTagNoContent) IsRedirect() bool

IsRedirect returns true when this get tag no content response has a 3xx status code

func (*GetTagNoContent) IsServerError added in v1.21.0

func (o *GetTagNoContent) IsServerError() bool

IsServerError returns true when this get tag no content response has a 5xx status code

func (*GetTagNoContent) IsSuccess added in v1.21.0

func (o *GetTagNoContent) IsSuccess() bool

IsSuccess returns true when this get tag no content response has a 2xx status code

func (*GetTagNoContent) String added in v1.21.0

func (o *GetTagNoContent) String() string

type GetTagNotFound

type GetTagNotFound struct {
	Payload interface{}
}
GetTagNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetTagNotFound

func NewGetTagNotFound() *GetTagNotFound

NewGetTagNotFound creates a GetTagNotFound with default headers values

func (*GetTagNotFound) Code added in v1.22.0

func (o *GetTagNotFound) Code() int

Code gets the status code for the get tag not found response

func (*GetTagNotFound) Error

func (o *GetTagNotFound) Error() string

func (*GetTagNotFound) GetPayload

func (o *GetTagNotFound) GetPayload() interface{}

func (*GetTagNotFound) IsClientError added in v1.21.0

func (o *GetTagNotFound) IsClientError() bool

IsClientError returns true when this get tag not found response has a 4xx status code

func (*GetTagNotFound) IsCode added in v1.21.0

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

IsCode returns true when this get tag not found response a status code equal to that given

func (*GetTagNotFound) IsRedirect added in v1.21.0

func (o *GetTagNotFound) IsRedirect() bool

IsRedirect returns true when this get tag not found response has a 3xx status code

func (*GetTagNotFound) IsServerError added in v1.21.0

func (o *GetTagNotFound) IsServerError() bool

IsServerError returns true when this get tag not found response has a 5xx status code

func (*GetTagNotFound) IsSuccess added in v1.21.0

func (o *GetTagNotFound) IsSuccess() bool

IsSuccess returns true when this get tag not found response has a 2xx status code

func (*GetTagNotFound) String added in v1.21.0

func (o *GetTagNotFound) String() string

type GetTagOK

type GetTagOK struct {
	Payload *service_model.V1Tag
}
GetTagOK describes a response with status code 200, with default header values.

A successful response.

func NewGetTagOK

func NewGetTagOK() *GetTagOK

NewGetTagOK creates a GetTagOK with default headers values

func (*GetTagOK) Code added in v1.22.0

func (o *GetTagOK) Code() int

Code gets the status code for the get tag o k response

func (*GetTagOK) Error

func (o *GetTagOK) Error() string

func (*GetTagOK) GetPayload

func (o *GetTagOK) GetPayload() *service_model.V1Tag

func (*GetTagOK) IsClientError added in v1.21.0

func (o *GetTagOK) IsClientError() bool

IsClientError returns true when this get tag o k response has a 4xx status code

func (*GetTagOK) IsCode added in v1.21.0

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

IsCode returns true when this get tag o k response a status code equal to that given

func (*GetTagOK) IsRedirect added in v1.21.0

func (o *GetTagOK) IsRedirect() bool

IsRedirect returns true when this get tag o k response has a 3xx status code

func (*GetTagOK) IsServerError added in v1.21.0

func (o *GetTagOK) IsServerError() bool

IsServerError returns true when this get tag o k response has a 5xx status code

func (*GetTagOK) IsSuccess added in v1.21.0

func (o *GetTagOK) IsSuccess() bool

IsSuccess returns true when this get tag o k response has a 2xx status code

func (*GetTagOK) String added in v1.21.0

func (o *GetTagOK) String() string

type GetTagParams

type GetTagParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the entity
	*/
	UUID string

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

GetTagParams contains all the parameters to send to the API endpoint

for the get tag operation.

Typically these are written to a http.Request.

func NewGetTagParams

func NewGetTagParams() *GetTagParams

NewGetTagParams creates a new GetTagParams 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 NewGetTagParamsWithContext

func NewGetTagParamsWithContext(ctx context.Context) *GetTagParams

NewGetTagParamsWithContext creates a new GetTagParams object with the ability to set a context for a request.

func NewGetTagParamsWithHTTPClient

func NewGetTagParamsWithHTTPClient(client *http.Client) *GetTagParams

NewGetTagParamsWithHTTPClient creates a new GetTagParams object with the ability to set a custom HTTPClient for a request.

func NewGetTagParamsWithTimeout

func NewGetTagParamsWithTimeout(timeout time.Duration) *GetTagParams

NewGetTagParamsWithTimeout creates a new GetTagParams object with the ability to set a timeout on a request.

func (*GetTagParams) SetContext

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

SetContext adds the context to the get tag params

func (*GetTagParams) SetDefaults

func (o *GetTagParams) SetDefaults()

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

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

func (*GetTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tag params

func (*GetTagParams) SetOwner

func (o *GetTagParams) SetOwner(owner string)

SetOwner adds the owner to the get tag params

func (*GetTagParams) SetTimeout

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

SetTimeout adds the timeout to the get tag params

func (*GetTagParams) SetUUID

func (o *GetTagParams) SetUUID(uuid string)

SetUUID adds the uuid to the get tag params

func (*GetTagParams) WithContext

func (o *GetTagParams) WithContext(ctx context.Context) *GetTagParams

WithContext adds the context to the get tag params

func (*GetTagParams) WithDefaults

func (o *GetTagParams) WithDefaults() *GetTagParams

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

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

func (*GetTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get tag params

func (*GetTagParams) WithOwner

func (o *GetTagParams) WithOwner(owner string) *GetTagParams

WithOwner adds the owner to the get tag params

func (*GetTagParams) WithTimeout

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

WithTimeout adds the timeout to the get tag params

func (*GetTagParams) WithUUID

func (o *GetTagParams) WithUUID(uuid string) *GetTagParams

WithUUID adds the uuid to the get tag params

func (*GetTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTagReader

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

GetTagReader is a Reader for the GetTag structure.

func (*GetTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListTagsDefault

type ListTagsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListTagsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListTagsDefault

func NewListTagsDefault(code int) *ListTagsDefault

NewListTagsDefault creates a ListTagsDefault with default headers values

func (*ListTagsDefault) Code

func (o *ListTagsDefault) Code() int

Code gets the status code for the list tags default response

func (*ListTagsDefault) Error

func (o *ListTagsDefault) Error() string

func (*ListTagsDefault) GetPayload

func (o *ListTagsDefault) GetPayload() *service_model.RuntimeError

func (*ListTagsDefault) IsClientError added in v1.21.0

func (o *ListTagsDefault) IsClientError() bool

IsClientError returns true when this list tags default response has a 4xx status code

func (*ListTagsDefault) IsCode added in v1.21.0

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

IsCode returns true when this list tags default response a status code equal to that given

func (*ListTagsDefault) IsRedirect added in v1.21.0

func (o *ListTagsDefault) IsRedirect() bool

IsRedirect returns true when this list tags default response has a 3xx status code

func (*ListTagsDefault) IsServerError added in v1.21.0

func (o *ListTagsDefault) IsServerError() bool

IsServerError returns true when this list tags default response has a 5xx status code

func (*ListTagsDefault) IsSuccess added in v1.21.0

func (o *ListTagsDefault) IsSuccess() bool

IsSuccess returns true when this list tags default response has a 2xx status code

func (*ListTagsDefault) String added in v1.21.0

func (o *ListTagsDefault) String() string

type ListTagsForbidden

type ListTagsForbidden struct {
	Payload interface{}
}
ListTagsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListTagsForbidden

func NewListTagsForbidden() *ListTagsForbidden

NewListTagsForbidden creates a ListTagsForbidden with default headers values

func (*ListTagsForbidden) Code added in v1.22.0

func (o *ListTagsForbidden) Code() int

Code gets the status code for the list tags forbidden response

func (*ListTagsForbidden) Error

func (o *ListTagsForbidden) Error() string

func (*ListTagsForbidden) GetPayload

func (o *ListTagsForbidden) GetPayload() interface{}

func (*ListTagsForbidden) IsClientError added in v1.21.0

func (o *ListTagsForbidden) IsClientError() bool

IsClientError returns true when this list tags forbidden response has a 4xx status code

func (*ListTagsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this list tags forbidden response a status code equal to that given

func (*ListTagsForbidden) IsRedirect added in v1.21.0

func (o *ListTagsForbidden) IsRedirect() bool

IsRedirect returns true when this list tags forbidden response has a 3xx status code

func (*ListTagsForbidden) IsServerError added in v1.21.0

func (o *ListTagsForbidden) IsServerError() bool

IsServerError returns true when this list tags forbidden response has a 5xx status code

func (*ListTagsForbidden) IsSuccess added in v1.21.0

func (o *ListTagsForbidden) IsSuccess() bool

IsSuccess returns true when this list tags forbidden response has a 2xx status code

func (*ListTagsForbidden) String added in v1.21.0

func (o *ListTagsForbidden) String() string

type ListTagsNoContent

type ListTagsNoContent struct {
	Payload interface{}
}
ListTagsNoContent describes a response with status code 204, with default header values.

No content.

func NewListTagsNoContent

func NewListTagsNoContent() *ListTagsNoContent

NewListTagsNoContent creates a ListTagsNoContent with default headers values

func (*ListTagsNoContent) Code added in v1.22.0

func (o *ListTagsNoContent) Code() int

Code gets the status code for the list tags no content response

func (*ListTagsNoContent) Error

func (o *ListTagsNoContent) Error() string

func (*ListTagsNoContent) GetPayload

func (o *ListTagsNoContent) GetPayload() interface{}

func (*ListTagsNoContent) IsClientError added in v1.21.0

func (o *ListTagsNoContent) IsClientError() bool

IsClientError returns true when this list tags no content response has a 4xx status code

func (*ListTagsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this list tags no content response a status code equal to that given

func (*ListTagsNoContent) IsRedirect added in v1.21.0

func (o *ListTagsNoContent) IsRedirect() bool

IsRedirect returns true when this list tags no content response has a 3xx status code

func (*ListTagsNoContent) IsServerError added in v1.21.0

func (o *ListTagsNoContent) IsServerError() bool

IsServerError returns true when this list tags no content response has a 5xx status code

func (*ListTagsNoContent) IsSuccess added in v1.21.0

func (o *ListTagsNoContent) IsSuccess() bool

IsSuccess returns true when this list tags no content response has a 2xx status code

func (*ListTagsNoContent) String added in v1.21.0

func (o *ListTagsNoContent) String() string

type ListTagsNotFound

type ListTagsNotFound struct {
	Payload interface{}
}
ListTagsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListTagsNotFound

func NewListTagsNotFound() *ListTagsNotFound

NewListTagsNotFound creates a ListTagsNotFound with default headers values

func (*ListTagsNotFound) Code added in v1.22.0

func (o *ListTagsNotFound) Code() int

Code gets the status code for the list tags not found response

func (*ListTagsNotFound) Error

func (o *ListTagsNotFound) Error() string

func (*ListTagsNotFound) GetPayload

func (o *ListTagsNotFound) GetPayload() interface{}

func (*ListTagsNotFound) IsClientError added in v1.21.0

func (o *ListTagsNotFound) IsClientError() bool

IsClientError returns true when this list tags not found response has a 4xx status code

func (*ListTagsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this list tags not found response a status code equal to that given

func (*ListTagsNotFound) IsRedirect added in v1.21.0

func (o *ListTagsNotFound) IsRedirect() bool

IsRedirect returns true when this list tags not found response has a 3xx status code

func (*ListTagsNotFound) IsServerError added in v1.21.0

func (o *ListTagsNotFound) IsServerError() bool

IsServerError returns true when this list tags not found response has a 5xx status code

func (*ListTagsNotFound) IsSuccess added in v1.21.0

func (o *ListTagsNotFound) IsSuccess() bool

IsSuccess returns true when this list tags not found response has a 2xx status code

func (*ListTagsNotFound) String added in v1.21.0

func (o *ListTagsNotFound) String() string

type ListTagsOK

type ListTagsOK struct {
	Payload *service_model.V1ListTagsResponse
}
ListTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewListTagsOK

func NewListTagsOK() *ListTagsOK

NewListTagsOK creates a ListTagsOK with default headers values

func (*ListTagsOK) Code added in v1.22.0

func (o *ListTagsOK) Code() int

Code gets the status code for the list tags o k response

func (*ListTagsOK) Error

func (o *ListTagsOK) Error() string

func (*ListTagsOK) GetPayload

func (o *ListTagsOK) GetPayload() *service_model.V1ListTagsResponse

func (*ListTagsOK) IsClientError added in v1.21.0

func (o *ListTagsOK) IsClientError() bool

IsClientError returns true when this list tags o k response has a 4xx status code

func (*ListTagsOK) IsCode added in v1.21.0

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

IsCode returns true when this list tags o k response a status code equal to that given

func (*ListTagsOK) IsRedirect added in v1.21.0

func (o *ListTagsOK) IsRedirect() bool

IsRedirect returns true when this list tags o k response has a 3xx status code

func (*ListTagsOK) IsServerError added in v1.21.0

func (o *ListTagsOK) IsServerError() bool

IsServerError returns true when this list tags o k response has a 5xx status code

func (*ListTagsOK) IsSuccess added in v1.21.0

func (o *ListTagsOK) IsSuccess() bool

IsSuccess returns true when this list tags o k response has a 2xx status code

func (*ListTagsOK) String added in v1.21.0

func (o *ListTagsOK) String() string

type ListTagsParams

type ListTagsParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListTagsParams contains all the parameters to send to the API endpoint

for the list tags operation.

Typically these are written to a http.Request.

func NewListTagsParams

func NewListTagsParams() *ListTagsParams

NewListTagsParams creates a new ListTagsParams 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 NewListTagsParamsWithContext

func NewListTagsParamsWithContext(ctx context.Context) *ListTagsParams

NewListTagsParamsWithContext creates a new ListTagsParams object with the ability to set a context for a request.

func NewListTagsParamsWithHTTPClient

func NewListTagsParamsWithHTTPClient(client *http.Client) *ListTagsParams

NewListTagsParamsWithHTTPClient creates a new ListTagsParams object with the ability to set a custom HTTPClient for a request.

func NewListTagsParamsWithTimeout

func NewListTagsParamsWithTimeout(timeout time.Duration) *ListTagsParams

NewListTagsParamsWithTimeout creates a new ListTagsParams object with the ability to set a timeout on a request.

func (*ListTagsParams) SetBookmarks

func (o *ListTagsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the list tags params

func (*ListTagsParams) SetContext

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

SetContext adds the context to the list tags params

func (*ListTagsParams) SetDefaults

func (o *ListTagsParams) SetDefaults()

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

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

func (*ListTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list tags params

func (*ListTagsParams) SetLimit

func (o *ListTagsParams) SetLimit(limit *int32)

SetLimit adds the limit to the list tags params

func (*ListTagsParams) SetMode

func (o *ListTagsParams) SetMode(mode *string)

SetMode adds the mode to the list tags params

func (*ListTagsParams) SetNoPage

func (o *ListTagsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list tags params

func (*ListTagsParams) SetOffset

func (o *ListTagsParams) SetOffset(offset *int32)

SetOffset adds the offset to the list tags params

func (*ListTagsParams) SetOwner

func (o *ListTagsParams) SetOwner(owner string)

SetOwner adds the owner to the list tags params

func (*ListTagsParams) SetQuery

func (o *ListTagsParams) SetQuery(query *string)

SetQuery adds the query to the list tags params

func (*ListTagsParams) SetSort

func (o *ListTagsParams) SetSort(sort *string)

SetSort adds the sort to the list tags params

func (*ListTagsParams) SetTimeout

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

SetTimeout adds the timeout to the list tags params

func (*ListTagsParams) WithBookmarks

func (o *ListTagsParams) WithBookmarks(bookmarks *bool) *ListTagsParams

WithBookmarks adds the bookmarks to the list tags params

func (*ListTagsParams) WithContext

func (o *ListTagsParams) WithContext(ctx context.Context) *ListTagsParams

WithContext adds the context to the list tags params

func (*ListTagsParams) WithDefaults

func (o *ListTagsParams) WithDefaults() *ListTagsParams

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

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

func (*ListTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list tags params

func (*ListTagsParams) WithLimit

func (o *ListTagsParams) WithLimit(limit *int32) *ListTagsParams

WithLimit adds the limit to the list tags params

func (*ListTagsParams) WithMode

func (o *ListTagsParams) WithMode(mode *string) *ListTagsParams

WithMode adds the mode to the list tags params

func (*ListTagsParams) WithNoPage

func (o *ListTagsParams) WithNoPage(noPage *bool) *ListTagsParams

WithNoPage adds the noPage to the list tags params

func (*ListTagsParams) WithOffset

func (o *ListTagsParams) WithOffset(offset *int32) *ListTagsParams

WithOffset adds the offset to the list tags params

func (*ListTagsParams) WithOwner

func (o *ListTagsParams) WithOwner(owner string) *ListTagsParams

WithOwner adds the owner to the list tags params

func (*ListTagsParams) WithQuery

func (o *ListTagsParams) WithQuery(query *string) *ListTagsParams

WithQuery adds the query to the list tags params

func (*ListTagsParams) WithSort

func (o *ListTagsParams) WithSort(sort *string) *ListTagsParams

WithSort adds the sort to the list tags params

func (*ListTagsParams) WithTimeout

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

WithTimeout adds the timeout to the list tags params

func (*ListTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListTagsReader

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

ListTagsReader is a Reader for the ListTags structure.

func (*ListTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LoadTagsDefault

type LoadTagsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
LoadTagsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewLoadTagsDefault

func NewLoadTagsDefault(code int) *LoadTagsDefault

NewLoadTagsDefault creates a LoadTagsDefault with default headers values

func (*LoadTagsDefault) Code

func (o *LoadTagsDefault) Code() int

Code gets the status code for the load tags default response

func (*LoadTagsDefault) Error

func (o *LoadTagsDefault) Error() string

func (*LoadTagsDefault) GetPayload

func (o *LoadTagsDefault) GetPayload() *service_model.RuntimeError

func (*LoadTagsDefault) IsClientError added in v1.21.0

func (o *LoadTagsDefault) IsClientError() bool

IsClientError returns true when this load tags default response has a 4xx status code

func (*LoadTagsDefault) IsCode added in v1.21.0

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

IsCode returns true when this load tags default response a status code equal to that given

func (*LoadTagsDefault) IsRedirect added in v1.21.0

func (o *LoadTagsDefault) IsRedirect() bool

IsRedirect returns true when this load tags default response has a 3xx status code

func (*LoadTagsDefault) IsServerError added in v1.21.0

func (o *LoadTagsDefault) IsServerError() bool

IsServerError returns true when this load tags default response has a 5xx status code

func (*LoadTagsDefault) IsSuccess added in v1.21.0

func (o *LoadTagsDefault) IsSuccess() bool

IsSuccess returns true when this load tags default response has a 2xx status code

func (*LoadTagsDefault) String added in v1.21.0

func (o *LoadTagsDefault) String() string

type LoadTagsForbidden

type LoadTagsForbidden struct {
	Payload interface{}
}
LoadTagsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewLoadTagsForbidden

func NewLoadTagsForbidden() *LoadTagsForbidden

NewLoadTagsForbidden creates a LoadTagsForbidden with default headers values

func (*LoadTagsForbidden) Code added in v1.22.0

func (o *LoadTagsForbidden) Code() int

Code gets the status code for the load tags forbidden response

func (*LoadTagsForbidden) Error

func (o *LoadTagsForbidden) Error() string

func (*LoadTagsForbidden) GetPayload

func (o *LoadTagsForbidden) GetPayload() interface{}

func (*LoadTagsForbidden) IsClientError added in v1.21.0

func (o *LoadTagsForbidden) IsClientError() bool

IsClientError returns true when this load tags forbidden response has a 4xx status code

func (*LoadTagsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this load tags forbidden response a status code equal to that given

func (*LoadTagsForbidden) IsRedirect added in v1.21.0

func (o *LoadTagsForbidden) IsRedirect() bool

IsRedirect returns true when this load tags forbidden response has a 3xx status code

func (*LoadTagsForbidden) IsServerError added in v1.21.0

func (o *LoadTagsForbidden) IsServerError() bool

IsServerError returns true when this load tags forbidden response has a 5xx status code

func (*LoadTagsForbidden) IsSuccess added in v1.21.0

func (o *LoadTagsForbidden) IsSuccess() bool

IsSuccess returns true when this load tags forbidden response has a 2xx status code

func (*LoadTagsForbidden) String added in v1.21.0

func (o *LoadTagsForbidden) String() string

type LoadTagsNoContent

type LoadTagsNoContent struct {
	Payload interface{}
}
LoadTagsNoContent describes a response with status code 204, with default header values.

No content.

func NewLoadTagsNoContent

func NewLoadTagsNoContent() *LoadTagsNoContent

NewLoadTagsNoContent creates a LoadTagsNoContent with default headers values

func (*LoadTagsNoContent) Code added in v1.22.0

func (o *LoadTagsNoContent) Code() int

Code gets the status code for the load tags no content response

func (*LoadTagsNoContent) Error

func (o *LoadTagsNoContent) Error() string

func (*LoadTagsNoContent) GetPayload

func (o *LoadTagsNoContent) GetPayload() interface{}

func (*LoadTagsNoContent) IsClientError added in v1.21.0

func (o *LoadTagsNoContent) IsClientError() bool

IsClientError returns true when this load tags no content response has a 4xx status code

func (*LoadTagsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this load tags no content response a status code equal to that given

func (*LoadTagsNoContent) IsRedirect added in v1.21.0

func (o *LoadTagsNoContent) IsRedirect() bool

IsRedirect returns true when this load tags no content response has a 3xx status code

func (*LoadTagsNoContent) IsServerError added in v1.21.0

func (o *LoadTagsNoContent) IsServerError() bool

IsServerError returns true when this load tags no content response has a 5xx status code

func (*LoadTagsNoContent) IsSuccess added in v1.21.0

func (o *LoadTagsNoContent) IsSuccess() bool

IsSuccess returns true when this load tags no content response has a 2xx status code

func (*LoadTagsNoContent) String added in v1.21.0

func (o *LoadTagsNoContent) String() string

type LoadTagsNotFound

type LoadTagsNotFound struct {
	Payload interface{}
}
LoadTagsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewLoadTagsNotFound

func NewLoadTagsNotFound() *LoadTagsNotFound

NewLoadTagsNotFound creates a LoadTagsNotFound with default headers values

func (*LoadTagsNotFound) Code added in v1.22.0

func (o *LoadTagsNotFound) Code() int

Code gets the status code for the load tags not found response

func (*LoadTagsNotFound) Error

func (o *LoadTagsNotFound) Error() string

func (*LoadTagsNotFound) GetPayload

func (o *LoadTagsNotFound) GetPayload() interface{}

func (*LoadTagsNotFound) IsClientError added in v1.21.0

func (o *LoadTagsNotFound) IsClientError() bool

IsClientError returns true when this load tags not found response has a 4xx status code

func (*LoadTagsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this load tags not found response a status code equal to that given

func (*LoadTagsNotFound) IsRedirect added in v1.21.0

func (o *LoadTagsNotFound) IsRedirect() bool

IsRedirect returns true when this load tags not found response has a 3xx status code

func (*LoadTagsNotFound) IsServerError added in v1.21.0

func (o *LoadTagsNotFound) IsServerError() bool

IsServerError returns true when this load tags not found response has a 5xx status code

func (*LoadTagsNotFound) IsSuccess added in v1.21.0

func (o *LoadTagsNotFound) IsSuccess() bool

IsSuccess returns true when this load tags not found response has a 2xx status code

func (*LoadTagsNotFound) String added in v1.21.0

func (o *LoadTagsNotFound) String() string

type LoadTagsOK

type LoadTagsOK struct {
	Payload interface{}
}
LoadTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewLoadTagsOK

func NewLoadTagsOK() *LoadTagsOK

NewLoadTagsOK creates a LoadTagsOK with default headers values

func (*LoadTagsOK) Code added in v1.22.0

func (o *LoadTagsOK) Code() int

Code gets the status code for the load tags o k response

func (*LoadTagsOK) Error

func (o *LoadTagsOK) Error() string

func (*LoadTagsOK) GetPayload

func (o *LoadTagsOK) GetPayload() interface{}

func (*LoadTagsOK) IsClientError added in v1.21.0

func (o *LoadTagsOK) IsClientError() bool

IsClientError returns true when this load tags o k response has a 4xx status code

func (*LoadTagsOK) IsCode added in v1.21.0

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

IsCode returns true when this load tags o k response a status code equal to that given

func (*LoadTagsOK) IsRedirect added in v1.21.0

func (o *LoadTagsOK) IsRedirect() bool

IsRedirect returns true when this load tags o k response has a 3xx status code

func (*LoadTagsOK) IsServerError added in v1.21.0

func (o *LoadTagsOK) IsServerError() bool

IsServerError returns true when this load tags o k response has a 5xx status code

func (*LoadTagsOK) IsSuccess added in v1.21.0

func (o *LoadTagsOK) IsSuccess() bool

IsSuccess returns true when this load tags o k response has a 2xx status code

func (*LoadTagsOK) String added in v1.21.0

func (o *LoadTagsOK) String() string

type LoadTagsParams

type LoadTagsParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

LoadTagsParams contains all the parameters to send to the API endpoint

for the load tags operation.

Typically these are written to a http.Request.

func NewLoadTagsParams

func NewLoadTagsParams() *LoadTagsParams

NewLoadTagsParams creates a new LoadTagsParams 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 NewLoadTagsParamsWithContext

func NewLoadTagsParamsWithContext(ctx context.Context) *LoadTagsParams

NewLoadTagsParamsWithContext creates a new LoadTagsParams object with the ability to set a context for a request.

func NewLoadTagsParamsWithHTTPClient

func NewLoadTagsParamsWithHTTPClient(client *http.Client) *LoadTagsParams

NewLoadTagsParamsWithHTTPClient creates a new LoadTagsParams object with the ability to set a custom HTTPClient for a request.

func NewLoadTagsParamsWithTimeout

func NewLoadTagsParamsWithTimeout(timeout time.Duration) *LoadTagsParams

NewLoadTagsParamsWithTimeout creates a new LoadTagsParams object with the ability to set a timeout on a request.

func (*LoadTagsParams) SetBookmarks

func (o *LoadTagsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the load tags params

func (*LoadTagsParams) SetContext

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

SetContext adds the context to the load tags params

func (*LoadTagsParams) SetDefaults

func (o *LoadTagsParams) SetDefaults()

SetDefaults hydrates default values in the load tags params (not the query body).

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

func (*LoadTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the load tags params

func (*LoadTagsParams) SetLimit

func (o *LoadTagsParams) SetLimit(limit *int32)

SetLimit adds the limit to the load tags params

func (*LoadTagsParams) SetMode

func (o *LoadTagsParams) SetMode(mode *string)

SetMode adds the mode to the load tags params

func (*LoadTagsParams) SetNoPage

func (o *LoadTagsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the load tags params

func (*LoadTagsParams) SetOffset

func (o *LoadTagsParams) SetOffset(offset *int32)

SetOffset adds the offset to the load tags params

func (*LoadTagsParams) SetOwner

func (o *LoadTagsParams) SetOwner(owner string)

SetOwner adds the owner to the load tags params

func (*LoadTagsParams) SetQuery

func (o *LoadTagsParams) SetQuery(query *string)

SetQuery adds the query to the load tags params

func (*LoadTagsParams) SetSort

func (o *LoadTagsParams) SetSort(sort *string)

SetSort adds the sort to the load tags params

func (*LoadTagsParams) SetTimeout

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

SetTimeout adds the timeout to the load tags params

func (*LoadTagsParams) WithBookmarks

func (o *LoadTagsParams) WithBookmarks(bookmarks *bool) *LoadTagsParams

WithBookmarks adds the bookmarks to the load tags params

func (*LoadTagsParams) WithContext

func (o *LoadTagsParams) WithContext(ctx context.Context) *LoadTagsParams

WithContext adds the context to the load tags params

func (*LoadTagsParams) WithDefaults

func (o *LoadTagsParams) WithDefaults() *LoadTagsParams

WithDefaults hydrates default values in the load tags params (not the query body).

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

func (*LoadTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the load tags params

func (*LoadTagsParams) WithLimit

func (o *LoadTagsParams) WithLimit(limit *int32) *LoadTagsParams

WithLimit adds the limit to the load tags params

func (*LoadTagsParams) WithMode

func (o *LoadTagsParams) WithMode(mode *string) *LoadTagsParams

WithMode adds the mode to the load tags params

func (*LoadTagsParams) WithNoPage

func (o *LoadTagsParams) WithNoPage(noPage *bool) *LoadTagsParams

WithNoPage adds the noPage to the load tags params

func (*LoadTagsParams) WithOffset

func (o *LoadTagsParams) WithOffset(offset *int32) *LoadTagsParams

WithOffset adds the offset to the load tags params

func (*LoadTagsParams) WithOwner

func (o *LoadTagsParams) WithOwner(owner string) *LoadTagsParams

WithOwner adds the owner to the load tags params

func (*LoadTagsParams) WithQuery

func (o *LoadTagsParams) WithQuery(query *string) *LoadTagsParams

WithQuery adds the query to the load tags params

func (*LoadTagsParams) WithSort

func (o *LoadTagsParams) WithSort(sort *string) *LoadTagsParams

WithSort adds the sort to the load tags params

func (*LoadTagsParams) WithTimeout

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

WithTimeout adds the timeout to the load tags params

func (*LoadTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LoadTagsReader

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

LoadTagsReader is a Reader for the LoadTags structure.

func (*LoadTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchTagDefault

type PatchTagDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchTagDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchTagDefault

func NewPatchTagDefault(code int) *PatchTagDefault

NewPatchTagDefault creates a PatchTagDefault with default headers values

func (*PatchTagDefault) Code

func (o *PatchTagDefault) Code() int

Code gets the status code for the patch tag default response

func (*PatchTagDefault) Error

func (o *PatchTagDefault) Error() string

func (*PatchTagDefault) GetPayload

func (o *PatchTagDefault) GetPayload() *service_model.RuntimeError

func (*PatchTagDefault) IsClientError added in v1.21.0

func (o *PatchTagDefault) IsClientError() bool

IsClientError returns true when this patch tag default response has a 4xx status code

func (*PatchTagDefault) IsCode added in v1.21.0

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

IsCode returns true when this patch tag default response a status code equal to that given

func (*PatchTagDefault) IsRedirect added in v1.21.0

func (o *PatchTagDefault) IsRedirect() bool

IsRedirect returns true when this patch tag default response has a 3xx status code

func (*PatchTagDefault) IsServerError added in v1.21.0

func (o *PatchTagDefault) IsServerError() bool

IsServerError returns true when this patch tag default response has a 5xx status code

func (*PatchTagDefault) IsSuccess added in v1.21.0

func (o *PatchTagDefault) IsSuccess() bool

IsSuccess returns true when this patch tag default response has a 2xx status code

func (*PatchTagDefault) String added in v1.21.0

func (o *PatchTagDefault) String() string

type PatchTagForbidden

type PatchTagForbidden struct {
	Payload interface{}
}
PatchTagForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchTagForbidden

func NewPatchTagForbidden() *PatchTagForbidden

NewPatchTagForbidden creates a PatchTagForbidden with default headers values

func (*PatchTagForbidden) Code added in v1.22.0

func (o *PatchTagForbidden) Code() int

Code gets the status code for the patch tag forbidden response

func (*PatchTagForbidden) Error

func (o *PatchTagForbidden) Error() string

func (*PatchTagForbidden) GetPayload

func (o *PatchTagForbidden) GetPayload() interface{}

func (*PatchTagForbidden) IsClientError added in v1.21.0

func (o *PatchTagForbidden) IsClientError() bool

IsClientError returns true when this patch tag forbidden response has a 4xx status code

func (*PatchTagForbidden) IsCode added in v1.21.0

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

IsCode returns true when this patch tag forbidden response a status code equal to that given

func (*PatchTagForbidden) IsRedirect added in v1.21.0

func (o *PatchTagForbidden) IsRedirect() bool

IsRedirect returns true when this patch tag forbidden response has a 3xx status code

func (*PatchTagForbidden) IsServerError added in v1.21.0

func (o *PatchTagForbidden) IsServerError() bool

IsServerError returns true when this patch tag forbidden response has a 5xx status code

func (*PatchTagForbidden) IsSuccess added in v1.21.0

func (o *PatchTagForbidden) IsSuccess() bool

IsSuccess returns true when this patch tag forbidden response has a 2xx status code

func (*PatchTagForbidden) String added in v1.21.0

func (o *PatchTagForbidden) String() string

type PatchTagNoContent

type PatchTagNoContent struct {
	Payload interface{}
}
PatchTagNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchTagNoContent

func NewPatchTagNoContent() *PatchTagNoContent

NewPatchTagNoContent creates a PatchTagNoContent with default headers values

func (*PatchTagNoContent) Code added in v1.22.0

func (o *PatchTagNoContent) Code() int

Code gets the status code for the patch tag no content response

func (*PatchTagNoContent) Error

func (o *PatchTagNoContent) Error() string

func (*PatchTagNoContent) GetPayload

func (o *PatchTagNoContent) GetPayload() interface{}

func (*PatchTagNoContent) IsClientError added in v1.21.0

func (o *PatchTagNoContent) IsClientError() bool

IsClientError returns true when this patch tag no content response has a 4xx status code

func (*PatchTagNoContent) IsCode added in v1.21.0

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

IsCode returns true when this patch tag no content response a status code equal to that given

func (*PatchTagNoContent) IsRedirect added in v1.21.0

func (o *PatchTagNoContent) IsRedirect() bool

IsRedirect returns true when this patch tag no content response has a 3xx status code

func (*PatchTagNoContent) IsServerError added in v1.21.0

func (o *PatchTagNoContent) IsServerError() bool

IsServerError returns true when this patch tag no content response has a 5xx status code

func (*PatchTagNoContent) IsSuccess added in v1.21.0

func (o *PatchTagNoContent) IsSuccess() bool

IsSuccess returns true when this patch tag no content response has a 2xx status code

func (*PatchTagNoContent) String added in v1.21.0

func (o *PatchTagNoContent) String() string

type PatchTagNotFound

type PatchTagNotFound struct {
	Payload interface{}
}
PatchTagNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchTagNotFound

func NewPatchTagNotFound() *PatchTagNotFound

NewPatchTagNotFound creates a PatchTagNotFound with default headers values

func (*PatchTagNotFound) Code added in v1.22.0

func (o *PatchTagNotFound) Code() int

Code gets the status code for the patch tag not found response

func (*PatchTagNotFound) Error

func (o *PatchTagNotFound) Error() string

func (*PatchTagNotFound) GetPayload

func (o *PatchTagNotFound) GetPayload() interface{}

func (*PatchTagNotFound) IsClientError added in v1.21.0

func (o *PatchTagNotFound) IsClientError() bool

IsClientError returns true when this patch tag not found response has a 4xx status code

func (*PatchTagNotFound) IsCode added in v1.21.0

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

IsCode returns true when this patch tag not found response a status code equal to that given

func (*PatchTagNotFound) IsRedirect added in v1.21.0

func (o *PatchTagNotFound) IsRedirect() bool

IsRedirect returns true when this patch tag not found response has a 3xx status code

func (*PatchTagNotFound) IsServerError added in v1.21.0

func (o *PatchTagNotFound) IsServerError() bool

IsServerError returns true when this patch tag not found response has a 5xx status code

func (*PatchTagNotFound) IsSuccess added in v1.21.0

func (o *PatchTagNotFound) IsSuccess() bool

IsSuccess returns true when this patch tag not found response has a 2xx status code

func (*PatchTagNotFound) String added in v1.21.0

func (o *PatchTagNotFound) String() string

type PatchTagOK

type PatchTagOK struct {
	Payload *service_model.V1Tag
}
PatchTagOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchTagOK

func NewPatchTagOK() *PatchTagOK

NewPatchTagOK creates a PatchTagOK with default headers values

func (*PatchTagOK) Code added in v1.22.0

func (o *PatchTagOK) Code() int

Code gets the status code for the patch tag o k response

func (*PatchTagOK) Error

func (o *PatchTagOK) Error() string

func (*PatchTagOK) GetPayload

func (o *PatchTagOK) GetPayload() *service_model.V1Tag

func (*PatchTagOK) IsClientError added in v1.21.0

func (o *PatchTagOK) IsClientError() bool

IsClientError returns true when this patch tag o k response has a 4xx status code

func (*PatchTagOK) IsCode added in v1.21.0

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

IsCode returns true when this patch tag o k response a status code equal to that given

func (*PatchTagOK) IsRedirect added in v1.21.0

func (o *PatchTagOK) IsRedirect() bool

IsRedirect returns true when this patch tag o k response has a 3xx status code

func (*PatchTagOK) IsServerError added in v1.21.0

func (o *PatchTagOK) IsServerError() bool

IsServerError returns true when this patch tag o k response has a 5xx status code

func (*PatchTagOK) IsSuccess added in v1.21.0

func (o *PatchTagOK) IsSuccess() bool

IsSuccess returns true when this patch tag o k response has a 2xx status code

func (*PatchTagOK) String added in v1.21.0

func (o *PatchTagOK) String() string

type PatchTagParams

type PatchTagParams struct {

	/* Body.

	   Tag body
	*/
	Body *service_model.V1Tag

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* TagUUID.

	   UUID
	*/
	TagUUID string

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

PatchTagParams contains all the parameters to send to the API endpoint

for the patch tag operation.

Typically these are written to a http.Request.

func NewPatchTagParams

func NewPatchTagParams() *PatchTagParams

NewPatchTagParams creates a new PatchTagParams 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 NewPatchTagParamsWithContext

func NewPatchTagParamsWithContext(ctx context.Context) *PatchTagParams

NewPatchTagParamsWithContext creates a new PatchTagParams object with the ability to set a context for a request.

func NewPatchTagParamsWithHTTPClient

func NewPatchTagParamsWithHTTPClient(client *http.Client) *PatchTagParams

NewPatchTagParamsWithHTTPClient creates a new PatchTagParams object with the ability to set a custom HTTPClient for a request.

func NewPatchTagParamsWithTimeout

func NewPatchTagParamsWithTimeout(timeout time.Duration) *PatchTagParams

NewPatchTagParamsWithTimeout creates a new PatchTagParams object with the ability to set a timeout on a request.

func (*PatchTagParams) SetBody

func (o *PatchTagParams) SetBody(body *service_model.V1Tag)

SetBody adds the body to the patch tag params

func (*PatchTagParams) SetContext

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

SetContext adds the context to the patch tag params

func (*PatchTagParams) SetDefaults

func (o *PatchTagParams) SetDefaults()

SetDefaults hydrates default values in the patch tag params (not the query body).

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

func (*PatchTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch tag params

func (*PatchTagParams) SetOwner

func (o *PatchTagParams) SetOwner(owner string)

SetOwner adds the owner to the patch tag params

func (*PatchTagParams) SetTagUUID

func (o *PatchTagParams) SetTagUUID(tagUUID string)

SetTagUUID adds the tagUuid to the patch tag params

func (*PatchTagParams) SetTimeout

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

SetTimeout adds the timeout to the patch tag params

func (*PatchTagParams) WithBody

func (o *PatchTagParams) WithBody(body *service_model.V1Tag) *PatchTagParams

WithBody adds the body to the patch tag params

func (*PatchTagParams) WithContext

func (o *PatchTagParams) WithContext(ctx context.Context) *PatchTagParams

WithContext adds the context to the patch tag params

func (*PatchTagParams) WithDefaults

func (o *PatchTagParams) WithDefaults() *PatchTagParams

WithDefaults hydrates default values in the patch tag params (not the query body).

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

func (*PatchTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch tag params

func (*PatchTagParams) WithOwner

func (o *PatchTagParams) WithOwner(owner string) *PatchTagParams

WithOwner adds the owner to the patch tag params

func (*PatchTagParams) WithTagUUID

func (o *PatchTagParams) WithTagUUID(tagUUID string) *PatchTagParams

WithTagUUID adds the tagUUID to the patch tag params

func (*PatchTagParams) WithTimeout

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

WithTimeout adds the timeout to the patch tag params

func (*PatchTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchTagReader

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

PatchTagReader is a Reader for the PatchTag structure.

func (*PatchTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncTagsDefault

type SyncTagsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
SyncTagsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewSyncTagsDefault

func NewSyncTagsDefault(code int) *SyncTagsDefault

NewSyncTagsDefault creates a SyncTagsDefault with default headers values

func (*SyncTagsDefault) Code

func (o *SyncTagsDefault) Code() int

Code gets the status code for the sync tags default response

func (*SyncTagsDefault) Error

func (o *SyncTagsDefault) Error() string

func (*SyncTagsDefault) GetPayload

func (o *SyncTagsDefault) GetPayload() *service_model.RuntimeError

func (*SyncTagsDefault) IsClientError added in v1.21.0

func (o *SyncTagsDefault) IsClientError() bool

IsClientError returns true when this sync tags default response has a 4xx status code

func (*SyncTagsDefault) IsCode added in v1.21.0

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

IsCode returns true when this sync tags default response a status code equal to that given

func (*SyncTagsDefault) IsRedirect added in v1.21.0

func (o *SyncTagsDefault) IsRedirect() bool

IsRedirect returns true when this sync tags default response has a 3xx status code

func (*SyncTagsDefault) IsServerError added in v1.21.0

func (o *SyncTagsDefault) IsServerError() bool

IsServerError returns true when this sync tags default response has a 5xx status code

func (*SyncTagsDefault) IsSuccess added in v1.21.0

func (o *SyncTagsDefault) IsSuccess() bool

IsSuccess returns true when this sync tags default response has a 2xx status code

func (*SyncTagsDefault) String added in v1.21.0

func (o *SyncTagsDefault) String() string

type SyncTagsForbidden

type SyncTagsForbidden struct {
	Payload interface{}
}
SyncTagsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewSyncTagsForbidden

func NewSyncTagsForbidden() *SyncTagsForbidden

NewSyncTagsForbidden creates a SyncTagsForbidden with default headers values

func (*SyncTagsForbidden) Code added in v1.22.0

func (o *SyncTagsForbidden) Code() int

Code gets the status code for the sync tags forbidden response

func (*SyncTagsForbidden) Error

func (o *SyncTagsForbidden) Error() string

func (*SyncTagsForbidden) GetPayload

func (o *SyncTagsForbidden) GetPayload() interface{}

func (*SyncTagsForbidden) IsClientError added in v1.21.0

func (o *SyncTagsForbidden) IsClientError() bool

IsClientError returns true when this sync tags forbidden response has a 4xx status code

func (*SyncTagsForbidden) IsCode added in v1.21.0

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

IsCode returns true when this sync tags forbidden response a status code equal to that given

func (*SyncTagsForbidden) IsRedirect added in v1.21.0

func (o *SyncTagsForbidden) IsRedirect() bool

IsRedirect returns true when this sync tags forbidden response has a 3xx status code

func (*SyncTagsForbidden) IsServerError added in v1.21.0

func (o *SyncTagsForbidden) IsServerError() bool

IsServerError returns true when this sync tags forbidden response has a 5xx status code

func (*SyncTagsForbidden) IsSuccess added in v1.21.0

func (o *SyncTagsForbidden) IsSuccess() bool

IsSuccess returns true when this sync tags forbidden response has a 2xx status code

func (*SyncTagsForbidden) String added in v1.21.0

func (o *SyncTagsForbidden) String() string

type SyncTagsNoContent

type SyncTagsNoContent struct {
	Payload interface{}
}
SyncTagsNoContent describes a response with status code 204, with default header values.

No content.

func NewSyncTagsNoContent

func NewSyncTagsNoContent() *SyncTagsNoContent

NewSyncTagsNoContent creates a SyncTagsNoContent with default headers values

func (*SyncTagsNoContent) Code added in v1.22.0

func (o *SyncTagsNoContent) Code() int

Code gets the status code for the sync tags no content response

func (*SyncTagsNoContent) Error

func (o *SyncTagsNoContent) Error() string

func (*SyncTagsNoContent) GetPayload

func (o *SyncTagsNoContent) GetPayload() interface{}

func (*SyncTagsNoContent) IsClientError added in v1.21.0

func (o *SyncTagsNoContent) IsClientError() bool

IsClientError returns true when this sync tags no content response has a 4xx status code

func (*SyncTagsNoContent) IsCode added in v1.21.0

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

IsCode returns true when this sync tags no content response a status code equal to that given

func (*SyncTagsNoContent) IsRedirect added in v1.21.0

func (o *SyncTagsNoContent) IsRedirect() bool

IsRedirect returns true when this sync tags no content response has a 3xx status code

func (*SyncTagsNoContent) IsServerError added in v1.21.0

func (o *SyncTagsNoContent) IsServerError() bool

IsServerError returns true when this sync tags no content response has a 5xx status code

func (*SyncTagsNoContent) IsSuccess added in v1.21.0

func (o *SyncTagsNoContent) IsSuccess() bool

IsSuccess returns true when this sync tags no content response has a 2xx status code

func (*SyncTagsNoContent) String added in v1.21.0

func (o *SyncTagsNoContent) String() string

type SyncTagsNotFound

type SyncTagsNotFound struct {
	Payload interface{}
}
SyncTagsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewSyncTagsNotFound

func NewSyncTagsNotFound() *SyncTagsNotFound

NewSyncTagsNotFound creates a SyncTagsNotFound with default headers values

func (*SyncTagsNotFound) Code added in v1.22.0

func (o *SyncTagsNotFound) Code() int

Code gets the status code for the sync tags not found response

func (*SyncTagsNotFound) Error

func (o *SyncTagsNotFound) Error() string

func (*SyncTagsNotFound) GetPayload

func (o *SyncTagsNotFound) GetPayload() interface{}

func (*SyncTagsNotFound) IsClientError added in v1.21.0

func (o *SyncTagsNotFound) IsClientError() bool

IsClientError returns true when this sync tags not found response has a 4xx status code

func (*SyncTagsNotFound) IsCode added in v1.21.0

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

IsCode returns true when this sync tags not found response a status code equal to that given

func (*SyncTagsNotFound) IsRedirect added in v1.21.0

func (o *SyncTagsNotFound) IsRedirect() bool

IsRedirect returns true when this sync tags not found response has a 3xx status code

func (*SyncTagsNotFound) IsServerError added in v1.21.0

func (o *SyncTagsNotFound) IsServerError() bool

IsServerError returns true when this sync tags not found response has a 5xx status code

func (*SyncTagsNotFound) IsSuccess added in v1.21.0

func (o *SyncTagsNotFound) IsSuccess() bool

IsSuccess returns true when this sync tags not found response has a 2xx status code

func (*SyncTagsNotFound) String added in v1.21.0

func (o *SyncTagsNotFound) String() string

type SyncTagsOK

type SyncTagsOK struct {
}
SyncTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewSyncTagsOK

func NewSyncTagsOK() *SyncTagsOK

NewSyncTagsOK creates a SyncTagsOK with default headers values

func (*SyncTagsOK) Code added in v1.22.0

func (o *SyncTagsOK) Code() int

Code gets the status code for the sync tags o k response

func (*SyncTagsOK) Error

func (o *SyncTagsOK) Error() string

func (*SyncTagsOK) IsClientError added in v1.21.0

func (o *SyncTagsOK) IsClientError() bool

IsClientError returns true when this sync tags o k response has a 4xx status code

func (*SyncTagsOK) IsCode added in v1.21.0

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

IsCode returns true when this sync tags o k response a status code equal to that given

func (*SyncTagsOK) IsRedirect added in v1.21.0

func (o *SyncTagsOK) IsRedirect() bool

IsRedirect returns true when this sync tags o k response has a 3xx status code

func (*SyncTagsOK) IsServerError added in v1.21.0

func (o *SyncTagsOK) IsServerError() bool

IsServerError returns true when this sync tags o k response has a 5xx status code

func (*SyncTagsOK) IsSuccess added in v1.21.0

func (o *SyncTagsOK) IsSuccess() bool

IsSuccess returns true when this sync tags o k response has a 2xx status code

func (*SyncTagsOK) String added in v1.21.0

func (o *SyncTagsOK) String() string

type SyncTagsParams

type SyncTagsParams struct {

	/* Body.

	   Data
	*/
	Body *service_model.V1EntitiesTags

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

SyncTagsParams contains all the parameters to send to the API endpoint

for the sync tags operation.

Typically these are written to a http.Request.

func NewSyncTagsParams

func NewSyncTagsParams() *SyncTagsParams

NewSyncTagsParams creates a new SyncTagsParams 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 NewSyncTagsParamsWithContext

func NewSyncTagsParamsWithContext(ctx context.Context) *SyncTagsParams

NewSyncTagsParamsWithContext creates a new SyncTagsParams object with the ability to set a context for a request.

func NewSyncTagsParamsWithHTTPClient

func NewSyncTagsParamsWithHTTPClient(client *http.Client) *SyncTagsParams

NewSyncTagsParamsWithHTTPClient creates a new SyncTagsParams object with the ability to set a custom HTTPClient for a request.

func NewSyncTagsParamsWithTimeout

func NewSyncTagsParamsWithTimeout(timeout time.Duration) *SyncTagsParams

NewSyncTagsParamsWithTimeout creates a new SyncTagsParams object with the ability to set a timeout on a request.

func (*SyncTagsParams) SetBody

func (o *SyncTagsParams) SetBody(body *service_model.V1EntitiesTags)

SetBody adds the body to the sync tags params

func (*SyncTagsParams) SetContext

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

SetContext adds the context to the sync tags params

func (*SyncTagsParams) SetDefaults

func (o *SyncTagsParams) SetDefaults()

SetDefaults hydrates default values in the sync tags params (not the query body).

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

func (*SyncTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the sync tags params

func (*SyncTagsParams) SetOwner

func (o *SyncTagsParams) SetOwner(owner string)

SetOwner adds the owner to the sync tags params

func (*SyncTagsParams) SetTimeout

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

SetTimeout adds the timeout to the sync tags params

func (*SyncTagsParams) WithBody

WithBody adds the body to the sync tags params

func (*SyncTagsParams) WithContext

func (o *SyncTagsParams) WithContext(ctx context.Context) *SyncTagsParams

WithContext adds the context to the sync tags params

func (*SyncTagsParams) WithDefaults

func (o *SyncTagsParams) WithDefaults() *SyncTagsParams

WithDefaults hydrates default values in the sync tags params (not the query body).

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

func (*SyncTagsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the sync tags params

func (*SyncTagsParams) WithOwner

func (o *SyncTagsParams) WithOwner(owner string) *SyncTagsParams

WithOwner adds the owner to the sync tags params

func (*SyncTagsParams) WithTimeout

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

WithTimeout adds the timeout to the sync tags params

func (*SyncTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SyncTagsReader

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

SyncTagsReader is a Reader for the SyncTags structure.

func (*SyncTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateTagDefault

type UpdateTagDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateTagDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateTagDefault

func NewUpdateTagDefault(code int) *UpdateTagDefault

NewUpdateTagDefault creates a UpdateTagDefault with default headers values

func (*UpdateTagDefault) Code

func (o *UpdateTagDefault) Code() int

Code gets the status code for the update tag default response

func (*UpdateTagDefault) Error

func (o *UpdateTagDefault) Error() string

func (*UpdateTagDefault) GetPayload

func (o *UpdateTagDefault) GetPayload() *service_model.RuntimeError

func (*UpdateTagDefault) IsClientError added in v1.21.0

func (o *UpdateTagDefault) IsClientError() bool

IsClientError returns true when this update tag default response has a 4xx status code

func (*UpdateTagDefault) IsCode added in v1.21.0

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

IsCode returns true when this update tag default response a status code equal to that given

func (*UpdateTagDefault) IsRedirect added in v1.21.0

func (o *UpdateTagDefault) IsRedirect() bool

IsRedirect returns true when this update tag default response has a 3xx status code

func (*UpdateTagDefault) IsServerError added in v1.21.0

func (o *UpdateTagDefault) IsServerError() bool

IsServerError returns true when this update tag default response has a 5xx status code

func (*UpdateTagDefault) IsSuccess added in v1.21.0

func (o *UpdateTagDefault) IsSuccess() bool

IsSuccess returns true when this update tag default response has a 2xx status code

func (*UpdateTagDefault) String added in v1.21.0

func (o *UpdateTagDefault) String() string

type UpdateTagForbidden

type UpdateTagForbidden struct {
	Payload interface{}
}
UpdateTagForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateTagForbidden

func NewUpdateTagForbidden() *UpdateTagForbidden

NewUpdateTagForbidden creates a UpdateTagForbidden with default headers values

func (*UpdateTagForbidden) Code added in v1.22.0

func (o *UpdateTagForbidden) Code() int

Code gets the status code for the update tag forbidden response

func (*UpdateTagForbidden) Error

func (o *UpdateTagForbidden) Error() string

func (*UpdateTagForbidden) GetPayload

func (o *UpdateTagForbidden) GetPayload() interface{}

func (*UpdateTagForbidden) IsClientError added in v1.21.0

func (o *UpdateTagForbidden) IsClientError() bool

IsClientError returns true when this update tag forbidden response has a 4xx status code

func (*UpdateTagForbidden) IsCode added in v1.21.0

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

IsCode returns true when this update tag forbidden response a status code equal to that given

func (*UpdateTagForbidden) IsRedirect added in v1.21.0

func (o *UpdateTagForbidden) IsRedirect() bool

IsRedirect returns true when this update tag forbidden response has a 3xx status code

func (*UpdateTagForbidden) IsServerError added in v1.21.0

func (o *UpdateTagForbidden) IsServerError() bool

IsServerError returns true when this update tag forbidden response has a 5xx status code

func (*UpdateTagForbidden) IsSuccess added in v1.21.0

func (o *UpdateTagForbidden) IsSuccess() bool

IsSuccess returns true when this update tag forbidden response has a 2xx status code

func (*UpdateTagForbidden) String added in v1.21.0

func (o *UpdateTagForbidden) String() string

type UpdateTagNoContent

type UpdateTagNoContent struct {
	Payload interface{}
}
UpdateTagNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateTagNoContent

func NewUpdateTagNoContent() *UpdateTagNoContent

NewUpdateTagNoContent creates a UpdateTagNoContent with default headers values

func (*UpdateTagNoContent) Code added in v1.22.0

func (o *UpdateTagNoContent) Code() int

Code gets the status code for the update tag no content response

func (*UpdateTagNoContent) Error

func (o *UpdateTagNoContent) Error() string

func (*UpdateTagNoContent) GetPayload

func (o *UpdateTagNoContent) GetPayload() interface{}

func (*UpdateTagNoContent) IsClientError added in v1.21.0

func (o *UpdateTagNoContent) IsClientError() bool

IsClientError returns true when this update tag no content response has a 4xx status code

func (*UpdateTagNoContent) IsCode added in v1.21.0

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

IsCode returns true when this update tag no content response a status code equal to that given

func (*UpdateTagNoContent) IsRedirect added in v1.21.0

func (o *UpdateTagNoContent) IsRedirect() bool

IsRedirect returns true when this update tag no content response has a 3xx status code

func (*UpdateTagNoContent) IsServerError added in v1.21.0

func (o *UpdateTagNoContent) IsServerError() bool

IsServerError returns true when this update tag no content response has a 5xx status code

func (*UpdateTagNoContent) IsSuccess added in v1.21.0

func (o *UpdateTagNoContent) IsSuccess() bool

IsSuccess returns true when this update tag no content response has a 2xx status code

func (*UpdateTagNoContent) String added in v1.21.0

func (o *UpdateTagNoContent) String() string

type UpdateTagNotFound

type UpdateTagNotFound struct {
	Payload interface{}
}
UpdateTagNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateTagNotFound

func NewUpdateTagNotFound() *UpdateTagNotFound

NewUpdateTagNotFound creates a UpdateTagNotFound with default headers values

func (*UpdateTagNotFound) Code added in v1.22.0

func (o *UpdateTagNotFound) Code() int

Code gets the status code for the update tag not found response

func (*UpdateTagNotFound) Error

func (o *UpdateTagNotFound) Error() string

func (*UpdateTagNotFound) GetPayload

func (o *UpdateTagNotFound) GetPayload() interface{}

func (*UpdateTagNotFound) IsClientError added in v1.21.0

func (o *UpdateTagNotFound) IsClientError() bool

IsClientError returns true when this update tag not found response has a 4xx status code

func (*UpdateTagNotFound) IsCode added in v1.21.0

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

IsCode returns true when this update tag not found response a status code equal to that given

func (*UpdateTagNotFound) IsRedirect added in v1.21.0

func (o *UpdateTagNotFound) IsRedirect() bool

IsRedirect returns true when this update tag not found response has a 3xx status code

func (*UpdateTagNotFound) IsServerError added in v1.21.0

func (o *UpdateTagNotFound) IsServerError() bool

IsServerError returns true when this update tag not found response has a 5xx status code

func (*UpdateTagNotFound) IsSuccess added in v1.21.0

func (o *UpdateTagNotFound) IsSuccess() bool

IsSuccess returns true when this update tag not found response has a 2xx status code

func (*UpdateTagNotFound) String added in v1.21.0

func (o *UpdateTagNotFound) String() string

type UpdateTagOK

type UpdateTagOK struct {
	Payload *service_model.V1Tag
}
UpdateTagOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateTagOK

func NewUpdateTagOK() *UpdateTagOK

NewUpdateTagOK creates a UpdateTagOK with default headers values

func (*UpdateTagOK) Code added in v1.22.0

func (o *UpdateTagOK) Code() int

Code gets the status code for the update tag o k response

func (*UpdateTagOK) Error

func (o *UpdateTagOK) Error() string

func (*UpdateTagOK) GetPayload

func (o *UpdateTagOK) GetPayload() *service_model.V1Tag

func (*UpdateTagOK) IsClientError added in v1.21.0

func (o *UpdateTagOK) IsClientError() bool

IsClientError returns true when this update tag o k response has a 4xx status code

func (*UpdateTagOK) IsCode added in v1.21.0

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

IsCode returns true when this update tag o k response a status code equal to that given

func (*UpdateTagOK) IsRedirect added in v1.21.0

func (o *UpdateTagOK) IsRedirect() bool

IsRedirect returns true when this update tag o k response has a 3xx status code

func (*UpdateTagOK) IsServerError added in v1.21.0

func (o *UpdateTagOK) IsServerError() bool

IsServerError returns true when this update tag o k response has a 5xx status code

func (*UpdateTagOK) IsSuccess added in v1.21.0

func (o *UpdateTagOK) IsSuccess() bool

IsSuccess returns true when this update tag o k response has a 2xx status code

func (*UpdateTagOK) String added in v1.21.0

func (o *UpdateTagOK) String() string

type UpdateTagParams

type UpdateTagParams struct {

	/* Body.

	   Tag body
	*/
	Body *service_model.V1Tag

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* TagUUID.

	   UUID
	*/
	TagUUID string

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

UpdateTagParams contains all the parameters to send to the API endpoint

for the update tag operation.

Typically these are written to a http.Request.

func NewUpdateTagParams

func NewUpdateTagParams() *UpdateTagParams

NewUpdateTagParams creates a new UpdateTagParams 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 NewUpdateTagParamsWithContext

func NewUpdateTagParamsWithContext(ctx context.Context) *UpdateTagParams

NewUpdateTagParamsWithContext creates a new UpdateTagParams object with the ability to set a context for a request.

func NewUpdateTagParamsWithHTTPClient

func NewUpdateTagParamsWithHTTPClient(client *http.Client) *UpdateTagParams

NewUpdateTagParamsWithHTTPClient creates a new UpdateTagParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateTagParamsWithTimeout

func NewUpdateTagParamsWithTimeout(timeout time.Duration) *UpdateTagParams

NewUpdateTagParamsWithTimeout creates a new UpdateTagParams object with the ability to set a timeout on a request.

func (*UpdateTagParams) SetBody

func (o *UpdateTagParams) SetBody(body *service_model.V1Tag)

SetBody adds the body to the update tag params

func (*UpdateTagParams) SetContext

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

SetContext adds the context to the update tag params

func (*UpdateTagParams) SetDefaults

func (o *UpdateTagParams) SetDefaults()

SetDefaults hydrates default values in the update tag params (not the query body).

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

func (*UpdateTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update tag params

func (*UpdateTagParams) SetOwner

func (o *UpdateTagParams) SetOwner(owner string)

SetOwner adds the owner to the update tag params

func (*UpdateTagParams) SetTagUUID

func (o *UpdateTagParams) SetTagUUID(tagUUID string)

SetTagUUID adds the tagUuid to the update tag params

func (*UpdateTagParams) SetTimeout

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

SetTimeout adds the timeout to the update tag params

func (*UpdateTagParams) WithBody

func (o *UpdateTagParams) WithBody(body *service_model.V1Tag) *UpdateTagParams

WithBody adds the body to the update tag params

func (*UpdateTagParams) WithContext

func (o *UpdateTagParams) WithContext(ctx context.Context) *UpdateTagParams

WithContext adds the context to the update tag params

func (*UpdateTagParams) WithDefaults

func (o *UpdateTagParams) WithDefaults() *UpdateTagParams

WithDefaults hydrates default values in the update tag params (not the query body).

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

func (*UpdateTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update tag params

func (*UpdateTagParams) WithOwner

func (o *UpdateTagParams) WithOwner(owner string) *UpdateTagParams

WithOwner adds the owner to the update tag params

func (*UpdateTagParams) WithTagUUID

func (o *UpdateTagParams) WithTagUUID(tagUUID string) *UpdateTagParams

WithTagUUID adds the tagUUID to the update tag params

func (*UpdateTagParams) WithTimeout

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

WithTimeout adds the timeout to the update tag params

func (*UpdateTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateTagReader

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

UpdateTagReader is a Reader for the UpdateTag structure.

func (*UpdateTagReader) ReadResponse

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