component_hub_v1

package
v0.0.0-...-13a6dad Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 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 ArchiveComponentHubDefault

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

An unexpected error response.

func NewArchiveComponentHubDefault

func NewArchiveComponentHubDefault(code int) *ArchiveComponentHubDefault

NewArchiveComponentHubDefault creates a ArchiveComponentHubDefault with default headers values

func (*ArchiveComponentHubDefault) Code

func (o *ArchiveComponentHubDefault) Code() int

Code gets the status code for the archive component hub default response

func (*ArchiveComponentHubDefault) Error

func (*ArchiveComponentHubDefault) GetPayload

type ArchiveComponentHubForbidden

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

You don't have permission to access the resource.

func NewArchiveComponentHubForbidden

func NewArchiveComponentHubForbidden() *ArchiveComponentHubForbidden

NewArchiveComponentHubForbidden creates a ArchiveComponentHubForbidden with default headers values

func (*ArchiveComponentHubForbidden) Error

func (*ArchiveComponentHubForbidden) GetPayload

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

type ArchiveComponentHubNoContent

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

No content.

func NewArchiveComponentHubNoContent

func NewArchiveComponentHubNoContent() *ArchiveComponentHubNoContent

NewArchiveComponentHubNoContent creates a ArchiveComponentHubNoContent with default headers values

func (*ArchiveComponentHubNoContent) Error

func (*ArchiveComponentHubNoContent) GetPayload

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

type ArchiveComponentHubNotFound

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

Resource does not exist.

func NewArchiveComponentHubNotFound

func NewArchiveComponentHubNotFound() *ArchiveComponentHubNotFound

NewArchiveComponentHubNotFound creates a ArchiveComponentHubNotFound with default headers values

func (*ArchiveComponentHubNotFound) Error

func (*ArchiveComponentHubNotFound) GetPayload

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

type ArchiveComponentHubOK

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

A successful response.

func NewArchiveComponentHubOK

func NewArchiveComponentHubOK() *ArchiveComponentHubOK

NewArchiveComponentHubOK creates a ArchiveComponentHubOK with default headers values

func (*ArchiveComponentHubOK) Error

func (o *ArchiveComponentHubOK) Error() string

type ArchiveComponentHubParams

type ArchiveComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

ArchiveComponentHubParams contains all the parameters to send to the API endpoint

for the archive component hub operation.

Typically these are written to a http.Request.

func NewArchiveComponentHubParams

func NewArchiveComponentHubParams() *ArchiveComponentHubParams

NewArchiveComponentHubParams creates a new ArchiveComponentHubParams 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 NewArchiveComponentHubParamsWithContext

func NewArchiveComponentHubParamsWithContext(ctx context.Context) *ArchiveComponentHubParams

NewArchiveComponentHubParamsWithContext creates a new ArchiveComponentHubParams object with the ability to set a context for a request.

func NewArchiveComponentHubParamsWithHTTPClient

func NewArchiveComponentHubParamsWithHTTPClient(client *http.Client) *ArchiveComponentHubParams

NewArchiveComponentHubParamsWithHTTPClient creates a new ArchiveComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewArchiveComponentHubParamsWithTimeout

func NewArchiveComponentHubParamsWithTimeout(timeout time.Duration) *ArchiveComponentHubParams

NewArchiveComponentHubParamsWithTimeout creates a new ArchiveComponentHubParams object with the ability to set a timeout on a request.

func (*ArchiveComponentHubParams) SetContext

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

SetContext adds the context to the archive component hub params

func (*ArchiveComponentHubParams) SetDefaults

func (o *ArchiveComponentHubParams) SetDefaults()

SetDefaults hydrates default values in the archive component hub params (not the query body).

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

func (*ArchiveComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the archive component hub params

func (*ArchiveComponentHubParams) SetName

func (o *ArchiveComponentHubParams) SetName(name string)

SetName adds the name to the archive component hub params

func (*ArchiveComponentHubParams) SetOwner

func (o *ArchiveComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the archive component hub params

func (*ArchiveComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the archive component hub params

func (*ArchiveComponentHubParams) WithContext

WithContext adds the context to the archive component hub params

func (*ArchiveComponentHubParams) WithDefaults

WithDefaults hydrates default values in the archive component hub params (not the query body).

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

func (*ArchiveComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the archive component hub params

func (*ArchiveComponentHubParams) WithName

WithName adds the name to the archive component hub params

func (*ArchiveComponentHubParams) WithOwner

WithOwner adds the owner to the archive component hub params

func (*ArchiveComponentHubParams) WithTimeout

WithTimeout adds the timeout to the archive component hub params

func (*ArchiveComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArchiveComponentHubReader

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

ArchiveComponentHubReader is a Reader for the ArchiveComponentHub structure.

func (*ArchiveComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BookmarkComponentHubDefault

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

An unexpected error response.

func NewBookmarkComponentHubDefault

func NewBookmarkComponentHubDefault(code int) *BookmarkComponentHubDefault

NewBookmarkComponentHubDefault creates a BookmarkComponentHubDefault with default headers values

func (*BookmarkComponentHubDefault) Code

func (o *BookmarkComponentHubDefault) Code() int

Code gets the status code for the bookmark component hub default response

func (*BookmarkComponentHubDefault) Error

func (*BookmarkComponentHubDefault) GetPayload

type BookmarkComponentHubForbidden

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

You don't have permission to access the resource.

func NewBookmarkComponentHubForbidden

func NewBookmarkComponentHubForbidden() *BookmarkComponentHubForbidden

NewBookmarkComponentHubForbidden creates a BookmarkComponentHubForbidden with default headers values

func (*BookmarkComponentHubForbidden) Error

func (*BookmarkComponentHubForbidden) GetPayload

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

type BookmarkComponentHubNoContent

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

No content.

func NewBookmarkComponentHubNoContent

func NewBookmarkComponentHubNoContent() *BookmarkComponentHubNoContent

NewBookmarkComponentHubNoContent creates a BookmarkComponentHubNoContent with default headers values

func (*BookmarkComponentHubNoContent) Error

func (*BookmarkComponentHubNoContent) GetPayload

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

type BookmarkComponentHubNotFound

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

Resource does not exist.

func NewBookmarkComponentHubNotFound

func NewBookmarkComponentHubNotFound() *BookmarkComponentHubNotFound

NewBookmarkComponentHubNotFound creates a BookmarkComponentHubNotFound with default headers values

func (*BookmarkComponentHubNotFound) Error

func (*BookmarkComponentHubNotFound) GetPayload

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

type BookmarkComponentHubOK

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

A successful response.

func NewBookmarkComponentHubOK

func NewBookmarkComponentHubOK() *BookmarkComponentHubOK

NewBookmarkComponentHubOK creates a BookmarkComponentHubOK with default headers values

func (*BookmarkComponentHubOK) Error

func (o *BookmarkComponentHubOK) Error() string

type BookmarkComponentHubParams

type BookmarkComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

BookmarkComponentHubParams contains all the parameters to send to the API endpoint

for the bookmark component hub operation.

Typically these are written to a http.Request.

func NewBookmarkComponentHubParams

func NewBookmarkComponentHubParams() *BookmarkComponentHubParams

NewBookmarkComponentHubParams creates a new BookmarkComponentHubParams 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 NewBookmarkComponentHubParamsWithContext

func NewBookmarkComponentHubParamsWithContext(ctx context.Context) *BookmarkComponentHubParams

NewBookmarkComponentHubParamsWithContext creates a new BookmarkComponentHubParams object with the ability to set a context for a request.

func NewBookmarkComponentHubParamsWithHTTPClient

func NewBookmarkComponentHubParamsWithHTTPClient(client *http.Client) *BookmarkComponentHubParams

NewBookmarkComponentHubParamsWithHTTPClient creates a new BookmarkComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewBookmarkComponentHubParamsWithTimeout

func NewBookmarkComponentHubParamsWithTimeout(timeout time.Duration) *BookmarkComponentHubParams

NewBookmarkComponentHubParamsWithTimeout creates a new BookmarkComponentHubParams object with the ability to set a timeout on a request.

func (*BookmarkComponentHubParams) SetContext

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

SetContext adds the context to the bookmark component hub params

func (*BookmarkComponentHubParams) SetDefaults

func (o *BookmarkComponentHubParams) SetDefaults()

SetDefaults hydrates default values in the bookmark component hub params (not the query body).

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

func (*BookmarkComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bookmark component hub params

func (*BookmarkComponentHubParams) SetName

func (o *BookmarkComponentHubParams) SetName(name string)

SetName adds the name to the bookmark component hub params

func (*BookmarkComponentHubParams) SetOwner

func (o *BookmarkComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the bookmark component hub params

func (*BookmarkComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the bookmark component hub params

func (*BookmarkComponentHubParams) WithContext

WithContext adds the context to the bookmark component hub params

func (*BookmarkComponentHubParams) WithDefaults

WithDefaults hydrates default values in the bookmark component hub params (not the query body).

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

func (*BookmarkComponentHubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bookmark component hub params

func (*BookmarkComponentHubParams) WithName

WithName adds the name to the bookmark component hub params

func (*BookmarkComponentHubParams) WithOwner

WithOwner adds the owner to the bookmark component hub params

func (*BookmarkComponentHubParams) WithTimeout

WithTimeout adds the timeout to the bookmark component hub params

func (*BookmarkComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BookmarkComponentHubReader

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

BookmarkComponentHubReader is a Reader for the BookmarkComponentHub structure.

func (*BookmarkComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for component hub v1 API

func (*Client) ArchiveComponentHub

ArchiveComponentHub archives hub component

func (*Client) BookmarkComponentHub

BookmarkComponentHub bookmarks component hub

func (*Client) CreateComponentHub

CreateComponentHub creates hub component

func (*Client) CreateComponentVersion

CreateComponentVersion creates component version

func (*Client) CreateComponentVersionStage

CreateComponentVersionStage creates new component version stage

func (*Client) DeleteComponentHub

DeleteComponentHub deletes hub component

func (*Client) DeleteComponentVersion

DeleteComponentVersion deletes component version

func (*Client) GetComponentHub

GetComponentHub gets hub component

func (*Client) GetComponentHubActivities

GetComponentHubActivities gets hub activities

func (*Client) GetComponentHubSettings

GetComponentHubSettings gets hub component settings

func (*Client) GetComponentVersion

GetComponentVersion gets component version

func (*Client) GetComponentVersionStages

GetComponentVersionStages gets component version stages

func (*Client) ListComponentHubNames

ListComponentHubNames lists hub component names

func (*Client) ListComponentHubs

ListComponentHubs lists hub components

func (*Client) ListComponentVersionNames

ListComponentVersionNames lists component version names

func (*Client) ListComponentVersions

ListComponentVersions lists component versions

func (*Client) PatchComponentHub

PatchComponentHub patches hub component

func (*Client) PatchComponentHubSettings

PatchComponentHubSettings patches hub component settings

func (*Client) PatchComponentVersion

PatchComponentVersion patches component version

func (*Client) RestoreComponentHub

RestoreComponentHub restores hub component

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UnbookmarkComponentHub

UnbookmarkComponentHub unbookmarks component hub

func (*Client) UpdateComponentHub

UpdateComponentHub updates hub component

func (*Client) UpdateComponentHubSettings

UpdateComponentHubSettings updates hub component settings

func (*Client) UpdateComponentVersion

UpdateComponentVersion updates component version

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ArchiveComponentHub(params *ArchiveComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchiveComponentHubOK, *ArchiveComponentHubNoContent, error)

	BookmarkComponentHub(params *BookmarkComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BookmarkComponentHubOK, *BookmarkComponentHubNoContent, error)

	CreateComponentHub(params *CreateComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateComponentHubOK, *CreateComponentHubNoContent, error)

	CreateComponentVersion(params *CreateComponentVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateComponentVersionOK, *CreateComponentVersionNoContent, error)

	CreateComponentVersionStage(params *CreateComponentVersionStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateComponentVersionStageOK, *CreateComponentVersionStageNoContent, error)

	DeleteComponentHub(params *DeleteComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteComponentHubOK, *DeleteComponentHubNoContent, error)

	DeleteComponentVersion(params *DeleteComponentVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteComponentVersionOK, *DeleteComponentVersionNoContent, error)

	GetComponentHub(params *GetComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetComponentHubOK, *GetComponentHubNoContent, error)

	GetComponentHubActivities(params *GetComponentHubActivitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetComponentHubActivitiesOK, *GetComponentHubActivitiesNoContent, error)

	GetComponentHubSettings(params *GetComponentHubSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetComponentHubSettingsOK, *GetComponentHubSettingsNoContent, error)

	GetComponentVersion(params *GetComponentVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetComponentVersionOK, *GetComponentVersionNoContent, error)

	GetComponentVersionStages(params *GetComponentVersionStagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetComponentVersionStagesOK, *GetComponentVersionStagesNoContent, error)

	ListComponentHubNames(params *ListComponentHubNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListComponentHubNamesOK, *ListComponentHubNamesNoContent, error)

	ListComponentHubs(params *ListComponentHubsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListComponentHubsOK, *ListComponentHubsNoContent, error)

	ListComponentVersionNames(params *ListComponentVersionNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListComponentVersionNamesOK, *ListComponentVersionNamesNoContent, error)

	ListComponentVersions(params *ListComponentVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListComponentVersionsOK, *ListComponentVersionsNoContent, error)

	PatchComponentHub(params *PatchComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchComponentHubOK, *PatchComponentHubNoContent, error)

	PatchComponentHubSettings(params *PatchComponentHubSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchComponentHubSettingsOK, *PatchComponentHubSettingsNoContent, error)

	PatchComponentVersion(params *PatchComponentVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchComponentVersionOK, *PatchComponentVersionNoContent, error)

	RestoreComponentHub(params *RestoreComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreComponentHubOK, *RestoreComponentHubNoContent, error)

	UnbookmarkComponentHub(params *UnbookmarkComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbookmarkComponentHubOK, *UnbookmarkComponentHubNoContent, error)

	UpdateComponentHub(params *UpdateComponentHubParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateComponentHubOK, *UpdateComponentHubNoContent, error)

	UpdateComponentHubSettings(params *UpdateComponentHubSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateComponentHubSettingsOK, *UpdateComponentHubSettingsNoContent, error)

	UpdateComponentVersion(params *UpdateComponentVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateComponentVersionOK, *UpdateComponentVersionNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new component hub v1 API client.

type CreateComponentHubDefault

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

An unexpected error response.

func NewCreateComponentHubDefault

func NewCreateComponentHubDefault(code int) *CreateComponentHubDefault

NewCreateComponentHubDefault creates a CreateComponentHubDefault with default headers values

func (*CreateComponentHubDefault) Code

func (o *CreateComponentHubDefault) Code() int

Code gets the status code for the create component hub default response

func (*CreateComponentHubDefault) Error

func (o *CreateComponentHubDefault) Error() string

func (*CreateComponentHubDefault) GetPayload

type CreateComponentHubForbidden

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

You don't have permission to access the resource.

func NewCreateComponentHubForbidden

func NewCreateComponentHubForbidden() *CreateComponentHubForbidden

NewCreateComponentHubForbidden creates a CreateComponentHubForbidden with default headers values

func (*CreateComponentHubForbidden) Error

func (*CreateComponentHubForbidden) GetPayload

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

type CreateComponentHubNoContent

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

No content.

func NewCreateComponentHubNoContent

func NewCreateComponentHubNoContent() *CreateComponentHubNoContent

NewCreateComponentHubNoContent creates a CreateComponentHubNoContent with default headers values

func (*CreateComponentHubNoContent) Error

func (*CreateComponentHubNoContent) GetPayload

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

type CreateComponentHubNotFound

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

Resource does not exist.

func NewCreateComponentHubNotFound

func NewCreateComponentHubNotFound() *CreateComponentHubNotFound

NewCreateComponentHubNotFound creates a CreateComponentHubNotFound with default headers values

func (*CreateComponentHubNotFound) Error

func (*CreateComponentHubNotFound) GetPayload

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

type CreateComponentHubOK

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

A successful response.

func NewCreateComponentHubOK

func NewCreateComponentHubOK() *CreateComponentHubOK

NewCreateComponentHubOK creates a CreateComponentHubOK with default headers values

func (*CreateComponentHubOK) Error

func (o *CreateComponentHubOK) Error() string

func (*CreateComponentHubOK) GetPayload

type CreateComponentHubParams

type CreateComponentHubParams struct {

	/* Body.

	   Component body
	*/
	Body *service_model.V1ComponentHub

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateComponentHubParams contains all the parameters to send to the API endpoint

for the create component hub operation.

Typically these are written to a http.Request.

func NewCreateComponentHubParams

func NewCreateComponentHubParams() *CreateComponentHubParams

NewCreateComponentHubParams creates a new CreateComponentHubParams 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 NewCreateComponentHubParamsWithContext

func NewCreateComponentHubParamsWithContext(ctx context.Context) *CreateComponentHubParams

NewCreateComponentHubParamsWithContext creates a new CreateComponentHubParams object with the ability to set a context for a request.

func NewCreateComponentHubParamsWithHTTPClient

func NewCreateComponentHubParamsWithHTTPClient(client *http.Client) *CreateComponentHubParams

NewCreateComponentHubParamsWithHTTPClient creates a new CreateComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewCreateComponentHubParamsWithTimeout

func NewCreateComponentHubParamsWithTimeout(timeout time.Duration) *CreateComponentHubParams

NewCreateComponentHubParamsWithTimeout creates a new CreateComponentHubParams object with the ability to set a timeout on a request.

func (*CreateComponentHubParams) SetBody

SetBody adds the body to the create component hub params

func (*CreateComponentHubParams) SetContext

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

SetContext adds the context to the create component hub params

func (*CreateComponentHubParams) SetDefaults

func (o *CreateComponentHubParams) SetDefaults()

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

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

func (*CreateComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create component hub params

func (*CreateComponentHubParams) SetOwner

func (o *CreateComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the create component hub params

func (*CreateComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the create component hub params

func (*CreateComponentHubParams) WithBody

WithBody adds the body to the create component hub params

func (*CreateComponentHubParams) WithContext

WithContext adds the context to the create component hub params

func (*CreateComponentHubParams) WithDefaults

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

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

func (*CreateComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create component hub params

func (*CreateComponentHubParams) WithOwner

WithOwner adds the owner to the create component hub params

func (*CreateComponentHubParams) WithTimeout

WithTimeout adds the timeout to the create component hub params

func (*CreateComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateComponentHubReader

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

CreateComponentHubReader is a Reader for the CreateComponentHub structure.

func (*CreateComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateComponentVersionDefault

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

An unexpected error response.

func NewCreateComponentVersionDefault

func NewCreateComponentVersionDefault(code int) *CreateComponentVersionDefault

NewCreateComponentVersionDefault creates a CreateComponentVersionDefault with default headers values

func (*CreateComponentVersionDefault) Code

Code gets the status code for the create component version default response

func (*CreateComponentVersionDefault) Error

func (*CreateComponentVersionDefault) GetPayload

type CreateComponentVersionForbidden

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

You don't have permission to access the resource.

func NewCreateComponentVersionForbidden

func NewCreateComponentVersionForbidden() *CreateComponentVersionForbidden

NewCreateComponentVersionForbidden creates a CreateComponentVersionForbidden with default headers values

func (*CreateComponentVersionForbidden) Error

func (*CreateComponentVersionForbidden) GetPayload

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

type CreateComponentVersionNoContent

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

No content.

func NewCreateComponentVersionNoContent

func NewCreateComponentVersionNoContent() *CreateComponentVersionNoContent

NewCreateComponentVersionNoContent creates a CreateComponentVersionNoContent with default headers values

func (*CreateComponentVersionNoContent) Error

func (*CreateComponentVersionNoContent) GetPayload

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

type CreateComponentVersionNotFound

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

Resource does not exist.

func NewCreateComponentVersionNotFound

func NewCreateComponentVersionNotFound() *CreateComponentVersionNotFound

NewCreateComponentVersionNotFound creates a CreateComponentVersionNotFound with default headers values

func (*CreateComponentVersionNotFound) Error

func (*CreateComponentVersionNotFound) GetPayload

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

type CreateComponentVersionOK

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

A successful response.

func NewCreateComponentVersionOK

func NewCreateComponentVersionOK() *CreateComponentVersionOK

NewCreateComponentVersionOK creates a CreateComponentVersionOK with default headers values

func (*CreateComponentVersionOK) Error

func (o *CreateComponentVersionOK) Error() string

func (*CreateComponentVersionOK) GetPayload

type CreateComponentVersionParams

type CreateComponentVersionParams struct {

	/* Body.

	   Component version body
	*/
	Body *service_model.V1ComponentVersion

	/* Component.

	   Component name
	*/
	Component string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateComponentVersionParams contains all the parameters to send to the API endpoint

for the create component version operation.

Typically these are written to a http.Request.

func NewCreateComponentVersionParams

func NewCreateComponentVersionParams() *CreateComponentVersionParams

NewCreateComponentVersionParams creates a new CreateComponentVersionParams 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 NewCreateComponentVersionParamsWithContext

func NewCreateComponentVersionParamsWithContext(ctx context.Context) *CreateComponentVersionParams

NewCreateComponentVersionParamsWithContext creates a new CreateComponentVersionParams object with the ability to set a context for a request.

func NewCreateComponentVersionParamsWithHTTPClient

func NewCreateComponentVersionParamsWithHTTPClient(client *http.Client) *CreateComponentVersionParams

NewCreateComponentVersionParamsWithHTTPClient creates a new CreateComponentVersionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateComponentVersionParamsWithTimeout

func NewCreateComponentVersionParamsWithTimeout(timeout time.Duration) *CreateComponentVersionParams

NewCreateComponentVersionParamsWithTimeout creates a new CreateComponentVersionParams object with the ability to set a timeout on a request.

func (*CreateComponentVersionParams) SetBody

SetBody adds the body to the create component version params

func (*CreateComponentVersionParams) SetComponent

func (o *CreateComponentVersionParams) SetComponent(component string)

SetComponent adds the component to the create component version params

func (*CreateComponentVersionParams) SetContext

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

SetContext adds the context to the create component version params

func (*CreateComponentVersionParams) SetDefaults

func (o *CreateComponentVersionParams) SetDefaults()

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

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

func (*CreateComponentVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create component version params

func (*CreateComponentVersionParams) SetOwner

func (o *CreateComponentVersionParams) SetOwner(owner string)

SetOwner adds the owner to the create component version params

func (*CreateComponentVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create component version params

func (*CreateComponentVersionParams) WithBody

WithBody adds the body to the create component version params

func (*CreateComponentVersionParams) WithComponent

WithComponent adds the component to the create component version params

func (*CreateComponentVersionParams) WithContext

WithContext adds the context to the create component version params

func (*CreateComponentVersionParams) WithDefaults

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

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

func (*CreateComponentVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create component version params

func (*CreateComponentVersionParams) WithOwner

WithOwner adds the owner to the create component version params

func (*CreateComponentVersionParams) WithTimeout

WithTimeout adds the timeout to the create component version params

func (*CreateComponentVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateComponentVersionReader

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

CreateComponentVersionReader is a Reader for the CreateComponentVersion structure.

func (*CreateComponentVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateComponentVersionStageDefault

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

An unexpected error response.

func NewCreateComponentVersionStageDefault

func NewCreateComponentVersionStageDefault(code int) *CreateComponentVersionStageDefault

NewCreateComponentVersionStageDefault creates a CreateComponentVersionStageDefault with default headers values

func (*CreateComponentVersionStageDefault) Code

Code gets the status code for the create component version stage default response

func (*CreateComponentVersionStageDefault) Error

func (*CreateComponentVersionStageDefault) GetPayload

type CreateComponentVersionStageForbidden

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

You don't have permission to access the resource.

func NewCreateComponentVersionStageForbidden

func NewCreateComponentVersionStageForbidden() *CreateComponentVersionStageForbidden

NewCreateComponentVersionStageForbidden creates a CreateComponentVersionStageForbidden with default headers values

func (*CreateComponentVersionStageForbidden) Error

func (*CreateComponentVersionStageForbidden) GetPayload

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

type CreateComponentVersionStageNoContent

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

No content.

func NewCreateComponentVersionStageNoContent

func NewCreateComponentVersionStageNoContent() *CreateComponentVersionStageNoContent

NewCreateComponentVersionStageNoContent creates a CreateComponentVersionStageNoContent with default headers values

func (*CreateComponentVersionStageNoContent) Error

func (*CreateComponentVersionStageNoContent) GetPayload

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

type CreateComponentVersionStageNotFound

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

Resource does not exist.

func NewCreateComponentVersionStageNotFound

func NewCreateComponentVersionStageNotFound() *CreateComponentVersionStageNotFound

NewCreateComponentVersionStageNotFound creates a CreateComponentVersionStageNotFound with default headers values

func (*CreateComponentVersionStageNotFound) Error

func (*CreateComponentVersionStageNotFound) GetPayload

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

type CreateComponentVersionStageOK

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

A successful response.

func NewCreateComponentVersionStageOK

func NewCreateComponentVersionStageOK() *CreateComponentVersionStageOK

NewCreateComponentVersionStageOK creates a CreateComponentVersionStageOK with default headers values

func (*CreateComponentVersionStageOK) Error

func (*CreateComponentVersionStageOK) GetPayload

type CreateComponentVersionStageParams

type CreateComponentVersionStageParams struct {

	// Body.
	Body *service_model.V1EntityStageBodyRequest

	/* Entity.

	   Entity namespace
	*/
	Entity string

	/* Name.

	   Name of the version to apply the stage to
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateComponentVersionStageParams contains all the parameters to send to the API endpoint

for the create component version stage operation.

Typically these are written to a http.Request.

func NewCreateComponentVersionStageParams

func NewCreateComponentVersionStageParams() *CreateComponentVersionStageParams

NewCreateComponentVersionStageParams creates a new CreateComponentVersionStageParams 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 NewCreateComponentVersionStageParamsWithContext

func NewCreateComponentVersionStageParamsWithContext(ctx context.Context) *CreateComponentVersionStageParams

NewCreateComponentVersionStageParamsWithContext creates a new CreateComponentVersionStageParams object with the ability to set a context for a request.

func NewCreateComponentVersionStageParamsWithHTTPClient

func NewCreateComponentVersionStageParamsWithHTTPClient(client *http.Client) *CreateComponentVersionStageParams

NewCreateComponentVersionStageParamsWithHTTPClient creates a new CreateComponentVersionStageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateComponentVersionStageParamsWithTimeout

func NewCreateComponentVersionStageParamsWithTimeout(timeout time.Duration) *CreateComponentVersionStageParams

NewCreateComponentVersionStageParamsWithTimeout creates a new CreateComponentVersionStageParams object with the ability to set a timeout on a request.

func (*CreateComponentVersionStageParams) SetBody

SetBody adds the body to the create component version stage params

func (*CreateComponentVersionStageParams) SetContext

SetContext adds the context to the create component version stage params

func (*CreateComponentVersionStageParams) SetDefaults

func (o *CreateComponentVersionStageParams) SetDefaults()

SetDefaults hydrates default values in the create component version stage params (not the query body).

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

func (*CreateComponentVersionStageParams) SetEntity

func (o *CreateComponentVersionStageParams) SetEntity(entity string)

SetEntity adds the entity to the create component version stage params

func (*CreateComponentVersionStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create component version stage params

func (*CreateComponentVersionStageParams) SetName

func (o *CreateComponentVersionStageParams) SetName(name string)

SetName adds the name to the create component version stage params

func (*CreateComponentVersionStageParams) SetOwner

func (o *CreateComponentVersionStageParams) SetOwner(owner string)

SetOwner adds the owner to the create component version stage params

func (*CreateComponentVersionStageParams) SetTimeout

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

SetTimeout adds the timeout to the create component version stage params

func (*CreateComponentVersionStageParams) WithBody

WithBody adds the body to the create component version stage params

func (*CreateComponentVersionStageParams) WithContext

WithContext adds the context to the create component version stage params

func (*CreateComponentVersionStageParams) WithDefaults

WithDefaults hydrates default values in the create component version stage params (not the query body).

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

func (*CreateComponentVersionStageParams) WithEntity

WithEntity adds the entity to the create component version stage params

func (*CreateComponentVersionStageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create component version stage params

func (*CreateComponentVersionStageParams) WithName

WithName adds the name to the create component version stage params

func (*CreateComponentVersionStageParams) WithOwner

WithOwner adds the owner to the create component version stage params

func (*CreateComponentVersionStageParams) WithTimeout

WithTimeout adds the timeout to the create component version stage params

func (*CreateComponentVersionStageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateComponentVersionStageReader

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

CreateComponentVersionStageReader is a Reader for the CreateComponentVersionStage structure.

func (*CreateComponentVersionStageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteComponentHubDefault

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

An unexpected error response.

func NewDeleteComponentHubDefault

func NewDeleteComponentHubDefault(code int) *DeleteComponentHubDefault

NewDeleteComponentHubDefault creates a DeleteComponentHubDefault with default headers values

func (*DeleteComponentHubDefault) Code

func (o *DeleteComponentHubDefault) Code() int

Code gets the status code for the delete component hub default response

func (*DeleteComponentHubDefault) Error

func (o *DeleteComponentHubDefault) Error() string

func (*DeleteComponentHubDefault) GetPayload

type DeleteComponentHubForbidden

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

You don't have permission to access the resource.

func NewDeleteComponentHubForbidden

func NewDeleteComponentHubForbidden() *DeleteComponentHubForbidden

NewDeleteComponentHubForbidden creates a DeleteComponentHubForbidden with default headers values

func (*DeleteComponentHubForbidden) Error

func (*DeleteComponentHubForbidden) GetPayload

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

type DeleteComponentHubNoContent

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

No content.

func NewDeleteComponentHubNoContent

func NewDeleteComponentHubNoContent() *DeleteComponentHubNoContent

NewDeleteComponentHubNoContent creates a DeleteComponentHubNoContent with default headers values

func (*DeleteComponentHubNoContent) Error

func (*DeleteComponentHubNoContent) GetPayload

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

type DeleteComponentHubNotFound

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

Resource does not exist.

func NewDeleteComponentHubNotFound

func NewDeleteComponentHubNotFound() *DeleteComponentHubNotFound

NewDeleteComponentHubNotFound creates a DeleteComponentHubNotFound with default headers values

func (*DeleteComponentHubNotFound) Error

func (*DeleteComponentHubNotFound) GetPayload

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

type DeleteComponentHubOK

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

A successful response.

func NewDeleteComponentHubOK

func NewDeleteComponentHubOK() *DeleteComponentHubOK

NewDeleteComponentHubOK creates a DeleteComponentHubOK with default headers values

func (*DeleteComponentHubOK) Error

func (o *DeleteComponentHubOK) Error() string

type DeleteComponentHubParams

type DeleteComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteComponentHubParams contains all the parameters to send to the API endpoint

for the delete component hub operation.

Typically these are written to a http.Request.

func NewDeleteComponentHubParams

func NewDeleteComponentHubParams() *DeleteComponentHubParams

NewDeleteComponentHubParams creates a new DeleteComponentHubParams 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 NewDeleteComponentHubParamsWithContext

func NewDeleteComponentHubParamsWithContext(ctx context.Context) *DeleteComponentHubParams

NewDeleteComponentHubParamsWithContext creates a new DeleteComponentHubParams object with the ability to set a context for a request.

func NewDeleteComponentHubParamsWithHTTPClient

func NewDeleteComponentHubParamsWithHTTPClient(client *http.Client) *DeleteComponentHubParams

NewDeleteComponentHubParamsWithHTTPClient creates a new DeleteComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteComponentHubParamsWithTimeout

func NewDeleteComponentHubParamsWithTimeout(timeout time.Duration) *DeleteComponentHubParams

NewDeleteComponentHubParamsWithTimeout creates a new DeleteComponentHubParams object with the ability to set a timeout on a request.

func (*DeleteComponentHubParams) SetContext

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

SetContext adds the context to the delete component hub params

func (*DeleteComponentHubParams) SetDefaults

func (o *DeleteComponentHubParams) SetDefaults()

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

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

func (*DeleteComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete component hub params

func (*DeleteComponentHubParams) SetName

func (o *DeleteComponentHubParams) SetName(name string)

SetName adds the name to the delete component hub params

func (*DeleteComponentHubParams) SetOwner

func (o *DeleteComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the delete component hub params

func (*DeleteComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the delete component hub params

func (*DeleteComponentHubParams) WithContext

WithContext adds the context to the delete component hub params

func (*DeleteComponentHubParams) WithDefaults

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

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

func (*DeleteComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete component hub params

func (*DeleteComponentHubParams) WithName

WithName adds the name to the delete component hub params

func (*DeleteComponentHubParams) WithOwner

WithOwner adds the owner to the delete component hub params

func (*DeleteComponentHubParams) WithTimeout

WithTimeout adds the timeout to the delete component hub params

func (*DeleteComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteComponentHubReader

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

DeleteComponentHubReader is a Reader for the DeleteComponentHub structure.

func (*DeleteComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteComponentVersionDefault

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

An unexpected error response.

func NewDeleteComponentVersionDefault

func NewDeleteComponentVersionDefault(code int) *DeleteComponentVersionDefault

NewDeleteComponentVersionDefault creates a DeleteComponentVersionDefault with default headers values

func (*DeleteComponentVersionDefault) Code

Code gets the status code for the delete component version default response

func (*DeleteComponentVersionDefault) Error

func (*DeleteComponentVersionDefault) GetPayload

type DeleteComponentVersionForbidden

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

You don't have permission to access the resource.

func NewDeleteComponentVersionForbidden

func NewDeleteComponentVersionForbidden() *DeleteComponentVersionForbidden

NewDeleteComponentVersionForbidden creates a DeleteComponentVersionForbidden with default headers values

func (*DeleteComponentVersionForbidden) Error

func (*DeleteComponentVersionForbidden) GetPayload

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

type DeleteComponentVersionNoContent

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

No content.

func NewDeleteComponentVersionNoContent

func NewDeleteComponentVersionNoContent() *DeleteComponentVersionNoContent

NewDeleteComponentVersionNoContent creates a DeleteComponentVersionNoContent with default headers values

func (*DeleteComponentVersionNoContent) Error

func (*DeleteComponentVersionNoContent) GetPayload

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

type DeleteComponentVersionNotFound

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

Resource does not exist.

func NewDeleteComponentVersionNotFound

func NewDeleteComponentVersionNotFound() *DeleteComponentVersionNotFound

NewDeleteComponentVersionNotFound creates a DeleteComponentVersionNotFound with default headers values

func (*DeleteComponentVersionNotFound) Error

func (*DeleteComponentVersionNotFound) GetPayload

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

type DeleteComponentVersionOK

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

A successful response.

func NewDeleteComponentVersionOK

func NewDeleteComponentVersionOK() *DeleteComponentVersionOK

NewDeleteComponentVersionOK creates a DeleteComponentVersionOK with default headers values

func (*DeleteComponentVersionOK) Error

func (o *DeleteComponentVersionOK) Error() string

type DeleteComponentVersionParams

type DeleteComponentVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

DeleteComponentVersionParams contains all the parameters to send to the API endpoint

for the delete component version operation.

Typically these are written to a http.Request.

func NewDeleteComponentVersionParams

func NewDeleteComponentVersionParams() *DeleteComponentVersionParams

NewDeleteComponentVersionParams creates a new DeleteComponentVersionParams 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 NewDeleteComponentVersionParamsWithContext

func NewDeleteComponentVersionParamsWithContext(ctx context.Context) *DeleteComponentVersionParams

NewDeleteComponentVersionParamsWithContext creates a new DeleteComponentVersionParams object with the ability to set a context for a request.

func NewDeleteComponentVersionParamsWithHTTPClient

func NewDeleteComponentVersionParamsWithHTTPClient(client *http.Client) *DeleteComponentVersionParams

NewDeleteComponentVersionParamsWithHTTPClient creates a new DeleteComponentVersionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteComponentVersionParamsWithTimeout

func NewDeleteComponentVersionParamsWithTimeout(timeout time.Duration) *DeleteComponentVersionParams

NewDeleteComponentVersionParamsWithTimeout creates a new DeleteComponentVersionParams object with the ability to set a timeout on a request.

func (*DeleteComponentVersionParams) SetContext

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

SetContext adds the context to the delete component version params

func (*DeleteComponentVersionParams) SetDefaults

func (o *DeleteComponentVersionParams) SetDefaults()

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

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

func (*DeleteComponentVersionParams) SetEntity

func (o *DeleteComponentVersionParams) SetEntity(entity string)

SetEntity adds the entity to the delete component version params

func (*DeleteComponentVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete component version params

func (*DeleteComponentVersionParams) SetName

func (o *DeleteComponentVersionParams) SetName(name string)

SetName adds the name to the delete component version params

func (*DeleteComponentVersionParams) SetOwner

func (o *DeleteComponentVersionParams) SetOwner(owner string)

SetOwner adds the owner to the delete component version params

func (*DeleteComponentVersionParams) SetTimeout

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

SetTimeout adds the timeout to the delete component version params

func (*DeleteComponentVersionParams) WithContext

WithContext adds the context to the delete component version params

func (*DeleteComponentVersionParams) WithDefaults

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

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

func (*DeleteComponentVersionParams) WithEntity

WithEntity adds the entity to the delete component version params

func (*DeleteComponentVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete component version params

func (*DeleteComponentVersionParams) WithName

WithName adds the name to the delete component version params

func (*DeleteComponentVersionParams) WithOwner

WithOwner adds the owner to the delete component version params

func (*DeleteComponentVersionParams) WithTimeout

WithTimeout adds the timeout to the delete component version params

func (*DeleteComponentVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteComponentVersionReader

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

DeleteComponentVersionReader is a Reader for the DeleteComponentVersion structure.

func (*DeleteComponentVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetComponentHubActivitiesDefault

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

An unexpected error response.

func NewGetComponentHubActivitiesDefault

func NewGetComponentHubActivitiesDefault(code int) *GetComponentHubActivitiesDefault

NewGetComponentHubActivitiesDefault creates a GetComponentHubActivitiesDefault with default headers values

func (*GetComponentHubActivitiesDefault) Code

Code gets the status code for the get component hub activities default response

func (*GetComponentHubActivitiesDefault) Error

func (*GetComponentHubActivitiesDefault) GetPayload

type GetComponentHubActivitiesForbidden

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

You don't have permission to access the resource.

func NewGetComponentHubActivitiesForbidden

func NewGetComponentHubActivitiesForbidden() *GetComponentHubActivitiesForbidden

NewGetComponentHubActivitiesForbidden creates a GetComponentHubActivitiesForbidden with default headers values

func (*GetComponentHubActivitiesForbidden) Error

func (*GetComponentHubActivitiesForbidden) GetPayload

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

type GetComponentHubActivitiesNoContent

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

No content.

func NewGetComponentHubActivitiesNoContent

func NewGetComponentHubActivitiesNoContent() *GetComponentHubActivitiesNoContent

NewGetComponentHubActivitiesNoContent creates a GetComponentHubActivitiesNoContent with default headers values

func (*GetComponentHubActivitiesNoContent) Error

func (*GetComponentHubActivitiesNoContent) GetPayload

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

type GetComponentHubActivitiesNotFound

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

Resource does not exist.

func NewGetComponentHubActivitiesNotFound

func NewGetComponentHubActivitiesNotFound() *GetComponentHubActivitiesNotFound

NewGetComponentHubActivitiesNotFound creates a GetComponentHubActivitiesNotFound with default headers values

func (*GetComponentHubActivitiesNotFound) Error

func (*GetComponentHubActivitiesNotFound) GetPayload

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

type GetComponentHubActivitiesOK

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

A successful response.

func NewGetComponentHubActivitiesOK

func NewGetComponentHubActivitiesOK() *GetComponentHubActivitiesOK

NewGetComponentHubActivitiesOK creates a GetComponentHubActivitiesOK with default headers values

func (*GetComponentHubActivitiesOK) Error

func (*GetComponentHubActivitiesOK) GetPayload

type GetComponentHubActivitiesParams

type GetComponentHubActivitiesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name 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
}

GetComponentHubActivitiesParams contains all the parameters to send to the API endpoint

for the get component hub activities operation.

Typically these are written to a http.Request.

func NewGetComponentHubActivitiesParams

func NewGetComponentHubActivitiesParams() *GetComponentHubActivitiesParams

NewGetComponentHubActivitiesParams creates a new GetComponentHubActivitiesParams 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 NewGetComponentHubActivitiesParamsWithContext

func NewGetComponentHubActivitiesParamsWithContext(ctx context.Context) *GetComponentHubActivitiesParams

NewGetComponentHubActivitiesParamsWithContext creates a new GetComponentHubActivitiesParams object with the ability to set a context for a request.

func NewGetComponentHubActivitiesParamsWithHTTPClient

func NewGetComponentHubActivitiesParamsWithHTTPClient(client *http.Client) *GetComponentHubActivitiesParams

NewGetComponentHubActivitiesParamsWithHTTPClient creates a new GetComponentHubActivitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetComponentHubActivitiesParamsWithTimeout

func NewGetComponentHubActivitiesParamsWithTimeout(timeout time.Duration) *GetComponentHubActivitiesParams

NewGetComponentHubActivitiesParamsWithTimeout creates a new GetComponentHubActivitiesParams object with the ability to set a timeout on a request.

func (*GetComponentHubActivitiesParams) SetContext

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

SetContext adds the context to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetDefaults

func (o *GetComponentHubActivitiesParams) SetDefaults()

SetDefaults hydrates default values in the get component hub activities params (not the query body).

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

func (*GetComponentHubActivitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetLimit

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

SetLimit adds the limit to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetMode

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

SetMode adds the mode to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetName

func (o *GetComponentHubActivitiesParams) SetName(name string)

SetName adds the name to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetNoPage

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

SetNoPage adds the noPage to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetOffset

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

SetOffset adds the offset to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetOwner

func (o *GetComponentHubActivitiesParams) SetOwner(owner string)

SetOwner adds the owner to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetQuery

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

SetQuery adds the query to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetSort

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

SetSort adds the sort to the get component hub activities params

func (*GetComponentHubActivitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithContext

WithContext adds the context to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithDefaults

WithDefaults hydrates default values in the get component hub activities params (not the query body).

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

func (*GetComponentHubActivitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithLimit

WithLimit adds the limit to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithMode

WithMode adds the mode to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithName

WithName adds the name to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithNoPage

WithNoPage adds the noPage to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithOffset

WithOffset adds the offset to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithOwner

WithOwner adds the owner to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithQuery

WithQuery adds the query to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithSort

WithSort adds the sort to the get component hub activities params

func (*GetComponentHubActivitiesParams) WithTimeout

WithTimeout adds the timeout to the get component hub activities params

func (*GetComponentHubActivitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetComponentHubActivitiesReader

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

GetComponentHubActivitiesReader is a Reader for the GetComponentHubActivities structure.

func (*GetComponentHubActivitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetComponentHubDefault

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

An unexpected error response.

func NewGetComponentHubDefault

func NewGetComponentHubDefault(code int) *GetComponentHubDefault

NewGetComponentHubDefault creates a GetComponentHubDefault with default headers values

func (*GetComponentHubDefault) Code

func (o *GetComponentHubDefault) Code() int

Code gets the status code for the get component hub default response

func (*GetComponentHubDefault) Error

func (o *GetComponentHubDefault) Error() string

func (*GetComponentHubDefault) GetPayload

type GetComponentHubForbidden

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

You don't have permission to access the resource.

func NewGetComponentHubForbidden

func NewGetComponentHubForbidden() *GetComponentHubForbidden

NewGetComponentHubForbidden creates a GetComponentHubForbidden with default headers values

func (*GetComponentHubForbidden) Error

func (o *GetComponentHubForbidden) Error() string

func (*GetComponentHubForbidden) GetPayload

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

type GetComponentHubNoContent

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

No content.

func NewGetComponentHubNoContent

func NewGetComponentHubNoContent() *GetComponentHubNoContent

NewGetComponentHubNoContent creates a GetComponentHubNoContent with default headers values

func (*GetComponentHubNoContent) Error

func (o *GetComponentHubNoContent) Error() string

func (*GetComponentHubNoContent) GetPayload

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

type GetComponentHubNotFound

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

Resource does not exist.

func NewGetComponentHubNotFound

func NewGetComponentHubNotFound() *GetComponentHubNotFound

NewGetComponentHubNotFound creates a GetComponentHubNotFound with default headers values

func (*GetComponentHubNotFound) Error

func (o *GetComponentHubNotFound) Error() string

func (*GetComponentHubNotFound) GetPayload

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

type GetComponentHubOK

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

A successful response.

func NewGetComponentHubOK

func NewGetComponentHubOK() *GetComponentHubOK

NewGetComponentHubOK creates a GetComponentHubOK with default headers values

func (*GetComponentHubOK) Error

func (o *GetComponentHubOK) Error() string

func (*GetComponentHubOK) GetPayload

type GetComponentHubParams

type GetComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetComponentHubParams contains all the parameters to send to the API endpoint

for the get component hub operation.

Typically these are written to a http.Request.

func NewGetComponentHubParams

func NewGetComponentHubParams() *GetComponentHubParams

NewGetComponentHubParams creates a new GetComponentHubParams 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 NewGetComponentHubParamsWithContext

func NewGetComponentHubParamsWithContext(ctx context.Context) *GetComponentHubParams

NewGetComponentHubParamsWithContext creates a new GetComponentHubParams object with the ability to set a context for a request.

func NewGetComponentHubParamsWithHTTPClient

func NewGetComponentHubParamsWithHTTPClient(client *http.Client) *GetComponentHubParams

NewGetComponentHubParamsWithHTTPClient creates a new GetComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewGetComponentHubParamsWithTimeout

func NewGetComponentHubParamsWithTimeout(timeout time.Duration) *GetComponentHubParams

NewGetComponentHubParamsWithTimeout creates a new GetComponentHubParams object with the ability to set a timeout on a request.

func (*GetComponentHubParams) SetContext

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

SetContext adds the context to the get component hub params

func (*GetComponentHubParams) SetDefaults

func (o *GetComponentHubParams) SetDefaults()

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

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

func (*GetComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get component hub params

func (*GetComponentHubParams) SetName

func (o *GetComponentHubParams) SetName(name string)

SetName adds the name to the get component hub params

func (*GetComponentHubParams) SetOwner

func (o *GetComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the get component hub params

func (*GetComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the get component hub params

func (*GetComponentHubParams) WithContext

WithContext adds the context to the get component hub params

func (*GetComponentHubParams) WithDefaults

func (o *GetComponentHubParams) WithDefaults() *GetComponentHubParams

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

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

func (*GetComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get component hub params

func (*GetComponentHubParams) WithName

WithName adds the name to the get component hub params

func (*GetComponentHubParams) WithOwner

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

WithOwner adds the owner to the get component hub params

func (*GetComponentHubParams) WithTimeout

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

WithTimeout adds the timeout to the get component hub params

func (*GetComponentHubParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetComponentHubReader

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

GetComponentHubReader is a Reader for the GetComponentHub structure.

func (*GetComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetComponentHubSettingsDefault

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

An unexpected error response.

func NewGetComponentHubSettingsDefault

func NewGetComponentHubSettingsDefault(code int) *GetComponentHubSettingsDefault

NewGetComponentHubSettingsDefault creates a GetComponentHubSettingsDefault with default headers values

func (*GetComponentHubSettingsDefault) Code

Code gets the status code for the get component hub settings default response

func (*GetComponentHubSettingsDefault) Error

func (*GetComponentHubSettingsDefault) GetPayload

type GetComponentHubSettingsForbidden

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

You don't have permission to access the resource.

func NewGetComponentHubSettingsForbidden

func NewGetComponentHubSettingsForbidden() *GetComponentHubSettingsForbidden

NewGetComponentHubSettingsForbidden creates a GetComponentHubSettingsForbidden with default headers values

func (*GetComponentHubSettingsForbidden) Error

func (*GetComponentHubSettingsForbidden) GetPayload

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

type GetComponentHubSettingsNoContent

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

No content.

func NewGetComponentHubSettingsNoContent

func NewGetComponentHubSettingsNoContent() *GetComponentHubSettingsNoContent

NewGetComponentHubSettingsNoContent creates a GetComponentHubSettingsNoContent with default headers values

func (*GetComponentHubSettingsNoContent) Error

func (*GetComponentHubSettingsNoContent) GetPayload

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

type GetComponentHubSettingsNotFound

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

Resource does not exist.

func NewGetComponentHubSettingsNotFound

func NewGetComponentHubSettingsNotFound() *GetComponentHubSettingsNotFound

NewGetComponentHubSettingsNotFound creates a GetComponentHubSettingsNotFound with default headers values

func (*GetComponentHubSettingsNotFound) Error

func (*GetComponentHubSettingsNotFound) GetPayload

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

type GetComponentHubSettingsOK

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

A successful response.

func NewGetComponentHubSettingsOK

func NewGetComponentHubSettingsOK() *GetComponentHubSettingsOK

NewGetComponentHubSettingsOK creates a GetComponentHubSettingsOK with default headers values

func (*GetComponentHubSettingsOK) Error

func (o *GetComponentHubSettingsOK) Error() string

func (*GetComponentHubSettingsOK) GetPayload

type GetComponentHubSettingsParams

type GetComponentHubSettingsParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetComponentHubSettingsParams contains all the parameters to send to the API endpoint

for the get component hub settings operation.

Typically these are written to a http.Request.

func NewGetComponentHubSettingsParams

func NewGetComponentHubSettingsParams() *GetComponentHubSettingsParams

NewGetComponentHubSettingsParams creates a new GetComponentHubSettingsParams 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 NewGetComponentHubSettingsParamsWithContext

func NewGetComponentHubSettingsParamsWithContext(ctx context.Context) *GetComponentHubSettingsParams

NewGetComponentHubSettingsParamsWithContext creates a new GetComponentHubSettingsParams object with the ability to set a context for a request.

func NewGetComponentHubSettingsParamsWithHTTPClient

func NewGetComponentHubSettingsParamsWithHTTPClient(client *http.Client) *GetComponentHubSettingsParams

NewGetComponentHubSettingsParamsWithHTTPClient creates a new GetComponentHubSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetComponentHubSettingsParamsWithTimeout

func NewGetComponentHubSettingsParamsWithTimeout(timeout time.Duration) *GetComponentHubSettingsParams

NewGetComponentHubSettingsParamsWithTimeout creates a new GetComponentHubSettingsParams object with the ability to set a timeout on a request.

func (*GetComponentHubSettingsParams) SetContext

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

SetContext adds the context to the get component hub settings params

func (*GetComponentHubSettingsParams) SetDefaults

func (o *GetComponentHubSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get component hub settings params (not the query body).

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

func (*GetComponentHubSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get component hub settings params

func (*GetComponentHubSettingsParams) SetName

func (o *GetComponentHubSettingsParams) SetName(name string)

SetName adds the name to the get component hub settings params

func (*GetComponentHubSettingsParams) SetOwner

func (o *GetComponentHubSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the get component hub settings params

func (*GetComponentHubSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get component hub settings params

func (*GetComponentHubSettingsParams) WithContext

WithContext adds the context to the get component hub settings params

func (*GetComponentHubSettingsParams) WithDefaults

WithDefaults hydrates default values in the get component hub settings params (not the query body).

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

func (*GetComponentHubSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get component hub settings params

func (*GetComponentHubSettingsParams) WithName

WithName adds the name to the get component hub settings params

func (*GetComponentHubSettingsParams) WithOwner

WithOwner adds the owner to the get component hub settings params

func (*GetComponentHubSettingsParams) WithTimeout

WithTimeout adds the timeout to the get component hub settings params

func (*GetComponentHubSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetComponentHubSettingsReader

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

GetComponentHubSettingsReader is a Reader for the GetComponentHubSettings structure.

func (*GetComponentHubSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetComponentVersionDefault

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

An unexpected error response.

func NewGetComponentVersionDefault

func NewGetComponentVersionDefault(code int) *GetComponentVersionDefault

NewGetComponentVersionDefault creates a GetComponentVersionDefault with default headers values

func (*GetComponentVersionDefault) Code

func (o *GetComponentVersionDefault) Code() int

Code gets the status code for the get component version default response

func (*GetComponentVersionDefault) Error

func (*GetComponentVersionDefault) GetPayload

type GetComponentVersionForbidden

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

You don't have permission to access the resource.

func NewGetComponentVersionForbidden

func NewGetComponentVersionForbidden() *GetComponentVersionForbidden

NewGetComponentVersionForbidden creates a GetComponentVersionForbidden with default headers values

func (*GetComponentVersionForbidden) Error

func (*GetComponentVersionForbidden) GetPayload

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

type GetComponentVersionNoContent

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

No content.

func NewGetComponentVersionNoContent

func NewGetComponentVersionNoContent() *GetComponentVersionNoContent

NewGetComponentVersionNoContent creates a GetComponentVersionNoContent with default headers values

func (*GetComponentVersionNoContent) Error

func (*GetComponentVersionNoContent) GetPayload

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

type GetComponentVersionNotFound

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

Resource does not exist.

func NewGetComponentVersionNotFound

func NewGetComponentVersionNotFound() *GetComponentVersionNotFound

NewGetComponentVersionNotFound creates a GetComponentVersionNotFound with default headers values

func (*GetComponentVersionNotFound) Error

func (*GetComponentVersionNotFound) GetPayload

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

type GetComponentVersionOK

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

A successful response.

func NewGetComponentVersionOK

func NewGetComponentVersionOK() *GetComponentVersionOK

NewGetComponentVersionOK creates a GetComponentVersionOK with default headers values

func (*GetComponentVersionOK) Error

func (o *GetComponentVersionOK) Error() string

func (*GetComponentVersionOK) GetPayload

type GetComponentVersionParams

type GetComponentVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetComponentVersionParams contains all the parameters to send to the API endpoint

for the get component version operation.

Typically these are written to a http.Request.

func NewGetComponentVersionParams

func NewGetComponentVersionParams() *GetComponentVersionParams

NewGetComponentVersionParams creates a new GetComponentVersionParams 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 NewGetComponentVersionParamsWithContext

func NewGetComponentVersionParamsWithContext(ctx context.Context) *GetComponentVersionParams

NewGetComponentVersionParamsWithContext creates a new GetComponentVersionParams object with the ability to set a context for a request.

func NewGetComponentVersionParamsWithHTTPClient

func NewGetComponentVersionParamsWithHTTPClient(client *http.Client) *GetComponentVersionParams

NewGetComponentVersionParamsWithHTTPClient creates a new GetComponentVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetComponentVersionParamsWithTimeout

func NewGetComponentVersionParamsWithTimeout(timeout time.Duration) *GetComponentVersionParams

NewGetComponentVersionParamsWithTimeout creates a new GetComponentVersionParams object with the ability to set a timeout on a request.

func (*GetComponentVersionParams) SetContext

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

SetContext adds the context to the get component version params

func (*GetComponentVersionParams) SetDefaults

func (o *GetComponentVersionParams) SetDefaults()

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

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

func (*GetComponentVersionParams) SetEntity

func (o *GetComponentVersionParams) SetEntity(entity string)

SetEntity adds the entity to the get component version params

func (*GetComponentVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get component version params

func (*GetComponentVersionParams) SetName

func (o *GetComponentVersionParams) SetName(name string)

SetName adds the name to the get component version params

func (*GetComponentVersionParams) SetOwner

func (o *GetComponentVersionParams) SetOwner(owner string)

SetOwner adds the owner to the get component version params

func (*GetComponentVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get component version params

func (*GetComponentVersionParams) WithContext

WithContext adds the context to the get component version params

func (*GetComponentVersionParams) WithDefaults

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

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

func (*GetComponentVersionParams) WithEntity

WithEntity adds the entity to the get component version params

func (*GetComponentVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get component version params

func (*GetComponentVersionParams) WithName

WithName adds the name to the get component version params

func (*GetComponentVersionParams) WithOwner

WithOwner adds the owner to the get component version params

func (*GetComponentVersionParams) WithTimeout

WithTimeout adds the timeout to the get component version params

func (*GetComponentVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetComponentVersionReader

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

GetComponentVersionReader is a Reader for the GetComponentVersion structure.

func (*GetComponentVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetComponentVersionStagesDefault

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

An unexpected error response.

func NewGetComponentVersionStagesDefault

func NewGetComponentVersionStagesDefault(code int) *GetComponentVersionStagesDefault

NewGetComponentVersionStagesDefault creates a GetComponentVersionStagesDefault with default headers values

func (*GetComponentVersionStagesDefault) Code

Code gets the status code for the get component version stages default response

func (*GetComponentVersionStagesDefault) Error

func (*GetComponentVersionStagesDefault) GetPayload

type GetComponentVersionStagesForbidden

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

You don't have permission to access the resource.

func NewGetComponentVersionStagesForbidden

func NewGetComponentVersionStagesForbidden() *GetComponentVersionStagesForbidden

NewGetComponentVersionStagesForbidden creates a GetComponentVersionStagesForbidden with default headers values

func (*GetComponentVersionStagesForbidden) Error

func (*GetComponentVersionStagesForbidden) GetPayload

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

type GetComponentVersionStagesNoContent

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

No content.

func NewGetComponentVersionStagesNoContent

func NewGetComponentVersionStagesNoContent() *GetComponentVersionStagesNoContent

NewGetComponentVersionStagesNoContent creates a GetComponentVersionStagesNoContent with default headers values

func (*GetComponentVersionStagesNoContent) Error

func (*GetComponentVersionStagesNoContent) GetPayload

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

type GetComponentVersionStagesNotFound

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

Resource does not exist.

func NewGetComponentVersionStagesNotFound

func NewGetComponentVersionStagesNotFound() *GetComponentVersionStagesNotFound

NewGetComponentVersionStagesNotFound creates a GetComponentVersionStagesNotFound with default headers values

func (*GetComponentVersionStagesNotFound) Error

func (*GetComponentVersionStagesNotFound) GetPayload

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

type GetComponentVersionStagesOK

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

A successful response.

func NewGetComponentVersionStagesOK

func NewGetComponentVersionStagesOK() *GetComponentVersionStagesOK

NewGetComponentVersionStagesOK creates a GetComponentVersionStagesOK with default headers values

func (*GetComponentVersionStagesOK) Error

func (*GetComponentVersionStagesOK) GetPayload

type GetComponentVersionStagesParams

type GetComponentVersionStagesParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

GetComponentVersionStagesParams contains all the parameters to send to the API endpoint

for the get component version stages operation.

Typically these are written to a http.Request.

func NewGetComponentVersionStagesParams

func NewGetComponentVersionStagesParams() *GetComponentVersionStagesParams

NewGetComponentVersionStagesParams creates a new GetComponentVersionStagesParams 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 NewGetComponentVersionStagesParamsWithContext

func NewGetComponentVersionStagesParamsWithContext(ctx context.Context) *GetComponentVersionStagesParams

NewGetComponentVersionStagesParamsWithContext creates a new GetComponentVersionStagesParams object with the ability to set a context for a request.

func NewGetComponentVersionStagesParamsWithHTTPClient

func NewGetComponentVersionStagesParamsWithHTTPClient(client *http.Client) *GetComponentVersionStagesParams

NewGetComponentVersionStagesParamsWithHTTPClient creates a new GetComponentVersionStagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetComponentVersionStagesParamsWithTimeout

func NewGetComponentVersionStagesParamsWithTimeout(timeout time.Duration) *GetComponentVersionStagesParams

NewGetComponentVersionStagesParamsWithTimeout creates a new GetComponentVersionStagesParams object with the ability to set a timeout on a request.

func (*GetComponentVersionStagesParams) SetContext

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

SetContext adds the context to the get component version stages params

func (*GetComponentVersionStagesParams) SetDefaults

func (o *GetComponentVersionStagesParams) SetDefaults()

SetDefaults hydrates default values in the get component version stages params (not the query body).

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

func (*GetComponentVersionStagesParams) SetEntity

func (o *GetComponentVersionStagesParams) SetEntity(entity string)

SetEntity adds the entity to the get component version stages params

func (*GetComponentVersionStagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get component version stages params

func (*GetComponentVersionStagesParams) SetName

func (o *GetComponentVersionStagesParams) SetName(name string)

SetName adds the name to the get component version stages params

func (*GetComponentVersionStagesParams) SetOwner

func (o *GetComponentVersionStagesParams) SetOwner(owner string)

SetOwner adds the owner to the get component version stages params

func (*GetComponentVersionStagesParams) SetTimeout

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

SetTimeout adds the timeout to the get component version stages params

func (*GetComponentVersionStagesParams) WithContext

WithContext adds the context to the get component version stages params

func (*GetComponentVersionStagesParams) WithDefaults

WithDefaults hydrates default values in the get component version stages params (not the query body).

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

func (*GetComponentVersionStagesParams) WithEntity

WithEntity adds the entity to the get component version stages params

func (*GetComponentVersionStagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get component version stages params

func (*GetComponentVersionStagesParams) WithName

WithName adds the name to the get component version stages params

func (*GetComponentVersionStagesParams) WithOwner

WithOwner adds the owner to the get component version stages params

func (*GetComponentVersionStagesParams) WithTimeout

WithTimeout adds the timeout to the get component version stages params

func (*GetComponentVersionStagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetComponentVersionStagesReader

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

GetComponentVersionStagesReader is a Reader for the GetComponentVersionStages structure.

func (*GetComponentVersionStagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListComponentHubNamesDefault

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

An unexpected error response.

func NewListComponentHubNamesDefault

func NewListComponentHubNamesDefault(code int) *ListComponentHubNamesDefault

NewListComponentHubNamesDefault creates a ListComponentHubNamesDefault with default headers values

func (*ListComponentHubNamesDefault) Code

Code gets the status code for the list component hub names default response

func (*ListComponentHubNamesDefault) Error

func (*ListComponentHubNamesDefault) GetPayload

type ListComponentHubNamesForbidden

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

You don't have permission to access the resource.

func NewListComponentHubNamesForbidden

func NewListComponentHubNamesForbidden() *ListComponentHubNamesForbidden

NewListComponentHubNamesForbidden creates a ListComponentHubNamesForbidden with default headers values

func (*ListComponentHubNamesForbidden) Error

func (*ListComponentHubNamesForbidden) GetPayload

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

type ListComponentHubNamesNoContent

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

No content.

func NewListComponentHubNamesNoContent

func NewListComponentHubNamesNoContent() *ListComponentHubNamesNoContent

NewListComponentHubNamesNoContent creates a ListComponentHubNamesNoContent with default headers values

func (*ListComponentHubNamesNoContent) Error

func (*ListComponentHubNamesNoContent) GetPayload

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

type ListComponentHubNamesNotFound

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

Resource does not exist.

func NewListComponentHubNamesNotFound

func NewListComponentHubNamesNotFound() *ListComponentHubNamesNotFound

NewListComponentHubNamesNotFound creates a ListComponentHubNamesNotFound with default headers values

func (*ListComponentHubNamesNotFound) Error

func (*ListComponentHubNamesNotFound) GetPayload

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

type ListComponentHubNamesOK

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

A successful response.

func NewListComponentHubNamesOK

func NewListComponentHubNamesOK() *ListComponentHubNamesOK

NewListComponentHubNamesOK creates a ListComponentHubNamesOK with default headers values

func (*ListComponentHubNamesOK) Error

func (o *ListComponentHubNamesOK) Error() string

func (*ListComponentHubNamesOK) GetPayload

type ListComponentHubNamesParams

type ListComponentHubNamesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

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

ListComponentHubNamesParams contains all the parameters to send to the API endpoint

for the list component hub names operation.

Typically these are written to a http.Request.

func NewListComponentHubNamesParams

func NewListComponentHubNamesParams() *ListComponentHubNamesParams

NewListComponentHubNamesParams creates a new ListComponentHubNamesParams 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 NewListComponentHubNamesParamsWithContext

func NewListComponentHubNamesParamsWithContext(ctx context.Context) *ListComponentHubNamesParams

NewListComponentHubNamesParamsWithContext creates a new ListComponentHubNamesParams object with the ability to set a context for a request.

func NewListComponentHubNamesParamsWithHTTPClient

func NewListComponentHubNamesParamsWithHTTPClient(client *http.Client) *ListComponentHubNamesParams

NewListComponentHubNamesParamsWithHTTPClient creates a new ListComponentHubNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListComponentHubNamesParamsWithTimeout

func NewListComponentHubNamesParamsWithTimeout(timeout time.Duration) *ListComponentHubNamesParams

NewListComponentHubNamesParamsWithTimeout creates a new ListComponentHubNamesParams object with the ability to set a timeout on a request.

func (*ListComponentHubNamesParams) SetContext

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

SetContext adds the context to the list component hub names params

func (*ListComponentHubNamesParams) SetDefaults

func (o *ListComponentHubNamesParams) SetDefaults()

SetDefaults hydrates default values in the list component hub names params (not the query body).

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

func (*ListComponentHubNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list component hub names params

func (*ListComponentHubNamesParams) SetLimit

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

SetLimit adds the limit to the list component hub names params

func (*ListComponentHubNamesParams) SetNoPage

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

SetNoPage adds the noPage to the list component hub names params

func (*ListComponentHubNamesParams) SetOffset

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

SetOffset adds the offset to the list component hub names params

func (*ListComponentHubNamesParams) SetOwner

func (o *ListComponentHubNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list component hub names params

func (*ListComponentHubNamesParams) SetQuery

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

SetQuery adds the query to the list component hub names params

func (*ListComponentHubNamesParams) SetSort

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

SetSort adds the sort to the list component hub names params

func (*ListComponentHubNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list component hub names params

func (*ListComponentHubNamesParams) WithContext

WithContext adds the context to the list component hub names params

func (*ListComponentHubNamesParams) WithDefaults

WithDefaults hydrates default values in the list component hub names params (not the query body).

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

func (*ListComponentHubNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list component hub names params

func (*ListComponentHubNamesParams) WithLimit

WithLimit adds the limit to the list component hub names params

func (*ListComponentHubNamesParams) WithNoPage

WithNoPage adds the noPage to the list component hub names params

func (*ListComponentHubNamesParams) WithOffset

WithOffset adds the offset to the list component hub names params

func (*ListComponentHubNamesParams) WithOwner

WithOwner adds the owner to the list component hub names params

func (*ListComponentHubNamesParams) WithQuery

WithQuery adds the query to the list component hub names params

func (*ListComponentHubNamesParams) WithSort

WithSort adds the sort to the list component hub names params

func (*ListComponentHubNamesParams) WithTimeout

WithTimeout adds the timeout to the list component hub names params

func (*ListComponentHubNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListComponentHubNamesReader

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

ListComponentHubNamesReader is a Reader for the ListComponentHubNames structure.

func (*ListComponentHubNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListComponentHubsDefault

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

An unexpected error response.

func NewListComponentHubsDefault

func NewListComponentHubsDefault(code int) *ListComponentHubsDefault

NewListComponentHubsDefault creates a ListComponentHubsDefault with default headers values

func (*ListComponentHubsDefault) Code

func (o *ListComponentHubsDefault) Code() int

Code gets the status code for the list component hubs default response

func (*ListComponentHubsDefault) Error

func (o *ListComponentHubsDefault) Error() string

func (*ListComponentHubsDefault) GetPayload

type ListComponentHubsForbidden

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

You don't have permission to access the resource.

func NewListComponentHubsForbidden

func NewListComponentHubsForbidden() *ListComponentHubsForbidden

NewListComponentHubsForbidden creates a ListComponentHubsForbidden with default headers values

func (*ListComponentHubsForbidden) Error

func (*ListComponentHubsForbidden) GetPayload

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

type ListComponentHubsNoContent

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

No content.

func NewListComponentHubsNoContent

func NewListComponentHubsNoContent() *ListComponentHubsNoContent

NewListComponentHubsNoContent creates a ListComponentHubsNoContent with default headers values

func (*ListComponentHubsNoContent) Error

func (*ListComponentHubsNoContent) GetPayload

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

type ListComponentHubsNotFound

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

Resource does not exist.

func NewListComponentHubsNotFound

func NewListComponentHubsNotFound() *ListComponentHubsNotFound

NewListComponentHubsNotFound creates a ListComponentHubsNotFound with default headers values

func (*ListComponentHubsNotFound) Error

func (o *ListComponentHubsNotFound) Error() string

func (*ListComponentHubsNotFound) GetPayload

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

type ListComponentHubsOK

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

A successful response.

func NewListComponentHubsOK

func NewListComponentHubsOK() *ListComponentHubsOK

NewListComponentHubsOK creates a ListComponentHubsOK with default headers values

func (*ListComponentHubsOK) Error

func (o *ListComponentHubsOK) Error() string

func (*ListComponentHubsOK) GetPayload

type ListComponentHubsParams

type ListComponentHubsParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

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

ListComponentHubsParams contains all the parameters to send to the API endpoint

for the list component hubs operation.

Typically these are written to a http.Request.

func NewListComponentHubsParams

func NewListComponentHubsParams() *ListComponentHubsParams

NewListComponentHubsParams creates a new ListComponentHubsParams 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 NewListComponentHubsParamsWithContext

func NewListComponentHubsParamsWithContext(ctx context.Context) *ListComponentHubsParams

NewListComponentHubsParamsWithContext creates a new ListComponentHubsParams object with the ability to set a context for a request.

func NewListComponentHubsParamsWithHTTPClient

func NewListComponentHubsParamsWithHTTPClient(client *http.Client) *ListComponentHubsParams

NewListComponentHubsParamsWithHTTPClient creates a new ListComponentHubsParams object with the ability to set a custom HTTPClient for a request.

func NewListComponentHubsParamsWithTimeout

func NewListComponentHubsParamsWithTimeout(timeout time.Duration) *ListComponentHubsParams

NewListComponentHubsParamsWithTimeout creates a new ListComponentHubsParams object with the ability to set a timeout on a request.

func (*ListComponentHubsParams) SetContext

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

SetContext adds the context to the list component hubs params

func (*ListComponentHubsParams) SetDefaults

func (o *ListComponentHubsParams) SetDefaults()

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

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

func (*ListComponentHubsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list component hubs params

func (*ListComponentHubsParams) SetLimit

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

SetLimit adds the limit to the list component hubs params

func (*ListComponentHubsParams) SetNoPage

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

SetNoPage adds the noPage to the list component hubs params

func (*ListComponentHubsParams) SetOffset

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

SetOffset adds the offset to the list component hubs params

func (*ListComponentHubsParams) SetOwner

func (o *ListComponentHubsParams) SetOwner(owner string)

SetOwner adds the owner to the list component hubs params

func (*ListComponentHubsParams) SetQuery

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

SetQuery adds the query to the list component hubs params

func (*ListComponentHubsParams) SetSort

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

SetSort adds the sort to the list component hubs params

func (*ListComponentHubsParams) SetTimeout

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

SetTimeout adds the timeout to the list component hubs params

func (*ListComponentHubsParams) WithContext

WithContext adds the context to the list component hubs params

func (*ListComponentHubsParams) WithDefaults

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

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

func (*ListComponentHubsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list component hubs params

func (*ListComponentHubsParams) WithLimit

WithLimit adds the limit to the list component hubs params

func (*ListComponentHubsParams) WithNoPage

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

WithNoPage adds the noPage to the list component hubs params

func (*ListComponentHubsParams) WithOffset

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

WithOffset adds the offset to the list component hubs params

func (*ListComponentHubsParams) WithOwner

WithOwner adds the owner to the list component hubs params

func (*ListComponentHubsParams) WithQuery

WithQuery adds the query to the list component hubs params

func (*ListComponentHubsParams) WithSort

WithSort adds the sort to the list component hubs params

func (*ListComponentHubsParams) WithTimeout

WithTimeout adds the timeout to the list component hubs params

func (*ListComponentHubsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListComponentHubsReader

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

ListComponentHubsReader is a Reader for the ListComponentHubs structure.

func (*ListComponentHubsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListComponentVersionNamesDefault

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

An unexpected error response.

func NewListComponentVersionNamesDefault

func NewListComponentVersionNamesDefault(code int) *ListComponentVersionNamesDefault

NewListComponentVersionNamesDefault creates a ListComponentVersionNamesDefault with default headers values

func (*ListComponentVersionNamesDefault) Code

Code gets the status code for the list component version names default response

func (*ListComponentVersionNamesDefault) Error

func (*ListComponentVersionNamesDefault) GetPayload

type ListComponentVersionNamesForbidden

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

You don't have permission to access the resource.

func NewListComponentVersionNamesForbidden

func NewListComponentVersionNamesForbidden() *ListComponentVersionNamesForbidden

NewListComponentVersionNamesForbidden creates a ListComponentVersionNamesForbidden with default headers values

func (*ListComponentVersionNamesForbidden) Error

func (*ListComponentVersionNamesForbidden) GetPayload

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

type ListComponentVersionNamesNoContent

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

No content.

func NewListComponentVersionNamesNoContent

func NewListComponentVersionNamesNoContent() *ListComponentVersionNamesNoContent

NewListComponentVersionNamesNoContent creates a ListComponentVersionNamesNoContent with default headers values

func (*ListComponentVersionNamesNoContent) Error

func (*ListComponentVersionNamesNoContent) GetPayload

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

type ListComponentVersionNamesNotFound

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

Resource does not exist.

func NewListComponentVersionNamesNotFound

func NewListComponentVersionNamesNotFound() *ListComponentVersionNamesNotFound

NewListComponentVersionNamesNotFound creates a ListComponentVersionNamesNotFound with default headers values

func (*ListComponentVersionNamesNotFound) Error

func (*ListComponentVersionNamesNotFound) GetPayload

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

type ListComponentVersionNamesOK

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

A successful response.

func NewListComponentVersionNamesOK

func NewListComponentVersionNamesOK() *ListComponentVersionNamesOK

NewListComponentVersionNamesOK creates a ListComponentVersionNamesOK with default headers values

func (*ListComponentVersionNamesOK) Error

func (*ListComponentVersionNamesOK) GetPayload

type ListComponentVersionNamesParams

type ListComponentVersionNamesParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name 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
}

ListComponentVersionNamesParams contains all the parameters to send to the API endpoint

for the list component version names operation.

Typically these are written to a http.Request.

func NewListComponentVersionNamesParams

func NewListComponentVersionNamesParams() *ListComponentVersionNamesParams

NewListComponentVersionNamesParams creates a new ListComponentVersionNamesParams 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 NewListComponentVersionNamesParamsWithContext

func NewListComponentVersionNamesParamsWithContext(ctx context.Context) *ListComponentVersionNamesParams

NewListComponentVersionNamesParamsWithContext creates a new ListComponentVersionNamesParams object with the ability to set a context for a request.

func NewListComponentVersionNamesParamsWithHTTPClient

func NewListComponentVersionNamesParamsWithHTTPClient(client *http.Client) *ListComponentVersionNamesParams

NewListComponentVersionNamesParamsWithHTTPClient creates a new ListComponentVersionNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListComponentVersionNamesParamsWithTimeout

func NewListComponentVersionNamesParamsWithTimeout(timeout time.Duration) *ListComponentVersionNamesParams

NewListComponentVersionNamesParamsWithTimeout creates a new ListComponentVersionNamesParams object with the ability to set a timeout on a request.

func (*ListComponentVersionNamesParams) SetContext

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

SetContext adds the context to the list component version names params

func (*ListComponentVersionNamesParams) SetDefaults

func (o *ListComponentVersionNamesParams) SetDefaults()

SetDefaults hydrates default values in the list component version names params (not the query body).

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

func (*ListComponentVersionNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list component version names params

func (*ListComponentVersionNamesParams) SetLimit

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

SetLimit adds the limit to the list component version names params

func (*ListComponentVersionNamesParams) SetMode

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

SetMode adds the mode to the list component version names params

func (*ListComponentVersionNamesParams) SetName

func (o *ListComponentVersionNamesParams) SetName(name string)

SetName adds the name to the list component version names params

func (*ListComponentVersionNamesParams) SetNoPage

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

SetNoPage adds the noPage to the list component version names params

func (*ListComponentVersionNamesParams) SetOffset

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

SetOffset adds the offset to the list component version names params

func (*ListComponentVersionNamesParams) SetOwner

func (o *ListComponentVersionNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list component version names params

func (*ListComponentVersionNamesParams) SetQuery

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

SetQuery adds the query to the list component version names params

func (*ListComponentVersionNamesParams) SetSort

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

SetSort adds the sort to the list component version names params

func (*ListComponentVersionNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list component version names params

func (*ListComponentVersionNamesParams) WithContext

WithContext adds the context to the list component version names params

func (*ListComponentVersionNamesParams) WithDefaults

WithDefaults hydrates default values in the list component version names params (not the query body).

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

func (*ListComponentVersionNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list component version names params

func (*ListComponentVersionNamesParams) WithLimit

WithLimit adds the limit to the list component version names params

func (*ListComponentVersionNamesParams) WithMode

WithMode adds the mode to the list component version names params

func (*ListComponentVersionNamesParams) WithName

WithName adds the name to the list component version names params

func (*ListComponentVersionNamesParams) WithNoPage

WithNoPage adds the noPage to the list component version names params

func (*ListComponentVersionNamesParams) WithOffset

WithOffset adds the offset to the list component version names params

func (*ListComponentVersionNamesParams) WithOwner

WithOwner adds the owner to the list component version names params

func (*ListComponentVersionNamesParams) WithQuery

WithQuery adds the query to the list component version names params

func (*ListComponentVersionNamesParams) WithSort

WithSort adds the sort to the list component version names params

func (*ListComponentVersionNamesParams) WithTimeout

WithTimeout adds the timeout to the list component version names params

func (*ListComponentVersionNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListComponentVersionNamesReader

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

ListComponentVersionNamesReader is a Reader for the ListComponentVersionNames structure.

func (*ListComponentVersionNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListComponentVersionsDefault

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

An unexpected error response.

func NewListComponentVersionsDefault

func NewListComponentVersionsDefault(code int) *ListComponentVersionsDefault

NewListComponentVersionsDefault creates a ListComponentVersionsDefault with default headers values

func (*ListComponentVersionsDefault) Code

Code gets the status code for the list component versions default response

func (*ListComponentVersionsDefault) Error

func (*ListComponentVersionsDefault) GetPayload

type ListComponentVersionsForbidden

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

You don't have permission to access the resource.

func NewListComponentVersionsForbidden

func NewListComponentVersionsForbidden() *ListComponentVersionsForbidden

NewListComponentVersionsForbidden creates a ListComponentVersionsForbidden with default headers values

func (*ListComponentVersionsForbidden) Error

func (*ListComponentVersionsForbidden) GetPayload

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

type ListComponentVersionsNoContent

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

No content.

func NewListComponentVersionsNoContent

func NewListComponentVersionsNoContent() *ListComponentVersionsNoContent

NewListComponentVersionsNoContent creates a ListComponentVersionsNoContent with default headers values

func (*ListComponentVersionsNoContent) Error

func (*ListComponentVersionsNoContent) GetPayload

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

type ListComponentVersionsNotFound

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

Resource does not exist.

func NewListComponentVersionsNotFound

func NewListComponentVersionsNotFound() *ListComponentVersionsNotFound

NewListComponentVersionsNotFound creates a ListComponentVersionsNotFound with default headers values

func (*ListComponentVersionsNotFound) Error

func (*ListComponentVersionsNotFound) GetPayload

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

type ListComponentVersionsOK

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

A successful response.

func NewListComponentVersionsOK

func NewListComponentVersionsOK() *ListComponentVersionsOK

NewListComponentVersionsOK creates a ListComponentVersionsOK with default headers values

func (*ListComponentVersionsOK) Error

func (o *ListComponentVersionsOK) Error() string

func (*ListComponentVersionsOK) GetPayload

type ListComponentVersionsParams

type ListComponentVersionsParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name 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
}

ListComponentVersionsParams contains all the parameters to send to the API endpoint

for the list component versions operation.

Typically these are written to a http.Request.

func NewListComponentVersionsParams

func NewListComponentVersionsParams() *ListComponentVersionsParams

NewListComponentVersionsParams creates a new ListComponentVersionsParams 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 NewListComponentVersionsParamsWithContext

func NewListComponentVersionsParamsWithContext(ctx context.Context) *ListComponentVersionsParams

NewListComponentVersionsParamsWithContext creates a new ListComponentVersionsParams object with the ability to set a context for a request.

func NewListComponentVersionsParamsWithHTTPClient

func NewListComponentVersionsParamsWithHTTPClient(client *http.Client) *ListComponentVersionsParams

NewListComponentVersionsParamsWithHTTPClient creates a new ListComponentVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListComponentVersionsParamsWithTimeout

func NewListComponentVersionsParamsWithTimeout(timeout time.Duration) *ListComponentVersionsParams

NewListComponentVersionsParamsWithTimeout creates a new ListComponentVersionsParams object with the ability to set a timeout on a request.

func (*ListComponentVersionsParams) SetContext

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

SetContext adds the context to the list component versions params

func (*ListComponentVersionsParams) SetDefaults

func (o *ListComponentVersionsParams) SetDefaults()

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

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

func (*ListComponentVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list component versions params

func (*ListComponentVersionsParams) SetLimit

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

SetLimit adds the limit to the list component versions params

func (*ListComponentVersionsParams) SetMode

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

SetMode adds the mode to the list component versions params

func (*ListComponentVersionsParams) SetName

func (o *ListComponentVersionsParams) SetName(name string)

SetName adds the name to the list component versions params

func (*ListComponentVersionsParams) SetNoPage

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

SetNoPage adds the noPage to the list component versions params

func (*ListComponentVersionsParams) SetOffset

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

SetOffset adds the offset to the list component versions params

func (*ListComponentVersionsParams) SetOwner

func (o *ListComponentVersionsParams) SetOwner(owner string)

SetOwner adds the owner to the list component versions params

func (*ListComponentVersionsParams) SetQuery

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

SetQuery adds the query to the list component versions params

func (*ListComponentVersionsParams) SetSort

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

SetSort adds the sort to the list component versions params

func (*ListComponentVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the list component versions params

func (*ListComponentVersionsParams) WithContext

WithContext adds the context to the list component versions params

func (*ListComponentVersionsParams) WithDefaults

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

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

func (*ListComponentVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list component versions params

func (*ListComponentVersionsParams) WithLimit

WithLimit adds the limit to the list component versions params

func (*ListComponentVersionsParams) WithMode

WithMode adds the mode to the list component versions params

func (*ListComponentVersionsParams) WithName

WithName adds the name to the list component versions params

func (*ListComponentVersionsParams) WithNoPage

WithNoPage adds the noPage to the list component versions params

func (*ListComponentVersionsParams) WithOffset

WithOffset adds the offset to the list component versions params

func (*ListComponentVersionsParams) WithOwner

WithOwner adds the owner to the list component versions params

func (*ListComponentVersionsParams) WithQuery

WithQuery adds the query to the list component versions params

func (*ListComponentVersionsParams) WithSort

WithSort adds the sort to the list component versions params

func (*ListComponentVersionsParams) WithTimeout

WithTimeout adds the timeout to the list component versions params

func (*ListComponentVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListComponentVersionsReader

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

ListComponentVersionsReader is a Reader for the ListComponentVersions structure.

func (*ListComponentVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchComponentHubDefault

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

An unexpected error response.

func NewPatchComponentHubDefault

func NewPatchComponentHubDefault(code int) *PatchComponentHubDefault

NewPatchComponentHubDefault creates a PatchComponentHubDefault with default headers values

func (*PatchComponentHubDefault) Code

func (o *PatchComponentHubDefault) Code() int

Code gets the status code for the patch component hub default response

func (*PatchComponentHubDefault) Error

func (o *PatchComponentHubDefault) Error() string

func (*PatchComponentHubDefault) GetPayload

type PatchComponentHubForbidden

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

You don't have permission to access the resource.

func NewPatchComponentHubForbidden

func NewPatchComponentHubForbidden() *PatchComponentHubForbidden

NewPatchComponentHubForbidden creates a PatchComponentHubForbidden with default headers values

func (*PatchComponentHubForbidden) Error

func (*PatchComponentHubForbidden) GetPayload

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

type PatchComponentHubNoContent

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

No content.

func NewPatchComponentHubNoContent

func NewPatchComponentHubNoContent() *PatchComponentHubNoContent

NewPatchComponentHubNoContent creates a PatchComponentHubNoContent with default headers values

func (*PatchComponentHubNoContent) Error

func (*PatchComponentHubNoContent) GetPayload

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

type PatchComponentHubNotFound

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

Resource does not exist.

func NewPatchComponentHubNotFound

func NewPatchComponentHubNotFound() *PatchComponentHubNotFound

NewPatchComponentHubNotFound creates a PatchComponentHubNotFound with default headers values

func (*PatchComponentHubNotFound) Error

func (o *PatchComponentHubNotFound) Error() string

func (*PatchComponentHubNotFound) GetPayload

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

type PatchComponentHubOK

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

A successful response.

func NewPatchComponentHubOK

func NewPatchComponentHubOK() *PatchComponentHubOK

NewPatchComponentHubOK creates a PatchComponentHubOK with default headers values

func (*PatchComponentHubOK) Error

func (o *PatchComponentHubOK) Error() string

func (*PatchComponentHubOK) GetPayload

type PatchComponentHubParams

type PatchComponentHubParams struct {

	/* Body.

	   Component body
	*/
	Body *service_model.V1ComponentHub

	/* ComponentName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	ComponentName string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchComponentHubParams contains all the parameters to send to the API endpoint

for the patch component hub operation.

Typically these are written to a http.Request.

func NewPatchComponentHubParams

func NewPatchComponentHubParams() *PatchComponentHubParams

NewPatchComponentHubParams creates a new PatchComponentHubParams 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 NewPatchComponentHubParamsWithContext

func NewPatchComponentHubParamsWithContext(ctx context.Context) *PatchComponentHubParams

NewPatchComponentHubParamsWithContext creates a new PatchComponentHubParams object with the ability to set a context for a request.

func NewPatchComponentHubParamsWithHTTPClient

func NewPatchComponentHubParamsWithHTTPClient(client *http.Client) *PatchComponentHubParams

NewPatchComponentHubParamsWithHTTPClient creates a new PatchComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewPatchComponentHubParamsWithTimeout

func NewPatchComponentHubParamsWithTimeout(timeout time.Duration) *PatchComponentHubParams

NewPatchComponentHubParamsWithTimeout creates a new PatchComponentHubParams object with the ability to set a timeout on a request.

func (*PatchComponentHubParams) SetBody

SetBody adds the body to the patch component hub params

func (*PatchComponentHubParams) SetComponentName

func (o *PatchComponentHubParams) SetComponentName(componentName string)

SetComponentName adds the componentName to the patch component hub params

func (*PatchComponentHubParams) SetContext

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

SetContext adds the context to the patch component hub params

func (*PatchComponentHubParams) SetDefaults

func (o *PatchComponentHubParams) SetDefaults()

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

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

func (*PatchComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch component hub params

func (*PatchComponentHubParams) SetOwner

func (o *PatchComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the patch component hub params

func (*PatchComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the patch component hub params

func (*PatchComponentHubParams) WithBody

WithBody adds the body to the patch component hub params

func (*PatchComponentHubParams) WithComponentName

func (o *PatchComponentHubParams) WithComponentName(componentName string) *PatchComponentHubParams

WithComponentName adds the componentName to the patch component hub params

func (*PatchComponentHubParams) WithContext

WithContext adds the context to the patch component hub params

func (*PatchComponentHubParams) WithDefaults

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

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

func (*PatchComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch component hub params

func (*PatchComponentHubParams) WithOwner

WithOwner adds the owner to the patch component hub params

func (*PatchComponentHubParams) WithTimeout

WithTimeout adds the timeout to the patch component hub params

func (*PatchComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchComponentHubReader

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

PatchComponentHubReader is a Reader for the PatchComponentHub structure.

func (*PatchComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchComponentHubSettingsDefault

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

An unexpected error response.

func NewPatchComponentHubSettingsDefault

func NewPatchComponentHubSettingsDefault(code int) *PatchComponentHubSettingsDefault

NewPatchComponentHubSettingsDefault creates a PatchComponentHubSettingsDefault with default headers values

func (*PatchComponentHubSettingsDefault) Code

Code gets the status code for the patch component hub settings default response

func (*PatchComponentHubSettingsDefault) Error

func (*PatchComponentHubSettingsDefault) GetPayload

type PatchComponentHubSettingsForbidden

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

You don't have permission to access the resource.

func NewPatchComponentHubSettingsForbidden

func NewPatchComponentHubSettingsForbidden() *PatchComponentHubSettingsForbidden

NewPatchComponentHubSettingsForbidden creates a PatchComponentHubSettingsForbidden with default headers values

func (*PatchComponentHubSettingsForbidden) Error

func (*PatchComponentHubSettingsForbidden) GetPayload

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

type PatchComponentHubSettingsNoContent

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

No content.

func NewPatchComponentHubSettingsNoContent

func NewPatchComponentHubSettingsNoContent() *PatchComponentHubSettingsNoContent

NewPatchComponentHubSettingsNoContent creates a PatchComponentHubSettingsNoContent with default headers values

func (*PatchComponentHubSettingsNoContent) Error

func (*PatchComponentHubSettingsNoContent) GetPayload

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

type PatchComponentHubSettingsNotFound

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

Resource does not exist.

func NewPatchComponentHubSettingsNotFound

func NewPatchComponentHubSettingsNotFound() *PatchComponentHubSettingsNotFound

NewPatchComponentHubSettingsNotFound creates a PatchComponentHubSettingsNotFound with default headers values

func (*PatchComponentHubSettingsNotFound) Error

func (*PatchComponentHubSettingsNotFound) GetPayload

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

type PatchComponentHubSettingsOK

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

A successful response.

func NewPatchComponentHubSettingsOK

func NewPatchComponentHubSettingsOK() *PatchComponentHubSettingsOK

NewPatchComponentHubSettingsOK creates a PatchComponentHubSettingsOK with default headers values

func (*PatchComponentHubSettingsOK) Error

func (*PatchComponentHubSettingsOK) GetPayload

type PatchComponentHubSettingsParams

type PatchComponentHubSettingsParams struct {

	/* Body.

	   Hub settings body
	*/
	Body *service_model.V1ComponentHubSettings

	/* Component.

	   Hub name
	*/
	Component string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchComponentHubSettingsParams contains all the parameters to send to the API endpoint

for the patch component hub settings operation.

Typically these are written to a http.Request.

func NewPatchComponentHubSettingsParams

func NewPatchComponentHubSettingsParams() *PatchComponentHubSettingsParams

NewPatchComponentHubSettingsParams creates a new PatchComponentHubSettingsParams 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 NewPatchComponentHubSettingsParamsWithContext

func NewPatchComponentHubSettingsParamsWithContext(ctx context.Context) *PatchComponentHubSettingsParams

NewPatchComponentHubSettingsParamsWithContext creates a new PatchComponentHubSettingsParams object with the ability to set a context for a request.

func NewPatchComponentHubSettingsParamsWithHTTPClient

func NewPatchComponentHubSettingsParamsWithHTTPClient(client *http.Client) *PatchComponentHubSettingsParams

NewPatchComponentHubSettingsParamsWithHTTPClient creates a new PatchComponentHubSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchComponentHubSettingsParamsWithTimeout

func NewPatchComponentHubSettingsParamsWithTimeout(timeout time.Duration) *PatchComponentHubSettingsParams

NewPatchComponentHubSettingsParamsWithTimeout creates a new PatchComponentHubSettingsParams object with the ability to set a timeout on a request.

func (*PatchComponentHubSettingsParams) SetBody

SetBody adds the body to the patch component hub settings params

func (*PatchComponentHubSettingsParams) SetComponent

func (o *PatchComponentHubSettingsParams) SetComponent(component string)

SetComponent adds the component to the patch component hub settings params

func (*PatchComponentHubSettingsParams) SetContext

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

SetContext adds the context to the patch component hub settings params

func (*PatchComponentHubSettingsParams) SetDefaults

func (o *PatchComponentHubSettingsParams) SetDefaults()

SetDefaults hydrates default values in the patch component hub settings params (not the query body).

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

func (*PatchComponentHubSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch component hub settings params

func (*PatchComponentHubSettingsParams) SetOwner

func (o *PatchComponentHubSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the patch component hub settings params

func (*PatchComponentHubSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithBody

WithBody adds the body to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithComponent

WithComponent adds the component to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithContext

WithContext adds the context to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithDefaults

WithDefaults hydrates default values in the patch component hub settings params (not the query body).

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

func (*PatchComponentHubSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithOwner

WithOwner adds the owner to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WithTimeout

WithTimeout adds the timeout to the patch component hub settings params

func (*PatchComponentHubSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchComponentHubSettingsReader

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

PatchComponentHubSettingsReader is a Reader for the PatchComponentHubSettings structure.

func (*PatchComponentHubSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchComponentVersionDefault

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

An unexpected error response.

func NewPatchComponentVersionDefault

func NewPatchComponentVersionDefault(code int) *PatchComponentVersionDefault

NewPatchComponentVersionDefault creates a PatchComponentVersionDefault with default headers values

func (*PatchComponentVersionDefault) Code

Code gets the status code for the patch component version default response

func (*PatchComponentVersionDefault) Error

func (*PatchComponentVersionDefault) GetPayload

type PatchComponentVersionForbidden

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

You don't have permission to access the resource.

func NewPatchComponentVersionForbidden

func NewPatchComponentVersionForbidden() *PatchComponentVersionForbidden

NewPatchComponentVersionForbidden creates a PatchComponentVersionForbidden with default headers values

func (*PatchComponentVersionForbidden) Error

func (*PatchComponentVersionForbidden) GetPayload

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

type PatchComponentVersionNoContent

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

No content.

func NewPatchComponentVersionNoContent

func NewPatchComponentVersionNoContent() *PatchComponentVersionNoContent

NewPatchComponentVersionNoContent creates a PatchComponentVersionNoContent with default headers values

func (*PatchComponentVersionNoContent) Error

func (*PatchComponentVersionNoContent) GetPayload

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

type PatchComponentVersionNotFound

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

Resource does not exist.

func NewPatchComponentVersionNotFound

func NewPatchComponentVersionNotFound() *PatchComponentVersionNotFound

NewPatchComponentVersionNotFound creates a PatchComponentVersionNotFound with default headers values

func (*PatchComponentVersionNotFound) Error

func (*PatchComponentVersionNotFound) GetPayload

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

type PatchComponentVersionOK

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

A successful response.

func NewPatchComponentVersionOK

func NewPatchComponentVersionOK() *PatchComponentVersionOK

NewPatchComponentVersionOK creates a PatchComponentVersionOK with default headers values

func (*PatchComponentVersionOK) Error

func (o *PatchComponentVersionOK) Error() string

func (*PatchComponentVersionOK) GetPayload

type PatchComponentVersionParams

type PatchComponentVersionParams struct {

	/* Body.

	   Component version body
	*/
	Body *service_model.V1ComponentVersion

	/* Component.

	   Component name
	*/
	Component string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

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

PatchComponentVersionParams contains all the parameters to send to the API endpoint

for the patch component version operation.

Typically these are written to a http.Request.

func NewPatchComponentVersionParams

func NewPatchComponentVersionParams() *PatchComponentVersionParams

NewPatchComponentVersionParams creates a new PatchComponentVersionParams 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 NewPatchComponentVersionParamsWithContext

func NewPatchComponentVersionParamsWithContext(ctx context.Context) *PatchComponentVersionParams

NewPatchComponentVersionParamsWithContext creates a new PatchComponentVersionParams object with the ability to set a context for a request.

func NewPatchComponentVersionParamsWithHTTPClient

func NewPatchComponentVersionParamsWithHTTPClient(client *http.Client) *PatchComponentVersionParams

NewPatchComponentVersionParamsWithHTTPClient creates a new PatchComponentVersionParams object with the ability to set a custom HTTPClient for a request.

func NewPatchComponentVersionParamsWithTimeout

func NewPatchComponentVersionParamsWithTimeout(timeout time.Duration) *PatchComponentVersionParams

NewPatchComponentVersionParamsWithTimeout creates a new PatchComponentVersionParams object with the ability to set a timeout on a request.

func (*PatchComponentVersionParams) SetBody

SetBody adds the body to the patch component version params

func (*PatchComponentVersionParams) SetComponent

func (o *PatchComponentVersionParams) SetComponent(component string)

SetComponent adds the component to the patch component version params

func (*PatchComponentVersionParams) SetContext

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

SetContext adds the context to the patch component version params

func (*PatchComponentVersionParams) SetDefaults

func (o *PatchComponentVersionParams) SetDefaults()

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

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

func (*PatchComponentVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch component version params

func (*PatchComponentVersionParams) SetOwner

func (o *PatchComponentVersionParams) SetOwner(owner string)

SetOwner adds the owner to the patch component version params

func (*PatchComponentVersionParams) SetTimeout

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

SetTimeout adds the timeout to the patch component version params

func (*PatchComponentVersionParams) SetVersionName

func (o *PatchComponentVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the patch component version params

func (*PatchComponentVersionParams) WithBody

WithBody adds the body to the patch component version params

func (*PatchComponentVersionParams) WithComponent

func (o *PatchComponentVersionParams) WithComponent(component string) *PatchComponentVersionParams

WithComponent adds the component to the patch component version params

func (*PatchComponentVersionParams) WithContext

WithContext adds the context to the patch component version params

func (*PatchComponentVersionParams) WithDefaults

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

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

func (*PatchComponentVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch component version params

func (*PatchComponentVersionParams) WithOwner

WithOwner adds the owner to the patch component version params

func (*PatchComponentVersionParams) WithTimeout

WithTimeout adds the timeout to the patch component version params

func (*PatchComponentVersionParams) WithVersionName

func (o *PatchComponentVersionParams) WithVersionName(versionName string) *PatchComponentVersionParams

WithVersionName adds the versionName to the patch component version params

func (*PatchComponentVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchComponentVersionReader

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

PatchComponentVersionReader is a Reader for the PatchComponentVersion structure.

func (*PatchComponentVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RestoreComponentHubDefault

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

An unexpected error response.

func NewRestoreComponentHubDefault

func NewRestoreComponentHubDefault(code int) *RestoreComponentHubDefault

NewRestoreComponentHubDefault creates a RestoreComponentHubDefault with default headers values

func (*RestoreComponentHubDefault) Code

func (o *RestoreComponentHubDefault) Code() int

Code gets the status code for the restore component hub default response

func (*RestoreComponentHubDefault) Error

func (*RestoreComponentHubDefault) GetPayload

type RestoreComponentHubForbidden

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

You don't have permission to access the resource.

func NewRestoreComponentHubForbidden

func NewRestoreComponentHubForbidden() *RestoreComponentHubForbidden

NewRestoreComponentHubForbidden creates a RestoreComponentHubForbidden with default headers values

func (*RestoreComponentHubForbidden) Error

func (*RestoreComponentHubForbidden) GetPayload

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

type RestoreComponentHubNoContent

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

No content.

func NewRestoreComponentHubNoContent

func NewRestoreComponentHubNoContent() *RestoreComponentHubNoContent

NewRestoreComponentHubNoContent creates a RestoreComponentHubNoContent with default headers values

func (*RestoreComponentHubNoContent) Error

func (*RestoreComponentHubNoContent) GetPayload

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

type RestoreComponentHubNotFound

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

Resource does not exist.

func NewRestoreComponentHubNotFound

func NewRestoreComponentHubNotFound() *RestoreComponentHubNotFound

NewRestoreComponentHubNotFound creates a RestoreComponentHubNotFound with default headers values

func (*RestoreComponentHubNotFound) Error

func (*RestoreComponentHubNotFound) GetPayload

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

type RestoreComponentHubOK

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

A successful response.

func NewRestoreComponentHubOK

func NewRestoreComponentHubOK() *RestoreComponentHubOK

NewRestoreComponentHubOK creates a RestoreComponentHubOK with default headers values

func (*RestoreComponentHubOK) Error

func (o *RestoreComponentHubOK) Error() string

type RestoreComponentHubParams

type RestoreComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

RestoreComponentHubParams contains all the parameters to send to the API endpoint

for the restore component hub operation.

Typically these are written to a http.Request.

func NewRestoreComponentHubParams

func NewRestoreComponentHubParams() *RestoreComponentHubParams

NewRestoreComponentHubParams creates a new RestoreComponentHubParams 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 NewRestoreComponentHubParamsWithContext

func NewRestoreComponentHubParamsWithContext(ctx context.Context) *RestoreComponentHubParams

NewRestoreComponentHubParamsWithContext creates a new RestoreComponentHubParams object with the ability to set a context for a request.

func NewRestoreComponentHubParamsWithHTTPClient

func NewRestoreComponentHubParamsWithHTTPClient(client *http.Client) *RestoreComponentHubParams

NewRestoreComponentHubParamsWithHTTPClient creates a new RestoreComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreComponentHubParamsWithTimeout

func NewRestoreComponentHubParamsWithTimeout(timeout time.Duration) *RestoreComponentHubParams

NewRestoreComponentHubParamsWithTimeout creates a new RestoreComponentHubParams object with the ability to set a timeout on a request.

func (*RestoreComponentHubParams) SetContext

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

SetContext adds the context to the restore component hub params

func (*RestoreComponentHubParams) SetDefaults

func (o *RestoreComponentHubParams) SetDefaults()

SetDefaults hydrates default values in the restore component hub params (not the query body).

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

func (*RestoreComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the restore component hub params

func (*RestoreComponentHubParams) SetName

func (o *RestoreComponentHubParams) SetName(name string)

SetName adds the name to the restore component hub params

func (*RestoreComponentHubParams) SetOwner

func (o *RestoreComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the restore component hub params

func (*RestoreComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the restore component hub params

func (*RestoreComponentHubParams) WithContext

WithContext adds the context to the restore component hub params

func (*RestoreComponentHubParams) WithDefaults

WithDefaults hydrates default values in the restore component hub params (not the query body).

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

func (*RestoreComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the restore component hub params

func (*RestoreComponentHubParams) WithName

WithName adds the name to the restore component hub params

func (*RestoreComponentHubParams) WithOwner

WithOwner adds the owner to the restore component hub params

func (*RestoreComponentHubParams) WithTimeout

WithTimeout adds the timeout to the restore component hub params

func (*RestoreComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreComponentHubReader

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

RestoreComponentHubReader is a Reader for the RestoreComponentHub structure.

func (*RestoreComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UnbookmarkComponentHubDefault

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

An unexpected error response.

func NewUnbookmarkComponentHubDefault

func NewUnbookmarkComponentHubDefault(code int) *UnbookmarkComponentHubDefault

NewUnbookmarkComponentHubDefault creates a UnbookmarkComponentHubDefault with default headers values

func (*UnbookmarkComponentHubDefault) Code

Code gets the status code for the unbookmark component hub default response

func (*UnbookmarkComponentHubDefault) Error

func (*UnbookmarkComponentHubDefault) GetPayload

type UnbookmarkComponentHubForbidden

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

You don't have permission to access the resource.

func NewUnbookmarkComponentHubForbidden

func NewUnbookmarkComponentHubForbidden() *UnbookmarkComponentHubForbidden

NewUnbookmarkComponentHubForbidden creates a UnbookmarkComponentHubForbidden with default headers values

func (*UnbookmarkComponentHubForbidden) Error

func (*UnbookmarkComponentHubForbidden) GetPayload

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

type UnbookmarkComponentHubNoContent

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

No content.

func NewUnbookmarkComponentHubNoContent

func NewUnbookmarkComponentHubNoContent() *UnbookmarkComponentHubNoContent

NewUnbookmarkComponentHubNoContent creates a UnbookmarkComponentHubNoContent with default headers values

func (*UnbookmarkComponentHubNoContent) Error

func (*UnbookmarkComponentHubNoContent) GetPayload

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

type UnbookmarkComponentHubNotFound

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

Resource does not exist.

func NewUnbookmarkComponentHubNotFound

func NewUnbookmarkComponentHubNotFound() *UnbookmarkComponentHubNotFound

NewUnbookmarkComponentHubNotFound creates a UnbookmarkComponentHubNotFound with default headers values

func (*UnbookmarkComponentHubNotFound) Error

func (*UnbookmarkComponentHubNotFound) GetPayload

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

type UnbookmarkComponentHubOK

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

A successful response.

func NewUnbookmarkComponentHubOK

func NewUnbookmarkComponentHubOK() *UnbookmarkComponentHubOK

NewUnbookmarkComponentHubOK creates a UnbookmarkComponentHubOK with default headers values

func (*UnbookmarkComponentHubOK) Error

func (o *UnbookmarkComponentHubOK) Error() string

type UnbookmarkComponentHubParams

type UnbookmarkComponentHubParams struct {

	/* Name.

	   Component under namesapce
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UnbookmarkComponentHubParams contains all the parameters to send to the API endpoint

for the unbookmark component hub operation.

Typically these are written to a http.Request.

func NewUnbookmarkComponentHubParams

func NewUnbookmarkComponentHubParams() *UnbookmarkComponentHubParams

NewUnbookmarkComponentHubParams creates a new UnbookmarkComponentHubParams 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 NewUnbookmarkComponentHubParamsWithContext

func NewUnbookmarkComponentHubParamsWithContext(ctx context.Context) *UnbookmarkComponentHubParams

NewUnbookmarkComponentHubParamsWithContext creates a new UnbookmarkComponentHubParams object with the ability to set a context for a request.

func NewUnbookmarkComponentHubParamsWithHTTPClient

func NewUnbookmarkComponentHubParamsWithHTTPClient(client *http.Client) *UnbookmarkComponentHubParams

NewUnbookmarkComponentHubParamsWithHTTPClient creates a new UnbookmarkComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewUnbookmarkComponentHubParamsWithTimeout

func NewUnbookmarkComponentHubParamsWithTimeout(timeout time.Duration) *UnbookmarkComponentHubParams

NewUnbookmarkComponentHubParamsWithTimeout creates a new UnbookmarkComponentHubParams object with the ability to set a timeout on a request.

func (*UnbookmarkComponentHubParams) SetContext

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

SetContext adds the context to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) SetDefaults

func (o *UnbookmarkComponentHubParams) SetDefaults()

SetDefaults hydrates default values in the unbookmark component hub params (not the query body).

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

func (*UnbookmarkComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) SetName

func (o *UnbookmarkComponentHubParams) SetName(name string)

SetName adds the name to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) SetOwner

func (o *UnbookmarkComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WithContext

WithContext adds the context to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WithDefaults

WithDefaults hydrates default values in the unbookmark component hub params (not the query body).

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

func (*UnbookmarkComponentHubParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WithName

WithName adds the name to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WithOwner

WithOwner adds the owner to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WithTimeout

WithTimeout adds the timeout to the unbookmark component hub params

func (*UnbookmarkComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UnbookmarkComponentHubReader

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

UnbookmarkComponentHubReader is a Reader for the UnbookmarkComponentHub structure.

func (*UnbookmarkComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateComponentHubDefault

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

An unexpected error response.

func NewUpdateComponentHubDefault

func NewUpdateComponentHubDefault(code int) *UpdateComponentHubDefault

NewUpdateComponentHubDefault creates a UpdateComponentHubDefault with default headers values

func (*UpdateComponentHubDefault) Code

func (o *UpdateComponentHubDefault) Code() int

Code gets the status code for the update component hub default response

func (*UpdateComponentHubDefault) Error

func (o *UpdateComponentHubDefault) Error() string

func (*UpdateComponentHubDefault) GetPayload

type UpdateComponentHubForbidden

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

You don't have permission to access the resource.

func NewUpdateComponentHubForbidden

func NewUpdateComponentHubForbidden() *UpdateComponentHubForbidden

NewUpdateComponentHubForbidden creates a UpdateComponentHubForbidden with default headers values

func (*UpdateComponentHubForbidden) Error

func (*UpdateComponentHubForbidden) GetPayload

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

type UpdateComponentHubNoContent

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

No content.

func NewUpdateComponentHubNoContent

func NewUpdateComponentHubNoContent() *UpdateComponentHubNoContent

NewUpdateComponentHubNoContent creates a UpdateComponentHubNoContent with default headers values

func (*UpdateComponentHubNoContent) Error

func (*UpdateComponentHubNoContent) GetPayload

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

type UpdateComponentHubNotFound

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

Resource does not exist.

func NewUpdateComponentHubNotFound

func NewUpdateComponentHubNotFound() *UpdateComponentHubNotFound

NewUpdateComponentHubNotFound creates a UpdateComponentHubNotFound with default headers values

func (*UpdateComponentHubNotFound) Error

func (*UpdateComponentHubNotFound) GetPayload

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

type UpdateComponentHubOK

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

A successful response.

func NewUpdateComponentHubOK

func NewUpdateComponentHubOK() *UpdateComponentHubOK

NewUpdateComponentHubOK creates a UpdateComponentHubOK with default headers values

func (*UpdateComponentHubOK) Error

func (o *UpdateComponentHubOK) Error() string

func (*UpdateComponentHubOK) GetPayload

type UpdateComponentHubParams

type UpdateComponentHubParams struct {

	/* Body.

	   Component body
	*/
	Body *service_model.V1ComponentHub

	/* ComponentName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	ComponentName string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateComponentHubParams contains all the parameters to send to the API endpoint

for the update component hub operation.

Typically these are written to a http.Request.

func NewUpdateComponentHubParams

func NewUpdateComponentHubParams() *UpdateComponentHubParams

NewUpdateComponentHubParams creates a new UpdateComponentHubParams 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 NewUpdateComponentHubParamsWithContext

func NewUpdateComponentHubParamsWithContext(ctx context.Context) *UpdateComponentHubParams

NewUpdateComponentHubParamsWithContext creates a new UpdateComponentHubParams object with the ability to set a context for a request.

func NewUpdateComponentHubParamsWithHTTPClient

func NewUpdateComponentHubParamsWithHTTPClient(client *http.Client) *UpdateComponentHubParams

NewUpdateComponentHubParamsWithHTTPClient creates a new UpdateComponentHubParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateComponentHubParamsWithTimeout

func NewUpdateComponentHubParamsWithTimeout(timeout time.Duration) *UpdateComponentHubParams

NewUpdateComponentHubParamsWithTimeout creates a new UpdateComponentHubParams object with the ability to set a timeout on a request.

func (*UpdateComponentHubParams) SetBody

SetBody adds the body to the update component hub params

func (*UpdateComponentHubParams) SetComponentName

func (o *UpdateComponentHubParams) SetComponentName(componentName string)

SetComponentName adds the componentName to the update component hub params

func (*UpdateComponentHubParams) SetContext

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

SetContext adds the context to the update component hub params

func (*UpdateComponentHubParams) SetDefaults

func (o *UpdateComponentHubParams) SetDefaults()

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

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

func (*UpdateComponentHubParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update component hub params

func (*UpdateComponentHubParams) SetOwner

func (o *UpdateComponentHubParams) SetOwner(owner string)

SetOwner adds the owner to the update component hub params

func (*UpdateComponentHubParams) SetTimeout

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

SetTimeout adds the timeout to the update component hub params

func (*UpdateComponentHubParams) WithBody

WithBody adds the body to the update component hub params

func (*UpdateComponentHubParams) WithComponentName

func (o *UpdateComponentHubParams) WithComponentName(componentName string) *UpdateComponentHubParams

WithComponentName adds the componentName to the update component hub params

func (*UpdateComponentHubParams) WithContext

WithContext adds the context to the update component hub params

func (*UpdateComponentHubParams) WithDefaults

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

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

func (*UpdateComponentHubParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update component hub params

func (*UpdateComponentHubParams) WithOwner

WithOwner adds the owner to the update component hub params

func (*UpdateComponentHubParams) WithTimeout

WithTimeout adds the timeout to the update component hub params

func (*UpdateComponentHubParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateComponentHubReader

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

UpdateComponentHubReader is a Reader for the UpdateComponentHub structure.

func (*UpdateComponentHubReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateComponentHubSettingsDefault

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

An unexpected error response.

func NewUpdateComponentHubSettingsDefault

func NewUpdateComponentHubSettingsDefault(code int) *UpdateComponentHubSettingsDefault

NewUpdateComponentHubSettingsDefault creates a UpdateComponentHubSettingsDefault with default headers values

func (*UpdateComponentHubSettingsDefault) Code

Code gets the status code for the update component hub settings default response

func (*UpdateComponentHubSettingsDefault) Error

func (*UpdateComponentHubSettingsDefault) GetPayload

type UpdateComponentHubSettingsForbidden

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

You don't have permission to access the resource.

func NewUpdateComponentHubSettingsForbidden

func NewUpdateComponentHubSettingsForbidden() *UpdateComponentHubSettingsForbidden

NewUpdateComponentHubSettingsForbidden creates a UpdateComponentHubSettingsForbidden with default headers values

func (*UpdateComponentHubSettingsForbidden) Error

func (*UpdateComponentHubSettingsForbidden) GetPayload

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

type UpdateComponentHubSettingsNoContent

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

No content.

func NewUpdateComponentHubSettingsNoContent

func NewUpdateComponentHubSettingsNoContent() *UpdateComponentHubSettingsNoContent

NewUpdateComponentHubSettingsNoContent creates a UpdateComponentHubSettingsNoContent with default headers values

func (*UpdateComponentHubSettingsNoContent) Error

func (*UpdateComponentHubSettingsNoContent) GetPayload

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

type UpdateComponentHubSettingsNotFound

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

Resource does not exist.

func NewUpdateComponentHubSettingsNotFound

func NewUpdateComponentHubSettingsNotFound() *UpdateComponentHubSettingsNotFound

NewUpdateComponentHubSettingsNotFound creates a UpdateComponentHubSettingsNotFound with default headers values

func (*UpdateComponentHubSettingsNotFound) Error

func (*UpdateComponentHubSettingsNotFound) GetPayload

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

type UpdateComponentHubSettingsOK

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

A successful response.

func NewUpdateComponentHubSettingsOK

func NewUpdateComponentHubSettingsOK() *UpdateComponentHubSettingsOK

NewUpdateComponentHubSettingsOK creates a UpdateComponentHubSettingsOK with default headers values

func (*UpdateComponentHubSettingsOK) Error

func (*UpdateComponentHubSettingsOK) GetPayload

type UpdateComponentHubSettingsParams

type UpdateComponentHubSettingsParams struct {

	/* Body.

	   Hub settings body
	*/
	Body *service_model.V1ComponentHubSettings

	/* Component.

	   Hub name
	*/
	Component string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateComponentHubSettingsParams contains all the parameters to send to the API endpoint

for the update component hub settings operation.

Typically these are written to a http.Request.

func NewUpdateComponentHubSettingsParams

func NewUpdateComponentHubSettingsParams() *UpdateComponentHubSettingsParams

NewUpdateComponentHubSettingsParams creates a new UpdateComponentHubSettingsParams 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 NewUpdateComponentHubSettingsParamsWithContext

func NewUpdateComponentHubSettingsParamsWithContext(ctx context.Context) *UpdateComponentHubSettingsParams

NewUpdateComponentHubSettingsParamsWithContext creates a new UpdateComponentHubSettingsParams object with the ability to set a context for a request.

func NewUpdateComponentHubSettingsParamsWithHTTPClient

func NewUpdateComponentHubSettingsParamsWithHTTPClient(client *http.Client) *UpdateComponentHubSettingsParams

NewUpdateComponentHubSettingsParamsWithHTTPClient creates a new UpdateComponentHubSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateComponentHubSettingsParamsWithTimeout

func NewUpdateComponentHubSettingsParamsWithTimeout(timeout time.Duration) *UpdateComponentHubSettingsParams

NewUpdateComponentHubSettingsParamsWithTimeout creates a new UpdateComponentHubSettingsParams object with the ability to set a timeout on a request.

func (*UpdateComponentHubSettingsParams) SetBody

SetBody adds the body to the update component hub settings params

func (*UpdateComponentHubSettingsParams) SetComponent

func (o *UpdateComponentHubSettingsParams) SetComponent(component string)

SetComponent adds the component to the update component hub settings params

func (*UpdateComponentHubSettingsParams) SetContext

SetContext adds the context to the update component hub settings params

func (*UpdateComponentHubSettingsParams) SetDefaults

func (o *UpdateComponentHubSettingsParams) SetDefaults()

SetDefaults hydrates default values in the update component hub settings params (not the query body).

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

func (*UpdateComponentHubSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update component hub settings params

func (*UpdateComponentHubSettingsParams) SetOwner

func (o *UpdateComponentHubSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the update component hub settings params

func (*UpdateComponentHubSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithBody

WithBody adds the body to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithComponent

WithComponent adds the component to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithContext

WithContext adds the context to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithDefaults

WithDefaults hydrates default values in the update component hub settings params (not the query body).

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

func (*UpdateComponentHubSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithOwner

WithOwner adds the owner to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WithTimeout

WithTimeout adds the timeout to the update component hub settings params

func (*UpdateComponentHubSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateComponentHubSettingsReader

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

UpdateComponentHubSettingsReader is a Reader for the UpdateComponentHubSettings structure.

func (*UpdateComponentHubSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateComponentVersionDefault

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

An unexpected error response.

func NewUpdateComponentVersionDefault

func NewUpdateComponentVersionDefault(code int) *UpdateComponentVersionDefault

NewUpdateComponentVersionDefault creates a UpdateComponentVersionDefault with default headers values

func (*UpdateComponentVersionDefault) Code

Code gets the status code for the update component version default response

func (*UpdateComponentVersionDefault) Error

func (*UpdateComponentVersionDefault) GetPayload

type UpdateComponentVersionForbidden

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

You don't have permission to access the resource.

func NewUpdateComponentVersionForbidden

func NewUpdateComponentVersionForbidden() *UpdateComponentVersionForbidden

NewUpdateComponentVersionForbidden creates a UpdateComponentVersionForbidden with default headers values

func (*UpdateComponentVersionForbidden) Error

func (*UpdateComponentVersionForbidden) GetPayload

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

type UpdateComponentVersionNoContent

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

No content.

func NewUpdateComponentVersionNoContent

func NewUpdateComponentVersionNoContent() *UpdateComponentVersionNoContent

NewUpdateComponentVersionNoContent creates a UpdateComponentVersionNoContent with default headers values

func (*UpdateComponentVersionNoContent) Error

func (*UpdateComponentVersionNoContent) GetPayload

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

type UpdateComponentVersionNotFound

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

Resource does not exist.

func NewUpdateComponentVersionNotFound

func NewUpdateComponentVersionNotFound() *UpdateComponentVersionNotFound

NewUpdateComponentVersionNotFound creates a UpdateComponentVersionNotFound with default headers values

func (*UpdateComponentVersionNotFound) Error

func (*UpdateComponentVersionNotFound) GetPayload

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

type UpdateComponentVersionOK

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

A successful response.

func NewUpdateComponentVersionOK

func NewUpdateComponentVersionOK() *UpdateComponentVersionOK

NewUpdateComponentVersionOK creates a UpdateComponentVersionOK with default headers values

func (*UpdateComponentVersionOK) Error

func (o *UpdateComponentVersionOK) Error() string

func (*UpdateComponentVersionOK) GetPayload

type UpdateComponentVersionParams

type UpdateComponentVersionParams struct {

	/* Body.

	   Component version body
	*/
	Body *service_model.V1ComponentVersion

	/* Component.

	   Component name
	*/
	Component string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

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

UpdateComponentVersionParams contains all the parameters to send to the API endpoint

for the update component version operation.

Typically these are written to a http.Request.

func NewUpdateComponentVersionParams

func NewUpdateComponentVersionParams() *UpdateComponentVersionParams

NewUpdateComponentVersionParams creates a new UpdateComponentVersionParams 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 NewUpdateComponentVersionParamsWithContext

func NewUpdateComponentVersionParamsWithContext(ctx context.Context) *UpdateComponentVersionParams

NewUpdateComponentVersionParamsWithContext creates a new UpdateComponentVersionParams object with the ability to set a context for a request.

func NewUpdateComponentVersionParamsWithHTTPClient

func NewUpdateComponentVersionParamsWithHTTPClient(client *http.Client) *UpdateComponentVersionParams

NewUpdateComponentVersionParamsWithHTTPClient creates a new UpdateComponentVersionParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateComponentVersionParamsWithTimeout

func NewUpdateComponentVersionParamsWithTimeout(timeout time.Duration) *UpdateComponentVersionParams

NewUpdateComponentVersionParamsWithTimeout creates a new UpdateComponentVersionParams object with the ability to set a timeout on a request.

func (*UpdateComponentVersionParams) SetBody

SetBody adds the body to the update component version params

func (*UpdateComponentVersionParams) SetComponent

func (o *UpdateComponentVersionParams) SetComponent(component string)

SetComponent adds the component to the update component version params

func (*UpdateComponentVersionParams) SetContext

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

SetContext adds the context to the update component version params

func (*UpdateComponentVersionParams) SetDefaults

func (o *UpdateComponentVersionParams) SetDefaults()

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

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

func (*UpdateComponentVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update component version params

func (*UpdateComponentVersionParams) SetOwner

func (o *UpdateComponentVersionParams) SetOwner(owner string)

SetOwner adds the owner to the update component version params

func (*UpdateComponentVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update component version params

func (*UpdateComponentVersionParams) SetVersionName

func (o *UpdateComponentVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the update component version params

func (*UpdateComponentVersionParams) WithBody

WithBody adds the body to the update component version params

func (*UpdateComponentVersionParams) WithComponent

WithComponent adds the component to the update component version params

func (*UpdateComponentVersionParams) WithContext

WithContext adds the context to the update component version params

func (*UpdateComponentVersionParams) WithDefaults

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

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

func (*UpdateComponentVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update component version params

func (*UpdateComponentVersionParams) WithOwner

WithOwner adds the owner to the update component version params

func (*UpdateComponentVersionParams) WithTimeout

WithTimeout adds the timeout to the update component version params

func (*UpdateComponentVersionParams) WithVersionName

func (o *UpdateComponentVersionParams) WithVersionName(versionName string) *UpdateComponentVersionParams

WithVersionName adds the versionName to the update component version params

func (*UpdateComponentVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateComponentVersionReader

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

UpdateComponentVersionReader is a Reader for the UpdateComponentVersion structure.

func (*UpdateComponentVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL