core

package
v1.8.8 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbortPromotionOK

type AbortPromotionOK struct {
}

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

Success

func NewAbortPromotionOK

func NewAbortPromotionOK() *AbortPromotionOK

NewAbortPromotionOK creates a AbortPromotionOK with default headers values

func (*AbortPromotionOK) Code

func (o *AbortPromotionOK) Code() int

Code gets the status code for the abort promotion o k response

func (*AbortPromotionOK) Error

func (o *AbortPromotionOK) Error() string

func (*AbortPromotionOK) IsClientError

func (o *AbortPromotionOK) IsClientError() bool

IsClientError returns true when this abort promotion o k response has a 4xx status code

func (*AbortPromotionOK) IsCode

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

IsCode returns true when this abort promotion o k response a status code equal to that given

func (*AbortPromotionOK) IsRedirect

func (o *AbortPromotionOK) IsRedirect() bool

IsRedirect returns true when this abort promotion o k response has a 3xx status code

func (*AbortPromotionOK) IsServerError

func (o *AbortPromotionOK) IsServerError() bool

IsServerError returns true when this abort promotion o k response has a 5xx status code

func (*AbortPromotionOK) IsSuccess

func (o *AbortPromotionOK) IsSuccess() bool

IsSuccess returns true when this abort promotion o k response has a 2xx status code

func (*AbortPromotionOK) String

func (o *AbortPromotionOK) String() string

type AbortPromotionParams

type AbortPromotionParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Promotion.

	   Promotion name
	*/
	Promotion string

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

AbortPromotionParams contains all the parameters to send to the API endpoint

for the abort promotion operation.

Typically these are written to a http.Request.

func NewAbortPromotionParams

func NewAbortPromotionParams() *AbortPromotionParams

NewAbortPromotionParams creates a new AbortPromotionParams 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 NewAbortPromotionParamsWithContext

func NewAbortPromotionParamsWithContext(ctx context.Context) *AbortPromotionParams

NewAbortPromotionParamsWithContext creates a new AbortPromotionParams object with the ability to set a context for a request.

func NewAbortPromotionParamsWithHTTPClient

func NewAbortPromotionParamsWithHTTPClient(client *http.Client) *AbortPromotionParams

NewAbortPromotionParamsWithHTTPClient creates a new AbortPromotionParams object with the ability to set a custom HTTPClient for a request.

func NewAbortPromotionParamsWithTimeout

func NewAbortPromotionParamsWithTimeout(timeout time.Duration) *AbortPromotionParams

NewAbortPromotionParamsWithTimeout creates a new AbortPromotionParams object with the ability to set a timeout on a request.

func (*AbortPromotionParams) SetContext

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

SetContext adds the context to the abort promotion params

func (*AbortPromotionParams) SetDefaults

func (o *AbortPromotionParams) SetDefaults()

SetDefaults hydrates default values in the abort promotion params (not the query body).

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

func (*AbortPromotionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the abort promotion params

func (*AbortPromotionParams) SetProject

func (o *AbortPromotionParams) SetProject(project string)

SetProject adds the project to the abort promotion params

func (*AbortPromotionParams) SetPromotion

func (o *AbortPromotionParams) SetPromotion(promotion string)

SetPromotion adds the promotion to the abort promotion params

func (*AbortPromotionParams) SetTimeout

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

SetTimeout adds the timeout to the abort promotion params

func (*AbortPromotionParams) WithContext

WithContext adds the context to the abort promotion params

func (*AbortPromotionParams) WithDefaults

func (o *AbortPromotionParams) WithDefaults() *AbortPromotionParams

WithDefaults hydrates default values in the abort promotion params (not the query body).

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

func (*AbortPromotionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the abort promotion params

func (*AbortPromotionParams) WithProject

func (o *AbortPromotionParams) WithProject(project string) *AbortPromotionParams

WithProject adds the project to the abort promotion params

func (*AbortPromotionParams) WithPromotion

func (o *AbortPromotionParams) WithPromotion(promotion string) *AbortPromotionParams

WithPromotion adds the promotion to the abort promotion params

func (*AbortPromotionParams) WithTimeout

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

WithTimeout adds the timeout to the abort promotion params

func (*AbortPromotionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AbortPromotionReader

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

AbortPromotionReader is a Reader for the AbortPromotion structure.

func (*AbortPromotionReader) ReadResponse

func (o *AbortPromotionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ApproveFreightOK

type ApproveFreightOK struct {
}

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

Success

func NewApproveFreightOK

func NewApproveFreightOK() *ApproveFreightOK

NewApproveFreightOK creates a ApproveFreightOK with default headers values

func (*ApproveFreightOK) Code

func (o *ApproveFreightOK) Code() int

Code gets the status code for the approve freight o k response

func (*ApproveFreightOK) Error

func (o *ApproveFreightOK) Error() string

func (*ApproveFreightOK) IsClientError

func (o *ApproveFreightOK) IsClientError() bool

IsClientError returns true when this approve freight o k response has a 4xx status code

func (*ApproveFreightOK) IsCode

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

IsCode returns true when this approve freight o k response a status code equal to that given

func (*ApproveFreightOK) IsRedirect

func (o *ApproveFreightOK) IsRedirect() bool

IsRedirect returns true when this approve freight o k response has a 3xx status code

func (*ApproveFreightOK) IsServerError

func (o *ApproveFreightOK) IsServerError() bool

IsServerError returns true when this approve freight o k response has a 5xx status code

func (*ApproveFreightOK) IsSuccess

func (o *ApproveFreightOK) IsSuccess() bool

IsSuccess returns true when this approve freight o k response has a 2xx status code

func (*ApproveFreightOK) String

func (o *ApproveFreightOK) String() string

type ApproveFreightParams

type ApproveFreightParams struct {

	/* FreightNameOrAlias.

	   Freight name or alias
	*/
	FreightNameOrAlias string

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

ApproveFreightParams contains all the parameters to send to the API endpoint

for the approve freight operation.

Typically these are written to a http.Request.

func NewApproveFreightParams

func NewApproveFreightParams() *ApproveFreightParams

NewApproveFreightParams creates a new ApproveFreightParams 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 NewApproveFreightParamsWithContext

func NewApproveFreightParamsWithContext(ctx context.Context) *ApproveFreightParams

NewApproveFreightParamsWithContext creates a new ApproveFreightParams object with the ability to set a context for a request.

func NewApproveFreightParamsWithHTTPClient

func NewApproveFreightParamsWithHTTPClient(client *http.Client) *ApproveFreightParams

NewApproveFreightParamsWithHTTPClient creates a new ApproveFreightParams object with the ability to set a custom HTTPClient for a request.

func NewApproveFreightParamsWithTimeout

func NewApproveFreightParamsWithTimeout(timeout time.Duration) *ApproveFreightParams

NewApproveFreightParamsWithTimeout creates a new ApproveFreightParams object with the ability to set a timeout on a request.

func (*ApproveFreightParams) SetContext

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

SetContext adds the context to the approve freight params

func (*ApproveFreightParams) SetDefaults

func (o *ApproveFreightParams) SetDefaults()

SetDefaults hydrates default values in the approve freight params (not the query body).

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

func (*ApproveFreightParams) SetFreightNameOrAlias

func (o *ApproveFreightParams) SetFreightNameOrAlias(freightNameOrAlias string)

SetFreightNameOrAlias adds the freightNameOrAlias to the approve freight params

func (*ApproveFreightParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the approve freight params

func (*ApproveFreightParams) SetProject

func (o *ApproveFreightParams) SetProject(project string)

SetProject adds the project to the approve freight params

func (*ApproveFreightParams) SetStage

func (o *ApproveFreightParams) SetStage(stage string)

SetStage adds the stage to the approve freight params

func (*ApproveFreightParams) SetTimeout

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

SetTimeout adds the timeout to the approve freight params

func (*ApproveFreightParams) WithContext

WithContext adds the context to the approve freight params

func (*ApproveFreightParams) WithDefaults

func (o *ApproveFreightParams) WithDefaults() *ApproveFreightParams

WithDefaults hydrates default values in the approve freight params (not the query body).

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

func (*ApproveFreightParams) WithFreightNameOrAlias

func (o *ApproveFreightParams) WithFreightNameOrAlias(freightNameOrAlias string) *ApproveFreightParams

WithFreightNameOrAlias adds the freightNameOrAlias to the approve freight params

func (*ApproveFreightParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the approve freight params

func (*ApproveFreightParams) WithProject

func (o *ApproveFreightParams) WithProject(project string) *ApproveFreightParams

WithProject adds the project to the approve freight params

func (*ApproveFreightParams) WithStage

func (o *ApproveFreightParams) WithStage(stage string) *ApproveFreightParams

WithStage adds the stage to the approve freight params

func (*ApproveFreightParams) WithTimeout

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

WithTimeout adds the timeout to the approve freight params

func (*ApproveFreightParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ApproveFreightReader

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

ApproveFreightReader is a Reader for the ApproveFreight structure.

func (*ApproveFreightReader) ReadResponse

func (o *ApproveFreightReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type Client

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

Client for core API

func (*Client) AbortPromotion

func (a *Client) AbortPromotion(params *AbortPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AbortPromotionOK, error)

AbortPromotion aborts a promotion

Abort a running Promotion.

func (*Client) ApproveFreight

func (a *Client) ApproveFreight(params *ApproveFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApproveFreightOK, error)

ApproveFreight approves freight for promotion to a stage

Approve Freight for promotion to a Stage.

func (*Client) CreateProjectConfigMap

func (a *Client) CreateProjectConfigMap(params *CreateProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectConfigMapCreated, error)
CreateProjectConfigMap creates a project level config map

Create a ConfigMap in a project's namespace. Returns the created

Kubernetes ConfigMap resource.

func (*Client) CreateSharedConfigMap

func (a *Client) CreateSharedConfigMap(params *CreateSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedConfigMapCreated, error)
CreateSharedConfigMap creates a shared config map

Create a shared ConfigMap referenceable by all projects. Returns

the created Kubernetes ConfigMap resource.

func (*Client) CreateSystemConfigMap

func (a *Client) CreateSystemConfigMap(params *CreateSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSystemConfigMapCreated, error)
CreateSystemConfigMap creates a system level config map

Create a system-level ConfigMap. Returns the created Kubernetes

ConfigMap resource.

func (*Client) DeleteFreight

func (a *Client) DeleteFreight(params *DeleteFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFreightNoContent, error)
DeleteFreight deletes a freight resource

Delete a Freight resource from a project's namespace by name or

alias.

func (*Client) DeleteProject

func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectNoContent, error)

DeleteProject deletes a project

Delete a Project resource and its associated namespace.

func (*Client) DeleteProjectConfig

func (a *Client) DeleteProjectConfig(params *DeleteProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectConfigNoContent, error)
DeleteProjectConfig deletes a project config resource

Delete the single ProjectConfig resource from a project's

namespace.

func (*Client) DeleteProjectConfigMap

func (a *Client) DeleteProjectConfigMap(params *DeleteProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectConfigMapNoContent, error)

DeleteProjectConfigMap deletes a project level config map

Delete a ConfigMap from a project's namespace.

func (*Client) DeleteSharedConfigMap

func (a *Client) DeleteSharedConfigMap(params *DeleteSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedConfigMapNoContent, error)

DeleteSharedConfigMap deletes a shared config map

Delete a shared ConfigMap.

func (*Client) DeleteStage

func (a *Client) DeleteStage(params *DeleteStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteStageNoContent, error)

DeleteStage deletes a stage

Delete a Stage resource from a project's namespace.

func (*Client) DeleteSystemConfigMap

func (a *Client) DeleteSystemConfigMap(params *DeleteSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSystemConfigMapNoContent, error)

DeleteSystemConfigMap deletes a system level config map

Delete a system-level ConfigMap.

func (*Client) DeleteWarehouse

func (a *Client) DeleteWarehouse(params *DeleteWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteWarehouseNoContent, error)

DeleteWarehouse deletes a warehouse

Delete a Warehouse resource from a project's namespace.

func (*Client) GetClusterPromotionTask

func (a *Client) GetClusterPromotionTask(params *GetClusterPromotionTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterPromotionTaskOK, error)

GetClusterPromotionTask retrieves a cluster promotion task

Retrieve a ClusterPromotionTask by name.

func (*Client) GetFreight

func (a *Client) GetFreight(params *GetFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFreightOK, error)
GetFreight retrieves a freight resource

Retrieve a Freight resource from a project's namespace by name

or alias.

func (*Client) GetProject

func (a *Client) GetProject(params *GetProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectOK, error)

GetProject retrieves a project resource

Retrieve a Project resource.

func (*Client) GetProjectConfig

func (a *Client) GetProjectConfig(params *GetProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectConfigOK, error)
GetProjectConfig retrieves project config

Retrieve the single ProjectConfig resource from a project's

namespace.

func (*Client) GetProjectConfigMap

func (a *Client) GetProjectConfigMap(params *GetProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectConfigMapOK, error)

GetProjectConfigMap retrieves a project level config map

Retrieve a ConfigMap by name from a project's namespace.

func (*Client) GetPromotion

func (a *Client) GetPromotion(params *GetPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPromotionOK, error)

GetPromotion retrieves a promotion

Retrieve a Promotion resource from a project's namespace.

func (*Client) GetPromotionTask

func (a *Client) GetPromotionTask(params *GetPromotionTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPromotionTaskOK, error)

GetPromotionTask retrieves a promotion task

Retrieve a PromotionTask resource from a project's namespace.

func (*Client) GetSharedConfigMap

func (a *Client) GetSharedConfigMap(params *GetSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedConfigMapOK, error)

GetSharedConfigMap retrieves a shared config map

Retrieve a shared ConfigMap by name.

func (*Client) GetStage

func (a *Client) GetStage(params *GetStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStageOK, error)

GetStage retrieves a stage

Retrieve a Stage resource from a project's namespace.

func (*Client) GetSystemConfigMap

func (a *Client) GetSystemConfigMap(params *GetSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSystemConfigMapOK, error)

GetSystemConfigMap retrieves a system level config map

Retrieve a system-level ConfigMap by name.

func (*Client) GetWarehouse

func (a *Client) GetWarehouse(params *GetWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetWarehouseOK, error)

GetWarehouse retrieves a warehouse

Retrieve a Warehouse resource from a project's namespace.

func (*Client) ListClusterPromotionTasks

func (a *Client) ListClusterPromotionTasks(params *ListClusterPromotionTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListClusterPromotionTasksOK, error)
ListClusterPromotionTasks lists cluster promotion tasks

List ClusterPromotionTask resources. Returns a

ClusterPromotionTaskList resource.

func (*Client) ListImages

func (a *Client) ListImages(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListImagesOK, error)
ListImages lists container images

List container images referenced by Freight resources in a

project's namespace.

func (*Client) ListProjectConfigMaps

func (a *Client) ListProjectConfigMaps(params *ListProjectConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectConfigMapsOK, error)
ListProjectConfigMaps lists project level config maps

List ConfigMap resources from a project's namespace. Returns a

Kubernetes ConfigMapList resource.

func (*Client) ListProjects

func (a *Client) ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectsOK, error)

ListProjects lists projects

List all Projects resources. Returns a ProjectList resource.

func (*Client) ListPromotionTasks

func (a *Client) ListPromotionTasks(params *ListPromotionTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPromotionTasksOK, error)
ListPromotionTasks lists promotion tasks

List PromotionTask resources from a project's namespace. Returns

a PromotionTaskList resource.

func (*Client) ListPromotions

func (a *Client) ListPromotions(params *ListPromotionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPromotionsOK, error)
ListPromotions lists promotions

List Promotion resources from a project's namespace. Returns a

PromotionList resource.

func (*Client) ListSharedConfigMaps

func (a *Client) ListSharedConfigMaps(params *ListSharedConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedConfigMapsOK, error)
ListSharedConfigMaps lists shared config maps

List shared ConfigMap resources referenceable by all projects.

Returns a Kubernetes ConfigMapList resource.

func (*Client) ListStages

func (a *Client) ListStages(params *ListStagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListStagesOK, error)
ListStages lists stages

List Stage resources from a project's namespace. Returns a

StageList resource.

func (*Client) ListSystemConfigMaps

func (a *Client) ListSystemConfigMaps(params *ListSystemConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemConfigMapsOK, error)
ListSystemConfigMaps lists system level config maps

List system-level ConfigMap resources. Returns a Kubernetes

ConfigMapList resource.

func (*Client) ListWarehouses

func (a *Client) ListWarehouses(params *ListWarehousesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListWarehousesOK, error)
ListWarehouses lists warehouses

List Warehouse resources from a project's namespace. Returns a

WarehouseList resource.

func (*Client) PatchFreightAlias

func (a *Client) PatchFreightAlias(params *PatchFreightAliasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchFreightAliasOK, error)

PatchFreightAlias patches a freight resource s alias

Patch a Freight resource's human-friendly alias.

func (*Client) PatchProjectConfigMap

func (a *Client) PatchProjectConfigMap(params *PatchProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectConfigMapOK, error)
PatchProjectConfigMap patches a project level config map

Patch a ConfigMap in a project's namespace. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns the updated Kubernetes ConfigMap resource.

func (*Client) PatchSharedConfigMap

func (a *Client) PatchSharedConfigMap(params *PatchSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedConfigMapOK, error)
PatchSharedConfigMap patches a shared config map

Patch a shared ConfigMap. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns the updated Kubernetes ConfigMap resource.

func (*Client) PatchSystemConfigMap

func (a *Client) PatchSystemConfigMap(params *PatchSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigMapOK, error)
PatchSystemConfigMap patches a system level config map

Patch a system-level ConfigMap. Merges provided data

with existing data. Use removeKeys to delete specific keys. Returns the updated Kubernetes ConfigMap resource.

func (*Client) PromoteDownstream

func (a *Client) PromoteDownstream(params *PromoteDownstreamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteDownstreamCreated, error)
PromoteDownstream promotes downstream

Creates a Promotion resource for each of a Stage's immediately

downstream Stages.

func (*Client) PromoteToStage

func (a *Client) PromoteToStage(params *PromoteToStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteToStageCreated, error)
PromoteToStage promotes to stage

Create a Promotion resource to transition a specified Stage into

the state represented by the specified Freight.

func (*Client) QueryFreightsRest

func (a *Client) QueryFreightsRest(params *QueryFreightsRestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryFreightsRestOK, error)

QueryFreightsRest queries freight

Query and filter Freight resources from a project's namespace.

func (*Client) RefreshProjectConfig

func (a *Client) RefreshProjectConfig(params *RefreshProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshProjectConfigOK, error)
RefreshProjectConfig refreshes project config

Refresh the single ProjectConfig resource in a project's

namespace. Refreshing enqueues the resource for reconciliation by its corresponding controller.

func (*Client) RefreshPromotion

func (a *Client) RefreshPromotion(params *RefreshPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshPromotionOK, error)
RefreshPromotion refreshes a promotion

Refresh a Promotion resource in a project's namespace.

Refreshing enqueues the resource for reconciliation by its corresponding controller.

func (*Client) RefreshStage

func (a *Client) RefreshStage(params *RefreshStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshStageOK, error)
RefreshStage refreshes a stage

Refresh a Stage resource in a project's namespace. Refreshing

enqueues the resource for reconciliation by its corresponding controller.

func (*Client) RefreshWarehouse

func (a *Client) RefreshWarehouse(params *RefreshWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshWarehouseOK, error)
RefreshWarehouse refreshes a warehouse

Refresh a Warehouse resource in a project's namespace.

Refreshing enqueues the resource for reconciliation by its corresponding controller.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateProjectConfigMap

func (a *Client) UpdateProjectConfigMap(params *UpdateProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectConfigMapOK, error)
UpdateProjectConfigMap replaces a project level config map

Replace a ConfigMap in a project's namespace. All existing data

is replaced. Returns the updated Kubernetes ConfigMap resource.

func (*Client) UpdateSharedConfigMap

func (a *Client) UpdateSharedConfigMap(params *UpdateSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedConfigMapOK, error)
UpdateSharedConfigMap replaces a shared config map

Replace a shared ConfigMap. All existing data is replaced.

Returns the updated Kubernetes ConfigMap resource.

func (*Client) UpdateSystemConfigMap

func (a *Client) UpdateSystemConfigMap(params *UpdateSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSystemConfigMapOK, error)
UpdateSystemConfigMap replaces a system level config map

Replace a system-level ConfigMap. All existing data is replaced.

Returns the updated Kubernetes ConfigMap resource.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	AbortPromotion(params *AbortPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AbortPromotionOK, error)

	ApproveFreight(params *ApproveFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ApproveFreightOK, error)

	CreateProjectConfigMap(params *CreateProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectConfigMapCreated, error)

	CreateSharedConfigMap(params *CreateSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSharedConfigMapCreated, error)

	CreateSystemConfigMap(params *CreateSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSystemConfigMapCreated, error)

	DeleteFreight(params *DeleteFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFreightNoContent, error)

	DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectNoContent, error)

	DeleteProjectConfig(params *DeleteProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectConfigNoContent, error)

	DeleteProjectConfigMap(params *DeleteProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectConfigMapNoContent, error)

	DeleteSharedConfigMap(params *DeleteSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSharedConfigMapNoContent, error)

	DeleteStage(params *DeleteStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteStageNoContent, error)

	DeleteSystemConfigMap(params *DeleteSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSystemConfigMapNoContent, error)

	DeleteWarehouse(params *DeleteWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteWarehouseNoContent, error)

	GetClusterPromotionTask(params *GetClusterPromotionTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterPromotionTaskOK, error)

	GetFreight(params *GetFreightParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetFreightOK, error)

	GetProject(params *GetProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectOK, error)

	GetProjectConfig(params *GetProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectConfigOK, error)

	GetProjectConfigMap(params *GetProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectConfigMapOK, error)

	GetPromotion(params *GetPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPromotionOK, error)

	GetPromotionTask(params *GetPromotionTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPromotionTaskOK, error)

	GetSharedConfigMap(params *GetSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSharedConfigMapOK, error)

	GetStage(params *GetStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStageOK, error)

	GetSystemConfigMap(params *GetSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSystemConfigMapOK, error)

	GetWarehouse(params *GetWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetWarehouseOK, error)

	ListClusterPromotionTasks(params *ListClusterPromotionTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListClusterPromotionTasksOK, error)

	ListImages(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListImagesOK, error)

	ListProjectConfigMaps(params *ListProjectConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectConfigMapsOK, error)

	ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectsOK, error)

	ListPromotionTasks(params *ListPromotionTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPromotionTasksOK, error)

	ListPromotions(params *ListPromotionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPromotionsOK, error)

	ListSharedConfigMaps(params *ListSharedConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSharedConfigMapsOK, error)

	ListStages(params *ListStagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListStagesOK, error)

	ListSystemConfigMaps(params *ListSystemConfigMapsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSystemConfigMapsOK, error)

	ListWarehouses(params *ListWarehousesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListWarehousesOK, error)

	PatchFreightAlias(params *PatchFreightAliasParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchFreightAliasOK, error)

	PatchProjectConfigMap(params *PatchProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectConfigMapOK, error)

	PatchSharedConfigMap(params *PatchSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSharedConfigMapOK, error)

	PatchSystemConfigMap(params *PatchSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchSystemConfigMapOK, error)

	PromoteDownstream(params *PromoteDownstreamParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteDownstreamCreated, error)

	PromoteToStage(params *PromoteToStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteToStageCreated, error)

	QueryFreightsRest(params *QueryFreightsRestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryFreightsRestOK, error)

	RefreshProjectConfig(params *RefreshProjectConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshProjectConfigOK, error)

	RefreshPromotion(params *RefreshPromotionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshPromotionOK, error)

	RefreshStage(params *RefreshStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshStageOK, error)

	RefreshWarehouse(params *RefreshWarehouseParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RefreshWarehouseOK, error)

	UpdateProjectConfigMap(params *UpdateProjectConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectConfigMapOK, error)

	UpdateSharedConfigMap(params *UpdateSharedConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSharedConfigMapOK, error)

	UpdateSystemConfigMap(params *UpdateSystemConfigMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSystemConfigMapOK, 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 core API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new core API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new core API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type CreateProjectConfigMapCreated

type CreateProjectConfigMapCreated struct {
	Payload any
}

CreateProjectConfigMapCreated describes a response with status code 201, with default header values.

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewCreateProjectConfigMapCreated

func NewCreateProjectConfigMapCreated() *CreateProjectConfigMapCreated

NewCreateProjectConfigMapCreated creates a CreateProjectConfigMapCreated with default headers values

func (*CreateProjectConfigMapCreated) Code

Code gets the status code for the create project config map created response

func (*CreateProjectConfigMapCreated) Error

func (*CreateProjectConfigMapCreated) GetPayload

func (o *CreateProjectConfigMapCreated) GetPayload() any

func (*CreateProjectConfigMapCreated) IsClientError

func (o *CreateProjectConfigMapCreated) IsClientError() bool

IsClientError returns true when this create project config map created response has a 4xx status code

func (*CreateProjectConfigMapCreated) IsCode

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

IsCode returns true when this create project config map created response a status code equal to that given

func (*CreateProjectConfigMapCreated) IsRedirect

func (o *CreateProjectConfigMapCreated) IsRedirect() bool

IsRedirect returns true when this create project config map created response has a 3xx status code

func (*CreateProjectConfigMapCreated) IsServerError

func (o *CreateProjectConfigMapCreated) IsServerError() bool

IsServerError returns true when this create project config map created response has a 5xx status code

func (*CreateProjectConfigMapCreated) IsSuccess

func (o *CreateProjectConfigMapCreated) IsSuccess() bool

IsSuccess returns true when this create project config map created response has a 2xx status code

func (*CreateProjectConfigMapCreated) String

type CreateProjectConfigMapParams

type CreateProjectConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.CreateConfigMapRequest

	/* Project.

	   Project name
	*/
	Project string

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

CreateProjectConfigMapParams contains all the parameters to send to the API endpoint

for the create project config map operation.

Typically these are written to a http.Request.

func NewCreateProjectConfigMapParams

func NewCreateProjectConfigMapParams() *CreateProjectConfigMapParams

NewCreateProjectConfigMapParams creates a new CreateProjectConfigMapParams 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 NewCreateProjectConfigMapParamsWithContext

func NewCreateProjectConfigMapParamsWithContext(ctx context.Context) *CreateProjectConfigMapParams

NewCreateProjectConfigMapParamsWithContext creates a new CreateProjectConfigMapParams object with the ability to set a context for a request.

func NewCreateProjectConfigMapParamsWithHTTPClient

func NewCreateProjectConfigMapParamsWithHTTPClient(client *http.Client) *CreateProjectConfigMapParams

NewCreateProjectConfigMapParamsWithHTTPClient creates a new CreateProjectConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProjectConfigMapParamsWithTimeout

func NewCreateProjectConfigMapParamsWithTimeout(timeout time.Duration) *CreateProjectConfigMapParams

NewCreateProjectConfigMapParamsWithTimeout creates a new CreateProjectConfigMapParams object with the ability to set a timeout on a request.

func (*CreateProjectConfigMapParams) SetBody

SetBody adds the body to the create project config map params

func (*CreateProjectConfigMapParams) SetContext

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

SetContext adds the context to the create project config map params

func (*CreateProjectConfigMapParams) SetDefaults

func (o *CreateProjectConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the create project config map params (not the query body).

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

func (*CreateProjectConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project config map params

func (*CreateProjectConfigMapParams) SetProject

func (o *CreateProjectConfigMapParams) SetProject(project string)

SetProject adds the project to the create project config map params

func (*CreateProjectConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the create project config map params

func (*CreateProjectConfigMapParams) WithBody

WithBody adds the body to the create project config map params

func (*CreateProjectConfigMapParams) WithContext

WithContext adds the context to the create project config map params

func (*CreateProjectConfigMapParams) WithDefaults

WithDefaults hydrates default values in the create project config map params (not the query body).

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

func (*CreateProjectConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project config map params

func (*CreateProjectConfigMapParams) WithProject

WithProject adds the project to the create project config map params

func (*CreateProjectConfigMapParams) WithTimeout

WithTimeout adds the timeout to the create project config map params

func (*CreateProjectConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectConfigMapReader

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

CreateProjectConfigMapReader is a Reader for the CreateProjectConfigMap structure.

func (*CreateProjectConfigMapReader) ReadResponse

func (o *CreateProjectConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateSharedConfigMapCreated

type CreateSharedConfigMapCreated struct {
	Payload any
}

CreateSharedConfigMapCreated describes a response with status code 201, with default header values.

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewCreateSharedConfigMapCreated

func NewCreateSharedConfigMapCreated() *CreateSharedConfigMapCreated

NewCreateSharedConfigMapCreated creates a CreateSharedConfigMapCreated with default headers values

func (*CreateSharedConfigMapCreated) Code

Code gets the status code for the create shared config map created response

func (*CreateSharedConfigMapCreated) Error

func (*CreateSharedConfigMapCreated) GetPayload

func (o *CreateSharedConfigMapCreated) GetPayload() any

func (*CreateSharedConfigMapCreated) IsClientError

func (o *CreateSharedConfigMapCreated) IsClientError() bool

IsClientError returns true when this create shared config map created response has a 4xx status code

func (*CreateSharedConfigMapCreated) IsCode

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

IsCode returns true when this create shared config map created response a status code equal to that given

func (*CreateSharedConfigMapCreated) IsRedirect

func (o *CreateSharedConfigMapCreated) IsRedirect() bool

IsRedirect returns true when this create shared config map created response has a 3xx status code

func (*CreateSharedConfigMapCreated) IsServerError

func (o *CreateSharedConfigMapCreated) IsServerError() bool

IsServerError returns true when this create shared config map created response has a 5xx status code

func (*CreateSharedConfigMapCreated) IsSuccess

func (o *CreateSharedConfigMapCreated) IsSuccess() bool

IsSuccess returns true when this create shared config map created response has a 2xx status code

func (*CreateSharedConfigMapCreated) String

type CreateSharedConfigMapParams

type CreateSharedConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.CreateConfigMapRequest

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

CreateSharedConfigMapParams contains all the parameters to send to the API endpoint

for the create shared config map operation.

Typically these are written to a http.Request.

func NewCreateSharedConfigMapParams

func NewCreateSharedConfigMapParams() *CreateSharedConfigMapParams

NewCreateSharedConfigMapParams creates a new CreateSharedConfigMapParams 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 NewCreateSharedConfigMapParamsWithContext

func NewCreateSharedConfigMapParamsWithContext(ctx context.Context) *CreateSharedConfigMapParams

NewCreateSharedConfigMapParamsWithContext creates a new CreateSharedConfigMapParams object with the ability to set a context for a request.

func NewCreateSharedConfigMapParamsWithHTTPClient

func NewCreateSharedConfigMapParamsWithHTTPClient(client *http.Client) *CreateSharedConfigMapParams

NewCreateSharedConfigMapParamsWithHTTPClient creates a new CreateSharedConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSharedConfigMapParamsWithTimeout

func NewCreateSharedConfigMapParamsWithTimeout(timeout time.Duration) *CreateSharedConfigMapParams

NewCreateSharedConfigMapParamsWithTimeout creates a new CreateSharedConfigMapParams object with the ability to set a timeout on a request.

func (*CreateSharedConfigMapParams) SetBody

SetBody adds the body to the create shared config map params

func (*CreateSharedConfigMapParams) SetContext

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

SetContext adds the context to the create shared config map params

func (*CreateSharedConfigMapParams) SetDefaults

func (o *CreateSharedConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the create shared config map params (not the query body).

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

func (*CreateSharedConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create shared config map params

func (*CreateSharedConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the create shared config map params

func (*CreateSharedConfigMapParams) WithBody

WithBody adds the body to the create shared config map params

func (*CreateSharedConfigMapParams) WithContext

WithContext adds the context to the create shared config map params

func (*CreateSharedConfigMapParams) WithDefaults

WithDefaults hydrates default values in the create shared config map params (not the query body).

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

func (*CreateSharedConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create shared config map params

func (*CreateSharedConfigMapParams) WithTimeout

WithTimeout adds the timeout to the create shared config map params

func (*CreateSharedConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSharedConfigMapReader

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

CreateSharedConfigMapReader is a Reader for the CreateSharedConfigMap structure.

func (*CreateSharedConfigMapReader) ReadResponse

func (o *CreateSharedConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type CreateSystemConfigMapCreated

type CreateSystemConfigMapCreated struct {
	Payload any
}

CreateSystemConfigMapCreated describes a response with status code 201, with default header values.

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewCreateSystemConfigMapCreated

func NewCreateSystemConfigMapCreated() *CreateSystemConfigMapCreated

NewCreateSystemConfigMapCreated creates a CreateSystemConfigMapCreated with default headers values

func (*CreateSystemConfigMapCreated) Code

Code gets the status code for the create system config map created response

func (*CreateSystemConfigMapCreated) Error

func (*CreateSystemConfigMapCreated) GetPayload

func (o *CreateSystemConfigMapCreated) GetPayload() any

func (*CreateSystemConfigMapCreated) IsClientError

func (o *CreateSystemConfigMapCreated) IsClientError() bool

IsClientError returns true when this create system config map created response has a 4xx status code

func (*CreateSystemConfigMapCreated) IsCode

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

IsCode returns true when this create system config map created response a status code equal to that given

func (*CreateSystemConfigMapCreated) IsRedirect

func (o *CreateSystemConfigMapCreated) IsRedirect() bool

IsRedirect returns true when this create system config map created response has a 3xx status code

func (*CreateSystemConfigMapCreated) IsServerError

func (o *CreateSystemConfigMapCreated) IsServerError() bool

IsServerError returns true when this create system config map created response has a 5xx status code

func (*CreateSystemConfigMapCreated) IsSuccess

func (o *CreateSystemConfigMapCreated) IsSuccess() bool

IsSuccess returns true when this create system config map created response has a 2xx status code

func (*CreateSystemConfigMapCreated) String

type CreateSystemConfigMapParams

type CreateSystemConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.CreateConfigMapRequest

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

CreateSystemConfigMapParams contains all the parameters to send to the API endpoint

for the create system config map operation.

Typically these are written to a http.Request.

func NewCreateSystemConfigMapParams

func NewCreateSystemConfigMapParams() *CreateSystemConfigMapParams

NewCreateSystemConfigMapParams creates a new CreateSystemConfigMapParams 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 NewCreateSystemConfigMapParamsWithContext

func NewCreateSystemConfigMapParamsWithContext(ctx context.Context) *CreateSystemConfigMapParams

NewCreateSystemConfigMapParamsWithContext creates a new CreateSystemConfigMapParams object with the ability to set a context for a request.

func NewCreateSystemConfigMapParamsWithHTTPClient

func NewCreateSystemConfigMapParamsWithHTTPClient(client *http.Client) *CreateSystemConfigMapParams

NewCreateSystemConfigMapParamsWithHTTPClient creates a new CreateSystemConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSystemConfigMapParamsWithTimeout

func NewCreateSystemConfigMapParamsWithTimeout(timeout time.Duration) *CreateSystemConfigMapParams

NewCreateSystemConfigMapParamsWithTimeout creates a new CreateSystemConfigMapParams object with the ability to set a timeout on a request.

func (*CreateSystemConfigMapParams) SetBody

SetBody adds the body to the create system config map params

func (*CreateSystemConfigMapParams) SetContext

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

SetContext adds the context to the create system config map params

func (*CreateSystemConfigMapParams) SetDefaults

func (o *CreateSystemConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the create system config map params (not the query body).

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

func (*CreateSystemConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create system config map params

func (*CreateSystemConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the create system config map params

func (*CreateSystemConfigMapParams) WithBody

WithBody adds the body to the create system config map params

func (*CreateSystemConfigMapParams) WithContext

WithContext adds the context to the create system config map params

func (*CreateSystemConfigMapParams) WithDefaults

WithDefaults hydrates default values in the create system config map params (not the query body).

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

func (*CreateSystemConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create system config map params

func (*CreateSystemConfigMapParams) WithTimeout

WithTimeout adds the timeout to the create system config map params

func (*CreateSystemConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSystemConfigMapReader

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

CreateSystemConfigMapReader is a Reader for the CreateSystemConfigMap structure.

func (*CreateSystemConfigMapReader) ReadResponse

func (o *CreateSystemConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteFreightNoContent

type DeleteFreightNoContent struct {
}

DeleteFreightNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteFreightNoContent

func NewDeleteFreightNoContent() *DeleteFreightNoContent

NewDeleteFreightNoContent creates a DeleteFreightNoContent with default headers values

func (*DeleteFreightNoContent) Code

func (o *DeleteFreightNoContent) Code() int

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

func (*DeleteFreightNoContent) Error

func (o *DeleteFreightNoContent) Error() string

func (*DeleteFreightNoContent) IsClientError

func (o *DeleteFreightNoContent) IsClientError() bool

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

func (*DeleteFreightNoContent) IsCode

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

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

func (*DeleteFreightNoContent) IsRedirect

func (o *DeleteFreightNoContent) IsRedirect() bool

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

func (*DeleteFreightNoContent) IsServerError

func (o *DeleteFreightNoContent) IsServerError() bool

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

func (*DeleteFreightNoContent) IsSuccess

func (o *DeleteFreightNoContent) IsSuccess() bool

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

func (*DeleteFreightNoContent) String

func (o *DeleteFreightNoContent) String() string

type DeleteFreightParams

type DeleteFreightParams struct {

	/* FreightNameOrAlias.

	   Freight name or alias
	*/
	FreightNameOrAlias string

	/* Project.

	   Project name
	*/
	Project string

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

DeleteFreightParams contains all the parameters to send to the API endpoint

for the delete freight operation.

Typically these are written to a http.Request.

func NewDeleteFreightParams

func NewDeleteFreightParams() *DeleteFreightParams

NewDeleteFreightParams creates a new DeleteFreightParams 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 NewDeleteFreightParamsWithContext

func NewDeleteFreightParamsWithContext(ctx context.Context) *DeleteFreightParams

NewDeleteFreightParamsWithContext creates a new DeleteFreightParams object with the ability to set a context for a request.

func NewDeleteFreightParamsWithHTTPClient

func NewDeleteFreightParamsWithHTTPClient(client *http.Client) *DeleteFreightParams

NewDeleteFreightParamsWithHTTPClient creates a new DeleteFreightParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFreightParamsWithTimeout

func NewDeleteFreightParamsWithTimeout(timeout time.Duration) *DeleteFreightParams

NewDeleteFreightParamsWithTimeout creates a new DeleteFreightParams object with the ability to set a timeout on a request.

func (*DeleteFreightParams) SetContext

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

SetContext adds the context to the delete freight params

func (*DeleteFreightParams) SetDefaults

func (o *DeleteFreightParams) SetDefaults()

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

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

func (*DeleteFreightParams) SetFreightNameOrAlias

func (o *DeleteFreightParams) SetFreightNameOrAlias(freightNameOrAlias string)

SetFreightNameOrAlias adds the freightNameOrAlias to the delete freight params

func (*DeleteFreightParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete freight params

func (*DeleteFreightParams) SetProject

func (o *DeleteFreightParams) SetProject(project string)

SetProject adds the project to the delete freight params

func (*DeleteFreightParams) SetTimeout

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

SetTimeout adds the timeout to the delete freight params

func (*DeleteFreightParams) WithContext

WithContext adds the context to the delete freight params

func (*DeleteFreightParams) WithDefaults

func (o *DeleteFreightParams) WithDefaults() *DeleteFreightParams

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

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

func (*DeleteFreightParams) WithFreightNameOrAlias

func (o *DeleteFreightParams) WithFreightNameOrAlias(freightNameOrAlias string) *DeleteFreightParams

WithFreightNameOrAlias adds the freightNameOrAlias to the delete freight params

func (*DeleteFreightParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete freight params

func (*DeleteFreightParams) WithProject

func (o *DeleteFreightParams) WithProject(project string) *DeleteFreightParams

WithProject adds the project to the delete freight params

func (*DeleteFreightParams) WithTimeout

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

WithTimeout adds the timeout to the delete freight params

func (*DeleteFreightParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteFreightReader

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

DeleteFreightReader is a Reader for the DeleteFreight structure.

func (*DeleteFreightReader) ReadResponse

func (o *DeleteFreightReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteProjectConfigMapNoContent

type DeleteProjectConfigMapNoContent struct {
}

DeleteProjectConfigMapNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteProjectConfigMapNoContent

func NewDeleteProjectConfigMapNoContent() *DeleteProjectConfigMapNoContent

NewDeleteProjectConfigMapNoContent creates a DeleteProjectConfigMapNoContent with default headers values

func (*DeleteProjectConfigMapNoContent) Code

Code gets the status code for the delete project config map no content response

func (*DeleteProjectConfigMapNoContent) Error

func (*DeleteProjectConfigMapNoContent) IsClientError

func (o *DeleteProjectConfigMapNoContent) IsClientError() bool

IsClientError returns true when this delete project config map no content response has a 4xx status code

func (*DeleteProjectConfigMapNoContent) IsCode

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

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

func (*DeleteProjectConfigMapNoContent) IsRedirect

func (o *DeleteProjectConfigMapNoContent) IsRedirect() bool

IsRedirect returns true when this delete project config map no content response has a 3xx status code

func (*DeleteProjectConfigMapNoContent) IsServerError

func (o *DeleteProjectConfigMapNoContent) IsServerError() bool

IsServerError returns true when this delete project config map no content response has a 5xx status code

func (*DeleteProjectConfigMapNoContent) IsSuccess

func (o *DeleteProjectConfigMapNoContent) IsSuccess() bool

IsSuccess returns true when this delete project config map no content response has a 2xx status code

func (*DeleteProjectConfigMapNoContent) String

type DeleteProjectConfigMapParams

type DeleteProjectConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

	/* Project.

	   Project name
	*/
	Project string

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

DeleteProjectConfigMapParams contains all the parameters to send to the API endpoint

for the delete project config map operation.

Typically these are written to a http.Request.

func NewDeleteProjectConfigMapParams

func NewDeleteProjectConfigMapParams() *DeleteProjectConfigMapParams

NewDeleteProjectConfigMapParams creates a new DeleteProjectConfigMapParams 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 NewDeleteProjectConfigMapParamsWithContext

func NewDeleteProjectConfigMapParamsWithContext(ctx context.Context) *DeleteProjectConfigMapParams

NewDeleteProjectConfigMapParamsWithContext creates a new DeleteProjectConfigMapParams object with the ability to set a context for a request.

func NewDeleteProjectConfigMapParamsWithHTTPClient

func NewDeleteProjectConfigMapParamsWithHTTPClient(client *http.Client) *DeleteProjectConfigMapParams

NewDeleteProjectConfigMapParamsWithHTTPClient creates a new DeleteProjectConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectConfigMapParamsWithTimeout

func NewDeleteProjectConfigMapParamsWithTimeout(timeout time.Duration) *DeleteProjectConfigMapParams

NewDeleteProjectConfigMapParamsWithTimeout creates a new DeleteProjectConfigMapParams object with the ability to set a timeout on a request.

func (*DeleteProjectConfigMapParams) SetConfigmap

func (o *DeleteProjectConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the delete project config map params

func (*DeleteProjectConfigMapParams) SetContext

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

SetContext adds the context to the delete project config map params

func (*DeleteProjectConfigMapParams) SetDefaults

func (o *DeleteProjectConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the delete project config map params (not the query body).

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

func (*DeleteProjectConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project config map params

func (*DeleteProjectConfigMapParams) SetProject

func (o *DeleteProjectConfigMapParams) SetProject(project string)

SetProject adds the project to the delete project config map params

func (*DeleteProjectConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the delete project config map params

func (*DeleteProjectConfigMapParams) WithConfigmap

WithConfigmap adds the configmap to the delete project config map params

func (*DeleteProjectConfigMapParams) WithContext

WithContext adds the context to the delete project config map params

func (*DeleteProjectConfigMapParams) WithDefaults

WithDefaults hydrates default values in the delete project config map params (not the query body).

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

func (*DeleteProjectConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project config map params

func (*DeleteProjectConfigMapParams) WithProject

WithProject adds the project to the delete project config map params

func (*DeleteProjectConfigMapParams) WithTimeout

WithTimeout adds the timeout to the delete project config map params

func (*DeleteProjectConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectConfigMapReader

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

DeleteProjectConfigMapReader is a Reader for the DeleteProjectConfigMap structure.

func (*DeleteProjectConfigMapReader) ReadResponse

func (o *DeleteProjectConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteProjectConfigNoContent

type DeleteProjectConfigNoContent struct {
}

DeleteProjectConfigNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteProjectConfigNoContent

func NewDeleteProjectConfigNoContent() *DeleteProjectConfigNoContent

NewDeleteProjectConfigNoContent creates a DeleteProjectConfigNoContent with default headers values

func (*DeleteProjectConfigNoContent) Code

Code gets the status code for the delete project config no content response

func (*DeleteProjectConfigNoContent) Error

func (*DeleteProjectConfigNoContent) IsClientError

func (o *DeleteProjectConfigNoContent) IsClientError() bool

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

func (*DeleteProjectConfigNoContent) IsCode

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

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

func (*DeleteProjectConfigNoContent) IsRedirect

func (o *DeleteProjectConfigNoContent) IsRedirect() bool

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

func (*DeleteProjectConfigNoContent) IsServerError

func (o *DeleteProjectConfigNoContent) IsServerError() bool

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

func (*DeleteProjectConfigNoContent) IsSuccess

func (o *DeleteProjectConfigNoContent) IsSuccess() bool

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

func (*DeleteProjectConfigNoContent) String

type DeleteProjectConfigParams

type DeleteProjectConfigParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

DeleteProjectConfigParams contains all the parameters to send to the API endpoint

for the delete project config operation.

Typically these are written to a http.Request.

func NewDeleteProjectConfigParams

func NewDeleteProjectConfigParams() *DeleteProjectConfigParams

NewDeleteProjectConfigParams creates a new DeleteProjectConfigParams 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 NewDeleteProjectConfigParamsWithContext

func NewDeleteProjectConfigParamsWithContext(ctx context.Context) *DeleteProjectConfigParams

NewDeleteProjectConfigParamsWithContext creates a new DeleteProjectConfigParams object with the ability to set a context for a request.

func NewDeleteProjectConfigParamsWithHTTPClient

func NewDeleteProjectConfigParamsWithHTTPClient(client *http.Client) *DeleteProjectConfigParams

NewDeleteProjectConfigParamsWithHTTPClient creates a new DeleteProjectConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectConfigParamsWithTimeout

func NewDeleteProjectConfigParamsWithTimeout(timeout time.Duration) *DeleteProjectConfigParams

NewDeleteProjectConfigParamsWithTimeout creates a new DeleteProjectConfigParams object with the ability to set a timeout on a request.

func (*DeleteProjectConfigParams) SetContext

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

SetContext adds the context to the delete project config params

func (*DeleteProjectConfigParams) SetDefaults

func (o *DeleteProjectConfigParams) SetDefaults()

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

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

func (*DeleteProjectConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project config params

func (*DeleteProjectConfigParams) SetProject

func (o *DeleteProjectConfigParams) SetProject(project string)

SetProject adds the project to the delete project config params

func (*DeleteProjectConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete project config params

func (*DeleteProjectConfigParams) WithContext

WithContext adds the context to the delete project config params

func (*DeleteProjectConfigParams) WithDefaults

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

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

func (*DeleteProjectConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete project config params

func (*DeleteProjectConfigParams) WithProject

WithProject adds the project to the delete project config params

func (*DeleteProjectConfigParams) WithTimeout

WithTimeout adds the timeout to the delete project config params

func (*DeleteProjectConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectConfigReader

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

DeleteProjectConfigReader is a Reader for the DeleteProjectConfig structure.

func (*DeleteProjectConfigReader) ReadResponse

func (o *DeleteProjectConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteProjectNoContent

type DeleteProjectNoContent struct {
}

DeleteProjectNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteProjectNoContent

func NewDeleteProjectNoContent() *DeleteProjectNoContent

NewDeleteProjectNoContent creates a DeleteProjectNoContent with default headers values

func (*DeleteProjectNoContent) Code

func (o *DeleteProjectNoContent) Code() int

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

func (*DeleteProjectNoContent) Error

func (o *DeleteProjectNoContent) Error() string

func (*DeleteProjectNoContent) IsClientError

func (o *DeleteProjectNoContent) IsClientError() bool

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

func (*DeleteProjectNoContent) IsCode

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

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

func (*DeleteProjectNoContent) IsRedirect

func (o *DeleteProjectNoContent) IsRedirect() bool

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

func (*DeleteProjectNoContent) IsServerError

func (o *DeleteProjectNoContent) IsServerError() bool

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

func (*DeleteProjectNoContent) IsSuccess

func (o *DeleteProjectNoContent) IsSuccess() bool

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

func (*DeleteProjectNoContent) String

func (o *DeleteProjectNoContent) String() string

type DeleteProjectParams

type DeleteProjectParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

DeleteProjectParams contains all the parameters to send to the API endpoint

for the delete project operation.

Typically these are written to a http.Request.

func NewDeleteProjectParams

func NewDeleteProjectParams() *DeleteProjectParams

NewDeleteProjectParams creates a new DeleteProjectParams 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 NewDeleteProjectParamsWithContext

func NewDeleteProjectParamsWithContext(ctx context.Context) *DeleteProjectParams

NewDeleteProjectParamsWithContext creates a new DeleteProjectParams object with the ability to set a context for a request.

func NewDeleteProjectParamsWithHTTPClient

func NewDeleteProjectParamsWithHTTPClient(client *http.Client) *DeleteProjectParams

NewDeleteProjectParamsWithHTTPClient creates a new DeleteProjectParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectParamsWithTimeout

func NewDeleteProjectParamsWithTimeout(timeout time.Duration) *DeleteProjectParams

NewDeleteProjectParamsWithTimeout creates a new DeleteProjectParams object with the ability to set a timeout on a request.

func (*DeleteProjectParams) SetContext

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

SetContext adds the context to the delete project params

func (*DeleteProjectParams) SetDefaults

func (o *DeleteProjectParams) SetDefaults()

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

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

func (*DeleteProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) SetProject

func (o *DeleteProjectParams) SetProject(project string)

SetProject adds the project to the delete project params

func (*DeleteProjectParams) SetTimeout

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

SetTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WithContext

WithContext adds the context to the delete project params

func (*DeleteProjectParams) WithDefaults

func (o *DeleteProjectParams) WithDefaults() *DeleteProjectParams

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

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

func (*DeleteProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) WithProject

func (o *DeleteProjectParams) WithProject(project string) *DeleteProjectParams

WithProject adds the project to the delete project params

func (*DeleteProjectParams) WithTimeout

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

WithTimeout adds the timeout to the delete project params

func (*DeleteProjectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteProjectReader

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

DeleteProjectReader is a Reader for the DeleteProject structure.

func (*DeleteProjectReader) ReadResponse

func (o *DeleteProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteSharedConfigMapNoContent

type DeleteSharedConfigMapNoContent struct {
}

DeleteSharedConfigMapNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteSharedConfigMapNoContent

func NewDeleteSharedConfigMapNoContent() *DeleteSharedConfigMapNoContent

NewDeleteSharedConfigMapNoContent creates a DeleteSharedConfigMapNoContent with default headers values

func (*DeleteSharedConfigMapNoContent) Code

Code gets the status code for the delete shared config map no content response

func (*DeleteSharedConfigMapNoContent) Error

func (*DeleteSharedConfigMapNoContent) IsClientError

func (o *DeleteSharedConfigMapNoContent) IsClientError() bool

IsClientError returns true when this delete shared config map no content response has a 4xx status code

func (*DeleteSharedConfigMapNoContent) IsCode

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

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

func (*DeleteSharedConfigMapNoContent) IsRedirect

func (o *DeleteSharedConfigMapNoContent) IsRedirect() bool

IsRedirect returns true when this delete shared config map no content response has a 3xx status code

func (*DeleteSharedConfigMapNoContent) IsServerError

func (o *DeleteSharedConfigMapNoContent) IsServerError() bool

IsServerError returns true when this delete shared config map no content response has a 5xx status code

func (*DeleteSharedConfigMapNoContent) IsSuccess

func (o *DeleteSharedConfigMapNoContent) IsSuccess() bool

IsSuccess returns true when this delete shared config map no content response has a 2xx status code

func (*DeleteSharedConfigMapNoContent) String

type DeleteSharedConfigMapParams

type DeleteSharedConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

DeleteSharedConfigMapParams contains all the parameters to send to the API endpoint

for the delete shared config map operation.

Typically these are written to a http.Request.

func NewDeleteSharedConfigMapParams

func NewDeleteSharedConfigMapParams() *DeleteSharedConfigMapParams

NewDeleteSharedConfigMapParams creates a new DeleteSharedConfigMapParams 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 NewDeleteSharedConfigMapParamsWithContext

func NewDeleteSharedConfigMapParamsWithContext(ctx context.Context) *DeleteSharedConfigMapParams

NewDeleteSharedConfigMapParamsWithContext creates a new DeleteSharedConfigMapParams object with the ability to set a context for a request.

func NewDeleteSharedConfigMapParamsWithHTTPClient

func NewDeleteSharedConfigMapParamsWithHTTPClient(client *http.Client) *DeleteSharedConfigMapParams

NewDeleteSharedConfigMapParamsWithHTTPClient creates a new DeleteSharedConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSharedConfigMapParamsWithTimeout

func NewDeleteSharedConfigMapParamsWithTimeout(timeout time.Duration) *DeleteSharedConfigMapParams

NewDeleteSharedConfigMapParamsWithTimeout creates a new DeleteSharedConfigMapParams object with the ability to set a timeout on a request.

func (*DeleteSharedConfigMapParams) SetConfigmap

func (o *DeleteSharedConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the delete shared config map params

func (*DeleteSharedConfigMapParams) SetContext

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

SetContext adds the context to the delete shared config map params

func (*DeleteSharedConfigMapParams) SetDefaults

func (o *DeleteSharedConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the delete shared config map params (not the query body).

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

func (*DeleteSharedConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete shared config map params

func (*DeleteSharedConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the delete shared config map params

func (*DeleteSharedConfigMapParams) WithConfigmap

func (o *DeleteSharedConfigMapParams) WithConfigmap(configmap string) *DeleteSharedConfigMapParams

WithConfigmap adds the configmap to the delete shared config map params

func (*DeleteSharedConfigMapParams) WithContext

WithContext adds the context to the delete shared config map params

func (*DeleteSharedConfigMapParams) WithDefaults

WithDefaults hydrates default values in the delete shared config map params (not the query body).

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

func (*DeleteSharedConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete shared config map params

func (*DeleteSharedConfigMapParams) WithTimeout

WithTimeout adds the timeout to the delete shared config map params

func (*DeleteSharedConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSharedConfigMapReader

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

DeleteSharedConfigMapReader is a Reader for the DeleteSharedConfigMap structure.

func (*DeleteSharedConfigMapReader) ReadResponse

func (o *DeleteSharedConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteStageNoContent

type DeleteStageNoContent struct {
}

DeleteStageNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteStageNoContent

func NewDeleteStageNoContent() *DeleteStageNoContent

NewDeleteStageNoContent creates a DeleteStageNoContent with default headers values

func (*DeleteStageNoContent) Code

func (o *DeleteStageNoContent) Code() int

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

func (*DeleteStageNoContent) Error

func (o *DeleteStageNoContent) Error() string

func (*DeleteStageNoContent) IsClientError

func (o *DeleteStageNoContent) IsClientError() bool

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

func (*DeleteStageNoContent) IsCode

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

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

func (*DeleteStageNoContent) IsRedirect

func (o *DeleteStageNoContent) IsRedirect() bool

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

func (*DeleteStageNoContent) IsServerError

func (o *DeleteStageNoContent) IsServerError() bool

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

func (*DeleteStageNoContent) IsSuccess

func (o *DeleteStageNoContent) IsSuccess() bool

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

func (*DeleteStageNoContent) String

func (o *DeleteStageNoContent) String() string

type DeleteStageParams

type DeleteStageParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

DeleteStageParams contains all the parameters to send to the API endpoint

for the delete stage operation.

Typically these are written to a http.Request.

func NewDeleteStageParams

func NewDeleteStageParams() *DeleteStageParams

NewDeleteStageParams creates a new DeleteStageParams 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 NewDeleteStageParamsWithContext

func NewDeleteStageParamsWithContext(ctx context.Context) *DeleteStageParams

NewDeleteStageParamsWithContext creates a new DeleteStageParams object with the ability to set a context for a request.

func NewDeleteStageParamsWithHTTPClient

func NewDeleteStageParamsWithHTTPClient(client *http.Client) *DeleteStageParams

NewDeleteStageParamsWithHTTPClient creates a new DeleteStageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteStageParamsWithTimeout

func NewDeleteStageParamsWithTimeout(timeout time.Duration) *DeleteStageParams

NewDeleteStageParamsWithTimeout creates a new DeleteStageParams object with the ability to set a timeout on a request.

func (*DeleteStageParams) SetContext

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

SetContext adds the context to the delete stage params

func (*DeleteStageParams) SetDefaults

func (o *DeleteStageParams) SetDefaults()

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

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

func (*DeleteStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete stage params

func (*DeleteStageParams) SetProject

func (o *DeleteStageParams) SetProject(project string)

SetProject adds the project to the delete stage params

func (*DeleteStageParams) SetStage

func (o *DeleteStageParams) SetStage(stage string)

SetStage adds the stage to the delete stage params

func (*DeleteStageParams) SetTimeout

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

SetTimeout adds the timeout to the delete stage params

func (*DeleteStageParams) WithContext

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

WithContext adds the context to the delete stage params

func (*DeleteStageParams) WithDefaults

func (o *DeleteStageParams) WithDefaults() *DeleteStageParams

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

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

func (*DeleteStageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete stage params

func (*DeleteStageParams) WithProject

func (o *DeleteStageParams) WithProject(project string) *DeleteStageParams

WithProject adds the project to the delete stage params

func (*DeleteStageParams) WithStage

func (o *DeleteStageParams) WithStage(stage string) *DeleteStageParams

WithStage adds the stage to the delete stage params

func (*DeleteStageParams) WithTimeout

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

WithTimeout adds the timeout to the delete stage params

func (*DeleteStageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteStageReader

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

DeleteStageReader is a Reader for the DeleteStage structure.

func (*DeleteStageReader) ReadResponse

func (o *DeleteStageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteSystemConfigMapNoContent

type DeleteSystemConfigMapNoContent struct {
}

DeleteSystemConfigMapNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteSystemConfigMapNoContent

func NewDeleteSystemConfigMapNoContent() *DeleteSystemConfigMapNoContent

NewDeleteSystemConfigMapNoContent creates a DeleteSystemConfigMapNoContent with default headers values

func (*DeleteSystemConfigMapNoContent) Code

Code gets the status code for the delete system config map no content response

func (*DeleteSystemConfigMapNoContent) Error

func (*DeleteSystemConfigMapNoContent) IsClientError

func (o *DeleteSystemConfigMapNoContent) IsClientError() bool

IsClientError returns true when this delete system config map no content response has a 4xx status code

func (*DeleteSystemConfigMapNoContent) IsCode

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

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

func (*DeleteSystemConfigMapNoContent) IsRedirect

func (o *DeleteSystemConfigMapNoContent) IsRedirect() bool

IsRedirect returns true when this delete system config map no content response has a 3xx status code

func (*DeleteSystemConfigMapNoContent) IsServerError

func (o *DeleteSystemConfigMapNoContent) IsServerError() bool

IsServerError returns true when this delete system config map no content response has a 5xx status code

func (*DeleteSystemConfigMapNoContent) IsSuccess

func (o *DeleteSystemConfigMapNoContent) IsSuccess() bool

IsSuccess returns true when this delete system config map no content response has a 2xx status code

func (*DeleteSystemConfigMapNoContent) String

type DeleteSystemConfigMapParams

type DeleteSystemConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

DeleteSystemConfigMapParams contains all the parameters to send to the API endpoint

for the delete system config map operation.

Typically these are written to a http.Request.

func NewDeleteSystemConfigMapParams

func NewDeleteSystemConfigMapParams() *DeleteSystemConfigMapParams

NewDeleteSystemConfigMapParams creates a new DeleteSystemConfigMapParams 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 NewDeleteSystemConfigMapParamsWithContext

func NewDeleteSystemConfigMapParamsWithContext(ctx context.Context) *DeleteSystemConfigMapParams

NewDeleteSystemConfigMapParamsWithContext creates a new DeleteSystemConfigMapParams object with the ability to set a context for a request.

func NewDeleteSystemConfigMapParamsWithHTTPClient

func NewDeleteSystemConfigMapParamsWithHTTPClient(client *http.Client) *DeleteSystemConfigMapParams

NewDeleteSystemConfigMapParamsWithHTTPClient creates a new DeleteSystemConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSystemConfigMapParamsWithTimeout

func NewDeleteSystemConfigMapParamsWithTimeout(timeout time.Duration) *DeleteSystemConfigMapParams

NewDeleteSystemConfigMapParamsWithTimeout creates a new DeleteSystemConfigMapParams object with the ability to set a timeout on a request.

func (*DeleteSystemConfigMapParams) SetConfigmap

func (o *DeleteSystemConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the delete system config map params

func (*DeleteSystemConfigMapParams) SetContext

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

SetContext adds the context to the delete system config map params

func (*DeleteSystemConfigMapParams) SetDefaults

func (o *DeleteSystemConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the delete system config map params (not the query body).

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

func (*DeleteSystemConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete system config map params

func (*DeleteSystemConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the delete system config map params

func (*DeleteSystemConfigMapParams) WithConfigmap

func (o *DeleteSystemConfigMapParams) WithConfigmap(configmap string) *DeleteSystemConfigMapParams

WithConfigmap adds the configmap to the delete system config map params

func (*DeleteSystemConfigMapParams) WithContext

WithContext adds the context to the delete system config map params

func (*DeleteSystemConfigMapParams) WithDefaults

WithDefaults hydrates default values in the delete system config map params (not the query body).

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

func (*DeleteSystemConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete system config map params

func (*DeleteSystemConfigMapParams) WithTimeout

WithTimeout adds the timeout to the delete system config map params

func (*DeleteSystemConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSystemConfigMapReader

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

DeleteSystemConfigMapReader is a Reader for the DeleteSystemConfigMap structure.

func (*DeleteSystemConfigMapReader) ReadResponse

func (o *DeleteSystemConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type DeleteWarehouseNoContent

type DeleteWarehouseNoContent struct {
}

DeleteWarehouseNoContent describes a response with status code 204, with default header values.

Deleted successfully

func NewDeleteWarehouseNoContent

func NewDeleteWarehouseNoContent() *DeleteWarehouseNoContent

NewDeleteWarehouseNoContent creates a DeleteWarehouseNoContent with default headers values

func (*DeleteWarehouseNoContent) Code

func (o *DeleteWarehouseNoContent) Code() int

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

func (*DeleteWarehouseNoContent) Error

func (o *DeleteWarehouseNoContent) Error() string

func (*DeleteWarehouseNoContent) IsClientError

func (o *DeleteWarehouseNoContent) IsClientError() bool

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

func (*DeleteWarehouseNoContent) IsCode

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

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

func (*DeleteWarehouseNoContent) IsRedirect

func (o *DeleteWarehouseNoContent) IsRedirect() bool

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

func (*DeleteWarehouseNoContent) IsServerError

func (o *DeleteWarehouseNoContent) IsServerError() bool

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

func (*DeleteWarehouseNoContent) IsSuccess

func (o *DeleteWarehouseNoContent) IsSuccess() bool

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

func (*DeleteWarehouseNoContent) String

func (o *DeleteWarehouseNoContent) String() string

type DeleteWarehouseParams

type DeleteWarehouseParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Warehouse.

	   Warehouse name
	*/
	Warehouse string

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

DeleteWarehouseParams contains all the parameters to send to the API endpoint

for the delete warehouse operation.

Typically these are written to a http.Request.

func NewDeleteWarehouseParams

func NewDeleteWarehouseParams() *DeleteWarehouseParams

NewDeleteWarehouseParams creates a new DeleteWarehouseParams 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 NewDeleteWarehouseParamsWithContext

func NewDeleteWarehouseParamsWithContext(ctx context.Context) *DeleteWarehouseParams

NewDeleteWarehouseParamsWithContext creates a new DeleteWarehouseParams object with the ability to set a context for a request.

func NewDeleteWarehouseParamsWithHTTPClient

func NewDeleteWarehouseParamsWithHTTPClient(client *http.Client) *DeleteWarehouseParams

NewDeleteWarehouseParamsWithHTTPClient creates a new DeleteWarehouseParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteWarehouseParamsWithTimeout

func NewDeleteWarehouseParamsWithTimeout(timeout time.Duration) *DeleteWarehouseParams

NewDeleteWarehouseParamsWithTimeout creates a new DeleteWarehouseParams object with the ability to set a timeout on a request.

func (*DeleteWarehouseParams) SetContext

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

SetContext adds the context to the delete warehouse params

func (*DeleteWarehouseParams) SetDefaults

func (o *DeleteWarehouseParams) SetDefaults()

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

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

func (*DeleteWarehouseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete warehouse params

func (*DeleteWarehouseParams) SetProject

func (o *DeleteWarehouseParams) SetProject(project string)

SetProject adds the project to the delete warehouse params

func (*DeleteWarehouseParams) SetTimeout

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

SetTimeout adds the timeout to the delete warehouse params

func (*DeleteWarehouseParams) SetWarehouse

func (o *DeleteWarehouseParams) SetWarehouse(warehouse string)

SetWarehouse adds the warehouse to the delete warehouse params

func (*DeleteWarehouseParams) WithContext

WithContext adds the context to the delete warehouse params

func (*DeleteWarehouseParams) WithDefaults

func (o *DeleteWarehouseParams) WithDefaults() *DeleteWarehouseParams

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

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

func (*DeleteWarehouseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete warehouse params

func (*DeleteWarehouseParams) WithProject

func (o *DeleteWarehouseParams) WithProject(project string) *DeleteWarehouseParams

WithProject adds the project to the delete warehouse params

func (*DeleteWarehouseParams) WithTimeout

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

WithTimeout adds the timeout to the delete warehouse params

func (*DeleteWarehouseParams) WithWarehouse

func (o *DeleteWarehouseParams) WithWarehouse(warehouse string) *DeleteWarehouseParams

WithWarehouse adds the warehouse to the delete warehouse params

func (*DeleteWarehouseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteWarehouseReader

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

DeleteWarehouseReader is a Reader for the DeleteWarehouse structure.

func (*DeleteWarehouseReader) ReadResponse

func (o *DeleteWarehouseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetClusterPromotionTaskOK

type GetClusterPromotionTaskOK struct {
	Payload any
}

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

ClusterPromotionTask custom resource (github.com/akuity/kargo/api/v1alpha1.ClusterPromotionTask)

func NewGetClusterPromotionTaskOK

func NewGetClusterPromotionTaskOK() *GetClusterPromotionTaskOK

NewGetClusterPromotionTaskOK creates a GetClusterPromotionTaskOK with default headers values

func (*GetClusterPromotionTaskOK) Code

func (o *GetClusterPromotionTaskOK) Code() int

Code gets the status code for the get cluster promotion task o k response

func (*GetClusterPromotionTaskOK) Error

func (o *GetClusterPromotionTaskOK) Error() string

func (*GetClusterPromotionTaskOK) GetPayload

func (o *GetClusterPromotionTaskOK) GetPayload() any

func (*GetClusterPromotionTaskOK) IsClientError

func (o *GetClusterPromotionTaskOK) IsClientError() bool

IsClientError returns true when this get cluster promotion task o k response has a 4xx status code

func (*GetClusterPromotionTaskOK) IsCode

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

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

func (*GetClusterPromotionTaskOK) IsRedirect

func (o *GetClusterPromotionTaskOK) IsRedirect() bool

IsRedirect returns true when this get cluster promotion task o k response has a 3xx status code

func (*GetClusterPromotionTaskOK) IsServerError

func (o *GetClusterPromotionTaskOK) IsServerError() bool

IsServerError returns true when this get cluster promotion task o k response has a 5xx status code

func (*GetClusterPromotionTaskOK) IsSuccess

func (o *GetClusterPromotionTaskOK) IsSuccess() bool

IsSuccess returns true when this get cluster promotion task o k response has a 2xx status code

func (*GetClusterPromotionTaskOK) String

func (o *GetClusterPromotionTaskOK) String() string

type GetClusterPromotionTaskParams

type GetClusterPromotionTaskParams struct {

	/* ClusterPromotionTask.

	   ClusterPromotionTask name
	*/
	ClusterPromotionTask string

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

GetClusterPromotionTaskParams contains all the parameters to send to the API endpoint

for the get cluster promotion task operation.

Typically these are written to a http.Request.

func NewGetClusterPromotionTaskParams

func NewGetClusterPromotionTaskParams() *GetClusterPromotionTaskParams

NewGetClusterPromotionTaskParams creates a new GetClusterPromotionTaskParams 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 NewGetClusterPromotionTaskParamsWithContext

func NewGetClusterPromotionTaskParamsWithContext(ctx context.Context) *GetClusterPromotionTaskParams

NewGetClusterPromotionTaskParamsWithContext creates a new GetClusterPromotionTaskParams object with the ability to set a context for a request.

func NewGetClusterPromotionTaskParamsWithHTTPClient

func NewGetClusterPromotionTaskParamsWithHTTPClient(client *http.Client) *GetClusterPromotionTaskParams

NewGetClusterPromotionTaskParamsWithHTTPClient creates a new GetClusterPromotionTaskParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterPromotionTaskParamsWithTimeout

func NewGetClusterPromotionTaskParamsWithTimeout(timeout time.Duration) *GetClusterPromotionTaskParams

NewGetClusterPromotionTaskParamsWithTimeout creates a new GetClusterPromotionTaskParams object with the ability to set a timeout on a request.

func (*GetClusterPromotionTaskParams) SetClusterPromotionTask

func (o *GetClusterPromotionTaskParams) SetClusterPromotionTask(clusterPromotionTask string)

SetClusterPromotionTask adds the clusterPromotionTask to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) SetContext

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

SetContext adds the context to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) SetDefaults

func (o *GetClusterPromotionTaskParams) SetDefaults()

SetDefaults hydrates default values in the get cluster promotion task params (not the query body).

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

func (*GetClusterPromotionTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) WithClusterPromotionTask

func (o *GetClusterPromotionTaskParams) WithClusterPromotionTask(clusterPromotionTask string) *GetClusterPromotionTaskParams

WithClusterPromotionTask adds the clusterPromotionTask to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) WithContext

WithContext adds the context to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) WithDefaults

WithDefaults hydrates default values in the get cluster promotion task params (not the query body).

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

func (*GetClusterPromotionTaskParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) WithTimeout

WithTimeout adds the timeout to the get cluster promotion task params

func (*GetClusterPromotionTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterPromotionTaskReader

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

GetClusterPromotionTaskReader is a Reader for the GetClusterPromotionTask structure.

func (*GetClusterPromotionTaskReader) ReadResponse

func (o *GetClusterPromotionTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetFreightOK

type GetFreightOK struct {
	Payload any
}

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

Freight custom resource (github.com/akuity/kargo/api/v1alpha1.Freight)

func NewGetFreightOK

func NewGetFreightOK() *GetFreightOK

NewGetFreightOK creates a GetFreightOK with default headers values

func (*GetFreightOK) Code

func (o *GetFreightOK) Code() int

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

func (*GetFreightOK) Error

func (o *GetFreightOK) Error() string

func (*GetFreightOK) GetPayload

func (o *GetFreightOK) GetPayload() any

func (*GetFreightOK) IsClientError

func (o *GetFreightOK) IsClientError() bool

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

func (*GetFreightOK) IsCode

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

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

func (*GetFreightOK) IsRedirect

func (o *GetFreightOK) IsRedirect() bool

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

func (*GetFreightOK) IsServerError

func (o *GetFreightOK) IsServerError() bool

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

func (*GetFreightOK) IsSuccess

func (o *GetFreightOK) IsSuccess() bool

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

func (*GetFreightOK) String

func (o *GetFreightOK) String() string

type GetFreightParams

type GetFreightParams struct {

	/* FreightNameOrAlias.

	   Freight name or alias
	*/
	FreightNameOrAlias string

	/* Project.

	   Project name
	*/
	Project string

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

GetFreightParams contains all the parameters to send to the API endpoint

for the get freight operation.

Typically these are written to a http.Request.

func NewGetFreightParams

func NewGetFreightParams() *GetFreightParams

NewGetFreightParams creates a new GetFreightParams 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 NewGetFreightParamsWithContext

func NewGetFreightParamsWithContext(ctx context.Context) *GetFreightParams

NewGetFreightParamsWithContext creates a new GetFreightParams object with the ability to set a context for a request.

func NewGetFreightParamsWithHTTPClient

func NewGetFreightParamsWithHTTPClient(client *http.Client) *GetFreightParams

NewGetFreightParamsWithHTTPClient creates a new GetFreightParams object with the ability to set a custom HTTPClient for a request.

func NewGetFreightParamsWithTimeout

func NewGetFreightParamsWithTimeout(timeout time.Duration) *GetFreightParams

NewGetFreightParamsWithTimeout creates a new GetFreightParams object with the ability to set a timeout on a request.

func (*GetFreightParams) SetContext

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

SetContext adds the context to the get freight params

func (*GetFreightParams) SetDefaults

func (o *GetFreightParams) SetDefaults()

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

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

func (*GetFreightParams) SetFreightNameOrAlias

func (o *GetFreightParams) SetFreightNameOrAlias(freightNameOrAlias string)

SetFreightNameOrAlias adds the freightNameOrAlias to the get freight params

func (*GetFreightParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get freight params

func (*GetFreightParams) SetProject

func (o *GetFreightParams) SetProject(project string)

SetProject adds the project to the get freight params

func (*GetFreightParams) SetTimeout

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

SetTimeout adds the timeout to the get freight params

func (*GetFreightParams) WithContext

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

WithContext adds the context to the get freight params

func (*GetFreightParams) WithDefaults

func (o *GetFreightParams) WithDefaults() *GetFreightParams

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

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

func (*GetFreightParams) WithFreightNameOrAlias

func (o *GetFreightParams) WithFreightNameOrAlias(freightNameOrAlias string) *GetFreightParams

WithFreightNameOrAlias adds the freightNameOrAlias to the get freight params

func (*GetFreightParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get freight params

func (*GetFreightParams) WithProject

func (o *GetFreightParams) WithProject(project string) *GetFreightParams

WithProject adds the project to the get freight params

func (*GetFreightParams) WithTimeout

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

WithTimeout adds the timeout to the get freight params

func (*GetFreightParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetFreightReader

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

GetFreightReader is a Reader for the GetFreight structure.

func (*GetFreightReader) ReadResponse

func (o *GetFreightReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetProjectConfigMapOK

type GetProjectConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewGetProjectConfigMapOK

func NewGetProjectConfigMapOK() *GetProjectConfigMapOK

NewGetProjectConfigMapOK creates a GetProjectConfigMapOK with default headers values

func (*GetProjectConfigMapOK) Code

func (o *GetProjectConfigMapOK) Code() int

Code gets the status code for the get project config map o k response

func (*GetProjectConfigMapOK) Error

func (o *GetProjectConfigMapOK) Error() string

func (*GetProjectConfigMapOK) GetPayload

func (o *GetProjectConfigMapOK) GetPayload() any

func (*GetProjectConfigMapOK) IsClientError

func (o *GetProjectConfigMapOK) IsClientError() bool

IsClientError returns true when this get project config map o k response has a 4xx status code

func (*GetProjectConfigMapOK) IsCode

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

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

func (*GetProjectConfigMapOK) IsRedirect

func (o *GetProjectConfigMapOK) IsRedirect() bool

IsRedirect returns true when this get project config map o k response has a 3xx status code

func (*GetProjectConfigMapOK) IsServerError

func (o *GetProjectConfigMapOK) IsServerError() bool

IsServerError returns true when this get project config map o k response has a 5xx status code

func (*GetProjectConfigMapOK) IsSuccess

func (o *GetProjectConfigMapOK) IsSuccess() bool

IsSuccess returns true when this get project config map o k response has a 2xx status code

func (*GetProjectConfigMapOK) String

func (o *GetProjectConfigMapOK) String() string

type GetProjectConfigMapParams

type GetProjectConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

	/* Project.

	   Project name
	*/
	Project string

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

GetProjectConfigMapParams contains all the parameters to send to the API endpoint

for the get project config map operation.

Typically these are written to a http.Request.

func NewGetProjectConfigMapParams

func NewGetProjectConfigMapParams() *GetProjectConfigMapParams

NewGetProjectConfigMapParams creates a new GetProjectConfigMapParams 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 NewGetProjectConfigMapParamsWithContext

func NewGetProjectConfigMapParamsWithContext(ctx context.Context) *GetProjectConfigMapParams

NewGetProjectConfigMapParamsWithContext creates a new GetProjectConfigMapParams object with the ability to set a context for a request.

func NewGetProjectConfigMapParamsWithHTTPClient

func NewGetProjectConfigMapParamsWithHTTPClient(client *http.Client) *GetProjectConfigMapParams

NewGetProjectConfigMapParamsWithHTTPClient creates a new GetProjectConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectConfigMapParamsWithTimeout

func NewGetProjectConfigMapParamsWithTimeout(timeout time.Duration) *GetProjectConfigMapParams

NewGetProjectConfigMapParamsWithTimeout creates a new GetProjectConfigMapParams object with the ability to set a timeout on a request.

func (*GetProjectConfigMapParams) SetConfigmap

func (o *GetProjectConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the get project config map params

func (*GetProjectConfigMapParams) SetContext

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

SetContext adds the context to the get project config map params

func (*GetProjectConfigMapParams) SetDefaults

func (o *GetProjectConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the get project config map params (not the query body).

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

func (*GetProjectConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project config map params

func (*GetProjectConfigMapParams) SetProject

func (o *GetProjectConfigMapParams) SetProject(project string)

SetProject adds the project to the get project config map params

func (*GetProjectConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the get project config map params

func (*GetProjectConfigMapParams) WithConfigmap

func (o *GetProjectConfigMapParams) WithConfigmap(configmap string) *GetProjectConfigMapParams

WithConfigmap adds the configmap to the get project config map params

func (*GetProjectConfigMapParams) WithContext

WithContext adds the context to the get project config map params

func (*GetProjectConfigMapParams) WithDefaults

WithDefaults hydrates default values in the get project config map params (not the query body).

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

func (*GetProjectConfigMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get project config map params

func (*GetProjectConfigMapParams) WithProject

WithProject adds the project to the get project config map params

func (*GetProjectConfigMapParams) WithTimeout

WithTimeout adds the timeout to the get project config map params

func (*GetProjectConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectConfigMapReader

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

GetProjectConfigMapReader is a Reader for the GetProjectConfigMap structure.

func (*GetProjectConfigMapReader) ReadResponse

func (o *GetProjectConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetProjectConfigOK

type GetProjectConfigOK struct {
	Payload any
}

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

ProjectConfig custom resource (github.com/akuity/kargo/api/v1alpha1.ProjectConfig)

func NewGetProjectConfigOK

func NewGetProjectConfigOK() *GetProjectConfigOK

NewGetProjectConfigOK creates a GetProjectConfigOK with default headers values

func (*GetProjectConfigOK) Code

func (o *GetProjectConfigOK) Code() int

Code gets the status code for the get project config o k response

func (*GetProjectConfigOK) Error

func (o *GetProjectConfigOK) Error() string

func (*GetProjectConfigOK) GetPayload

func (o *GetProjectConfigOK) GetPayload() any

func (*GetProjectConfigOK) IsClientError

func (o *GetProjectConfigOK) IsClientError() bool

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

func (*GetProjectConfigOK) IsCode

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

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

func (*GetProjectConfigOK) IsRedirect

func (o *GetProjectConfigOK) IsRedirect() bool

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

func (*GetProjectConfigOK) IsServerError

func (o *GetProjectConfigOK) IsServerError() bool

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

func (*GetProjectConfigOK) IsSuccess

func (o *GetProjectConfigOK) IsSuccess() bool

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

func (*GetProjectConfigOK) String

func (o *GetProjectConfigOK) String() string

type GetProjectConfigParams

type GetProjectConfigParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

GetProjectConfigParams contains all the parameters to send to the API endpoint

for the get project config operation.

Typically these are written to a http.Request.

func NewGetProjectConfigParams

func NewGetProjectConfigParams() *GetProjectConfigParams

NewGetProjectConfigParams creates a new GetProjectConfigParams 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 NewGetProjectConfigParamsWithContext

func NewGetProjectConfigParamsWithContext(ctx context.Context) *GetProjectConfigParams

NewGetProjectConfigParamsWithContext creates a new GetProjectConfigParams object with the ability to set a context for a request.

func NewGetProjectConfigParamsWithHTTPClient

func NewGetProjectConfigParamsWithHTTPClient(client *http.Client) *GetProjectConfigParams

NewGetProjectConfigParamsWithHTTPClient creates a new GetProjectConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectConfigParamsWithTimeout

func NewGetProjectConfigParamsWithTimeout(timeout time.Duration) *GetProjectConfigParams

NewGetProjectConfigParamsWithTimeout creates a new GetProjectConfigParams object with the ability to set a timeout on a request.

func (*GetProjectConfigParams) SetContext

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

SetContext adds the context to the get project config params

func (*GetProjectConfigParams) SetDefaults

func (o *GetProjectConfigParams) SetDefaults()

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

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

func (*GetProjectConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project config params

func (*GetProjectConfigParams) SetProject

func (o *GetProjectConfigParams) SetProject(project string)

SetProject adds the project to the get project config params

func (*GetProjectConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get project config params

func (*GetProjectConfigParams) WithContext

WithContext adds the context to the get project config params

func (*GetProjectConfigParams) WithDefaults

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

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

func (*GetProjectConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get project config params

func (*GetProjectConfigParams) WithProject

func (o *GetProjectConfigParams) WithProject(project string) *GetProjectConfigParams

WithProject adds the project to the get project config params

func (*GetProjectConfigParams) WithTimeout

WithTimeout adds the timeout to the get project config params

func (*GetProjectConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectConfigReader

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

GetProjectConfigReader is a Reader for the GetProjectConfig structure.

func (*GetProjectConfigReader) ReadResponse

func (o *GetProjectConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetProjectOK

type GetProjectOK struct {
	Payload any
}

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

Project custom resource (github.com/akuity/kargo/api/v1alpha1.Project)

func NewGetProjectOK

func NewGetProjectOK() *GetProjectOK

NewGetProjectOK creates a GetProjectOK with default headers values

func (*GetProjectOK) Code

func (o *GetProjectOK) Code() int

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

func (*GetProjectOK) Error

func (o *GetProjectOK) Error() string

func (*GetProjectOK) GetPayload

func (o *GetProjectOK) GetPayload() any

func (*GetProjectOK) IsClientError

func (o *GetProjectOK) IsClientError() bool

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

func (*GetProjectOK) IsCode

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

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

func (*GetProjectOK) IsRedirect

func (o *GetProjectOK) IsRedirect() bool

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

func (*GetProjectOK) IsServerError

func (o *GetProjectOK) IsServerError() bool

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

func (*GetProjectOK) IsSuccess

func (o *GetProjectOK) IsSuccess() bool

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

func (*GetProjectOK) String

func (o *GetProjectOK) String() string

type GetProjectParams

type GetProjectParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

GetProjectParams contains all the parameters to send to the API endpoint

for the get project operation.

Typically these are written to a http.Request.

func NewGetProjectParams

func NewGetProjectParams() *GetProjectParams

NewGetProjectParams creates a new GetProjectParams 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 NewGetProjectParamsWithContext

func NewGetProjectParamsWithContext(ctx context.Context) *GetProjectParams

NewGetProjectParamsWithContext creates a new GetProjectParams object with the ability to set a context for a request.

func NewGetProjectParamsWithHTTPClient

func NewGetProjectParamsWithHTTPClient(client *http.Client) *GetProjectParams

NewGetProjectParamsWithHTTPClient creates a new GetProjectParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectParamsWithTimeout

func NewGetProjectParamsWithTimeout(timeout time.Duration) *GetProjectParams

NewGetProjectParamsWithTimeout creates a new GetProjectParams object with the ability to set a timeout on a request.

func (*GetProjectParams) SetContext

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

SetContext adds the context to the get project params

func (*GetProjectParams) SetDefaults

func (o *GetProjectParams) SetDefaults()

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

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

func (*GetProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project params

func (*GetProjectParams) SetProject

func (o *GetProjectParams) SetProject(project string)

SetProject adds the project to the get project params

func (*GetProjectParams) SetTimeout

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

SetTimeout adds the timeout to the get project params

func (*GetProjectParams) WithContext

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

WithContext adds the context to the get project params

func (*GetProjectParams) WithDefaults

func (o *GetProjectParams) WithDefaults() *GetProjectParams

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

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

func (*GetProjectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get project params

func (*GetProjectParams) WithProject

func (o *GetProjectParams) WithProject(project string) *GetProjectParams

WithProject adds the project to the get project params

func (*GetProjectParams) WithTimeout

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

WithTimeout adds the timeout to the get project params

func (*GetProjectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProjectReader

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

GetProjectReader is a Reader for the GetProject structure.

func (*GetProjectReader) ReadResponse

func (o *GetProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetPromotionOK

type GetPromotionOK struct {
	Payload any
}

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

Promotion custom resource (github.com/akuity/kargo/api/v1alpha1.Promotion)

func NewGetPromotionOK

func NewGetPromotionOK() *GetPromotionOK

NewGetPromotionOK creates a GetPromotionOK with default headers values

func (*GetPromotionOK) Code

func (o *GetPromotionOK) Code() int

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

func (*GetPromotionOK) Error

func (o *GetPromotionOK) Error() string

func (*GetPromotionOK) GetPayload

func (o *GetPromotionOK) GetPayload() any

func (*GetPromotionOK) IsClientError

func (o *GetPromotionOK) IsClientError() bool

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

func (*GetPromotionOK) IsCode

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

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

func (*GetPromotionOK) IsRedirect

func (o *GetPromotionOK) IsRedirect() bool

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

func (*GetPromotionOK) IsServerError

func (o *GetPromotionOK) IsServerError() bool

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

func (*GetPromotionOK) IsSuccess

func (o *GetPromotionOK) IsSuccess() bool

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

func (*GetPromotionOK) String

func (o *GetPromotionOK) String() string

type GetPromotionParams

type GetPromotionParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Promotion.

	   Promotion name
	*/
	Promotion string

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

GetPromotionParams contains all the parameters to send to the API endpoint

for the get promotion operation.

Typically these are written to a http.Request.

func NewGetPromotionParams

func NewGetPromotionParams() *GetPromotionParams

NewGetPromotionParams creates a new GetPromotionParams 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 NewGetPromotionParamsWithContext

func NewGetPromotionParamsWithContext(ctx context.Context) *GetPromotionParams

NewGetPromotionParamsWithContext creates a new GetPromotionParams object with the ability to set a context for a request.

func NewGetPromotionParamsWithHTTPClient

func NewGetPromotionParamsWithHTTPClient(client *http.Client) *GetPromotionParams

NewGetPromotionParamsWithHTTPClient creates a new GetPromotionParams object with the ability to set a custom HTTPClient for a request.

func NewGetPromotionParamsWithTimeout

func NewGetPromotionParamsWithTimeout(timeout time.Duration) *GetPromotionParams

NewGetPromotionParamsWithTimeout creates a new GetPromotionParams object with the ability to set a timeout on a request.

func (*GetPromotionParams) SetContext

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

SetContext adds the context to the get promotion params

func (*GetPromotionParams) SetDefaults

func (o *GetPromotionParams) SetDefaults()

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

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

func (*GetPromotionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get promotion params

func (*GetPromotionParams) SetProject

func (o *GetPromotionParams) SetProject(project string)

SetProject adds the project to the get promotion params

func (*GetPromotionParams) SetPromotion

func (o *GetPromotionParams) SetPromotion(promotion string)

SetPromotion adds the promotion to the get promotion params

func (*GetPromotionParams) SetTimeout

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

SetTimeout adds the timeout to the get promotion params

func (*GetPromotionParams) WithContext

WithContext adds the context to the get promotion params

func (*GetPromotionParams) WithDefaults

func (o *GetPromotionParams) WithDefaults() *GetPromotionParams

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

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

func (*GetPromotionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get promotion params

func (*GetPromotionParams) WithProject

func (o *GetPromotionParams) WithProject(project string) *GetPromotionParams

WithProject adds the project to the get promotion params

func (*GetPromotionParams) WithPromotion

func (o *GetPromotionParams) WithPromotion(promotion string) *GetPromotionParams

WithPromotion adds the promotion to the get promotion params

func (*GetPromotionParams) WithTimeout

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

WithTimeout adds the timeout to the get promotion params

func (*GetPromotionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPromotionReader

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

GetPromotionReader is a Reader for the GetPromotion structure.

func (*GetPromotionReader) ReadResponse

func (o *GetPromotionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetPromotionTaskOK

type GetPromotionTaskOK struct {
	Payload any
}

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

PromotionTask custom resource (github.com/akuity/kargo/api/v1alpha1.PromotionTask)

func NewGetPromotionTaskOK

func NewGetPromotionTaskOK() *GetPromotionTaskOK

NewGetPromotionTaskOK creates a GetPromotionTaskOK with default headers values

func (*GetPromotionTaskOK) Code

func (o *GetPromotionTaskOK) Code() int

Code gets the status code for the get promotion task o k response

func (*GetPromotionTaskOK) Error

func (o *GetPromotionTaskOK) Error() string

func (*GetPromotionTaskOK) GetPayload

func (o *GetPromotionTaskOK) GetPayload() any

func (*GetPromotionTaskOK) IsClientError

func (o *GetPromotionTaskOK) IsClientError() bool

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

func (*GetPromotionTaskOK) IsCode

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

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

func (*GetPromotionTaskOK) IsRedirect

func (o *GetPromotionTaskOK) IsRedirect() bool

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

func (*GetPromotionTaskOK) IsServerError

func (o *GetPromotionTaskOK) IsServerError() bool

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

func (*GetPromotionTaskOK) IsSuccess

func (o *GetPromotionTaskOK) IsSuccess() bool

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

func (*GetPromotionTaskOK) String

func (o *GetPromotionTaskOK) String() string

type GetPromotionTaskParams

type GetPromotionTaskParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* PromotionTask.

	   PromotionTask name
	*/
	PromotionTask string

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

GetPromotionTaskParams contains all the parameters to send to the API endpoint

for the get promotion task operation.

Typically these are written to a http.Request.

func NewGetPromotionTaskParams

func NewGetPromotionTaskParams() *GetPromotionTaskParams

NewGetPromotionTaskParams creates a new GetPromotionTaskParams 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 NewGetPromotionTaskParamsWithContext

func NewGetPromotionTaskParamsWithContext(ctx context.Context) *GetPromotionTaskParams

NewGetPromotionTaskParamsWithContext creates a new GetPromotionTaskParams object with the ability to set a context for a request.

func NewGetPromotionTaskParamsWithHTTPClient

func NewGetPromotionTaskParamsWithHTTPClient(client *http.Client) *GetPromotionTaskParams

NewGetPromotionTaskParamsWithHTTPClient creates a new GetPromotionTaskParams object with the ability to set a custom HTTPClient for a request.

func NewGetPromotionTaskParamsWithTimeout

func NewGetPromotionTaskParamsWithTimeout(timeout time.Duration) *GetPromotionTaskParams

NewGetPromotionTaskParamsWithTimeout creates a new GetPromotionTaskParams object with the ability to set a timeout on a request.

func (*GetPromotionTaskParams) SetContext

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

SetContext adds the context to the get promotion task params

func (*GetPromotionTaskParams) SetDefaults

func (o *GetPromotionTaskParams) SetDefaults()

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

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

func (*GetPromotionTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get promotion task params

func (*GetPromotionTaskParams) SetProject

func (o *GetPromotionTaskParams) SetProject(project string)

SetProject adds the project to the get promotion task params

func (*GetPromotionTaskParams) SetPromotionTask

func (o *GetPromotionTaskParams) SetPromotionTask(promotionTask string)

SetPromotionTask adds the promotionTask to the get promotion task params

func (*GetPromotionTaskParams) SetTimeout

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

SetTimeout adds the timeout to the get promotion task params

func (*GetPromotionTaskParams) WithContext

WithContext adds the context to the get promotion task params

func (*GetPromotionTaskParams) WithDefaults

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

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

func (*GetPromotionTaskParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get promotion task params

func (*GetPromotionTaskParams) WithProject

func (o *GetPromotionTaskParams) WithProject(project string) *GetPromotionTaskParams

WithProject adds the project to the get promotion task params

func (*GetPromotionTaskParams) WithPromotionTask

func (o *GetPromotionTaskParams) WithPromotionTask(promotionTask string) *GetPromotionTaskParams

WithPromotionTask adds the promotionTask to the get promotion task params

func (*GetPromotionTaskParams) WithTimeout

WithTimeout adds the timeout to the get promotion task params

func (*GetPromotionTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPromotionTaskReader

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

GetPromotionTaskReader is a Reader for the GetPromotionTask structure.

func (*GetPromotionTaskReader) ReadResponse

func (o *GetPromotionTaskReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSharedConfigMapOK

type GetSharedConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewGetSharedConfigMapOK

func NewGetSharedConfigMapOK() *GetSharedConfigMapOK

NewGetSharedConfigMapOK creates a GetSharedConfigMapOK with default headers values

func (*GetSharedConfigMapOK) Code

func (o *GetSharedConfigMapOK) Code() int

Code gets the status code for the get shared config map o k response

func (*GetSharedConfigMapOK) Error

func (o *GetSharedConfigMapOK) Error() string

func (*GetSharedConfigMapOK) GetPayload

func (o *GetSharedConfigMapOK) GetPayload() any

func (*GetSharedConfigMapOK) IsClientError

func (o *GetSharedConfigMapOK) IsClientError() bool

IsClientError returns true when this get shared config map o k response has a 4xx status code

func (*GetSharedConfigMapOK) IsCode

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

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

func (*GetSharedConfigMapOK) IsRedirect

func (o *GetSharedConfigMapOK) IsRedirect() bool

IsRedirect returns true when this get shared config map o k response has a 3xx status code

func (*GetSharedConfigMapOK) IsServerError

func (o *GetSharedConfigMapOK) IsServerError() bool

IsServerError returns true when this get shared config map o k response has a 5xx status code

func (*GetSharedConfigMapOK) IsSuccess

func (o *GetSharedConfigMapOK) IsSuccess() bool

IsSuccess returns true when this get shared config map o k response has a 2xx status code

func (*GetSharedConfigMapOK) String

func (o *GetSharedConfigMapOK) String() string

type GetSharedConfigMapParams

type GetSharedConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

GetSharedConfigMapParams contains all the parameters to send to the API endpoint

for the get shared config map operation.

Typically these are written to a http.Request.

func NewGetSharedConfigMapParams

func NewGetSharedConfigMapParams() *GetSharedConfigMapParams

NewGetSharedConfigMapParams creates a new GetSharedConfigMapParams 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 NewGetSharedConfigMapParamsWithContext

func NewGetSharedConfigMapParamsWithContext(ctx context.Context) *GetSharedConfigMapParams

NewGetSharedConfigMapParamsWithContext creates a new GetSharedConfigMapParams object with the ability to set a context for a request.

func NewGetSharedConfigMapParamsWithHTTPClient

func NewGetSharedConfigMapParamsWithHTTPClient(client *http.Client) *GetSharedConfigMapParams

NewGetSharedConfigMapParamsWithHTTPClient creates a new GetSharedConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewGetSharedConfigMapParamsWithTimeout

func NewGetSharedConfigMapParamsWithTimeout(timeout time.Duration) *GetSharedConfigMapParams

NewGetSharedConfigMapParamsWithTimeout creates a new GetSharedConfigMapParams object with the ability to set a timeout on a request.

func (*GetSharedConfigMapParams) SetConfigmap

func (o *GetSharedConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the get shared config map params

func (*GetSharedConfigMapParams) SetContext

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

SetContext adds the context to the get shared config map params

func (*GetSharedConfigMapParams) SetDefaults

func (o *GetSharedConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the get shared config map params (not the query body).

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

func (*GetSharedConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shared config map params

func (*GetSharedConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the get shared config map params

func (*GetSharedConfigMapParams) WithConfigmap

func (o *GetSharedConfigMapParams) WithConfigmap(configmap string) *GetSharedConfigMapParams

WithConfigmap adds the configmap to the get shared config map params

func (*GetSharedConfigMapParams) WithContext

WithContext adds the context to the get shared config map params

func (*GetSharedConfigMapParams) WithDefaults

WithDefaults hydrates default values in the get shared config map params (not the query body).

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

func (*GetSharedConfigMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get shared config map params

func (*GetSharedConfigMapParams) WithTimeout

WithTimeout adds the timeout to the get shared config map params

func (*GetSharedConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSharedConfigMapReader

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

GetSharedConfigMapReader is a Reader for the GetSharedConfigMap structure.

func (*GetSharedConfigMapReader) ReadResponse

func (o *GetSharedConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetStageOK

type GetStageOK struct {
	Payload any
}

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

Stage custom resource (github.com/akuity/kargo/api/v1alpha1.Stage)

func NewGetStageOK

func NewGetStageOK() *GetStageOK

NewGetStageOK creates a GetStageOK with default headers values

func (*GetStageOK) Code

func (o *GetStageOK) Code() int

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

func (*GetStageOK) Error

func (o *GetStageOK) Error() string

func (*GetStageOK) GetPayload

func (o *GetStageOK) GetPayload() any

func (*GetStageOK) IsClientError

func (o *GetStageOK) IsClientError() bool

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

func (*GetStageOK) IsCode

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

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

func (*GetStageOK) IsRedirect

func (o *GetStageOK) IsRedirect() bool

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

func (*GetStageOK) IsServerError

func (o *GetStageOK) IsServerError() bool

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

func (*GetStageOK) IsSuccess

func (o *GetStageOK) IsSuccess() bool

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

func (*GetStageOK) String

func (o *GetStageOK) String() string

type GetStageParams

type GetStageParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

GetStageParams contains all the parameters to send to the API endpoint

for the get stage operation.

Typically these are written to a http.Request.

func NewGetStageParams

func NewGetStageParams() *GetStageParams

NewGetStageParams creates a new GetStageParams 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 NewGetStageParamsWithContext

func NewGetStageParamsWithContext(ctx context.Context) *GetStageParams

NewGetStageParamsWithContext creates a new GetStageParams object with the ability to set a context for a request.

func NewGetStageParamsWithHTTPClient

func NewGetStageParamsWithHTTPClient(client *http.Client) *GetStageParams

NewGetStageParamsWithHTTPClient creates a new GetStageParams object with the ability to set a custom HTTPClient for a request.

func NewGetStageParamsWithTimeout

func NewGetStageParamsWithTimeout(timeout time.Duration) *GetStageParams

NewGetStageParamsWithTimeout creates a new GetStageParams object with the ability to set a timeout on a request.

func (*GetStageParams) SetContext

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

SetContext adds the context to the get stage params

func (*GetStageParams) SetDefaults

func (o *GetStageParams) SetDefaults()

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

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

func (*GetStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stage params

func (*GetStageParams) SetProject

func (o *GetStageParams) SetProject(project string)

SetProject adds the project to the get stage params

func (*GetStageParams) SetStage

func (o *GetStageParams) SetStage(stage string)

SetStage adds the stage to the get stage params

func (*GetStageParams) SetTimeout

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

SetTimeout adds the timeout to the get stage params

func (*GetStageParams) WithContext

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

WithContext adds the context to the get stage params

func (*GetStageParams) WithDefaults

func (o *GetStageParams) WithDefaults() *GetStageParams

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

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

func (*GetStageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get stage params

func (*GetStageParams) WithProject

func (o *GetStageParams) WithProject(project string) *GetStageParams

WithProject adds the project to the get stage params

func (*GetStageParams) WithStage

func (o *GetStageParams) WithStage(stage string) *GetStageParams

WithStage adds the stage to the get stage params

func (*GetStageParams) WithTimeout

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

WithTimeout adds the timeout to the get stage params

func (*GetStageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStageReader

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

GetStageReader is a Reader for the GetStage structure.

func (*GetStageReader) ReadResponse

func (o *GetStageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetSystemConfigMapOK

type GetSystemConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewGetSystemConfigMapOK

func NewGetSystemConfigMapOK() *GetSystemConfigMapOK

NewGetSystemConfigMapOK creates a GetSystemConfigMapOK with default headers values

func (*GetSystemConfigMapOK) Code

func (o *GetSystemConfigMapOK) Code() int

Code gets the status code for the get system config map o k response

func (*GetSystemConfigMapOK) Error

func (o *GetSystemConfigMapOK) Error() string

func (*GetSystemConfigMapOK) GetPayload

func (o *GetSystemConfigMapOK) GetPayload() any

func (*GetSystemConfigMapOK) IsClientError

func (o *GetSystemConfigMapOK) IsClientError() bool

IsClientError returns true when this get system config map o k response has a 4xx status code

func (*GetSystemConfigMapOK) IsCode

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

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

func (*GetSystemConfigMapOK) IsRedirect

func (o *GetSystemConfigMapOK) IsRedirect() bool

IsRedirect returns true when this get system config map o k response has a 3xx status code

func (*GetSystemConfigMapOK) IsServerError

func (o *GetSystemConfigMapOK) IsServerError() bool

IsServerError returns true when this get system config map o k response has a 5xx status code

func (*GetSystemConfigMapOK) IsSuccess

func (o *GetSystemConfigMapOK) IsSuccess() bool

IsSuccess returns true when this get system config map o k response has a 2xx status code

func (*GetSystemConfigMapOK) String

func (o *GetSystemConfigMapOK) String() string

type GetSystemConfigMapParams

type GetSystemConfigMapParams struct {

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

GetSystemConfigMapParams contains all the parameters to send to the API endpoint

for the get system config map operation.

Typically these are written to a http.Request.

func NewGetSystemConfigMapParams

func NewGetSystemConfigMapParams() *GetSystemConfigMapParams

NewGetSystemConfigMapParams creates a new GetSystemConfigMapParams 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 NewGetSystemConfigMapParamsWithContext

func NewGetSystemConfigMapParamsWithContext(ctx context.Context) *GetSystemConfigMapParams

NewGetSystemConfigMapParamsWithContext creates a new GetSystemConfigMapParams object with the ability to set a context for a request.

func NewGetSystemConfigMapParamsWithHTTPClient

func NewGetSystemConfigMapParamsWithHTTPClient(client *http.Client) *GetSystemConfigMapParams

NewGetSystemConfigMapParamsWithHTTPClient creates a new GetSystemConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemConfigMapParamsWithTimeout

func NewGetSystemConfigMapParamsWithTimeout(timeout time.Duration) *GetSystemConfigMapParams

NewGetSystemConfigMapParamsWithTimeout creates a new GetSystemConfigMapParams object with the ability to set a timeout on a request.

func (*GetSystemConfigMapParams) SetConfigmap

func (o *GetSystemConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the get system config map params

func (*GetSystemConfigMapParams) SetContext

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

SetContext adds the context to the get system config map params

func (*GetSystemConfigMapParams) SetDefaults

func (o *GetSystemConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the get system config map params (not the query body).

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

func (*GetSystemConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system config map params

func (*GetSystemConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the get system config map params

func (*GetSystemConfigMapParams) WithConfigmap

func (o *GetSystemConfigMapParams) WithConfigmap(configmap string) *GetSystemConfigMapParams

WithConfigmap adds the configmap to the get system config map params

func (*GetSystemConfigMapParams) WithContext

WithContext adds the context to the get system config map params

func (*GetSystemConfigMapParams) WithDefaults

WithDefaults hydrates default values in the get system config map params (not the query body).

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

func (*GetSystemConfigMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get system config map params

func (*GetSystemConfigMapParams) WithTimeout

WithTimeout adds the timeout to the get system config map params

func (*GetSystemConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemConfigMapReader

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

GetSystemConfigMapReader is a Reader for the GetSystemConfigMap structure.

func (*GetSystemConfigMapReader) ReadResponse

func (o *GetSystemConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type GetWarehouseOK

type GetWarehouseOK struct {
	Payload any
}

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

Warehouse custom resource (github.com/akuity/kargo/api/v1alpha1.Warehouse)

func NewGetWarehouseOK

func NewGetWarehouseOK() *GetWarehouseOK

NewGetWarehouseOK creates a GetWarehouseOK with default headers values

func (*GetWarehouseOK) Code

func (o *GetWarehouseOK) Code() int

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

func (*GetWarehouseOK) Error

func (o *GetWarehouseOK) Error() string

func (*GetWarehouseOK) GetPayload

func (o *GetWarehouseOK) GetPayload() any

func (*GetWarehouseOK) IsClientError

func (o *GetWarehouseOK) IsClientError() bool

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

func (*GetWarehouseOK) IsCode

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

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

func (*GetWarehouseOK) IsRedirect

func (o *GetWarehouseOK) IsRedirect() bool

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

func (*GetWarehouseOK) IsServerError

func (o *GetWarehouseOK) IsServerError() bool

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

func (*GetWarehouseOK) IsSuccess

func (o *GetWarehouseOK) IsSuccess() bool

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

func (*GetWarehouseOK) String

func (o *GetWarehouseOK) String() string

type GetWarehouseParams

type GetWarehouseParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Warehouse.

	   Warehouse name
	*/
	Warehouse string

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

GetWarehouseParams contains all the parameters to send to the API endpoint

for the get warehouse operation.

Typically these are written to a http.Request.

func NewGetWarehouseParams

func NewGetWarehouseParams() *GetWarehouseParams

NewGetWarehouseParams creates a new GetWarehouseParams 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 NewGetWarehouseParamsWithContext

func NewGetWarehouseParamsWithContext(ctx context.Context) *GetWarehouseParams

NewGetWarehouseParamsWithContext creates a new GetWarehouseParams object with the ability to set a context for a request.

func NewGetWarehouseParamsWithHTTPClient

func NewGetWarehouseParamsWithHTTPClient(client *http.Client) *GetWarehouseParams

NewGetWarehouseParamsWithHTTPClient creates a new GetWarehouseParams object with the ability to set a custom HTTPClient for a request.

func NewGetWarehouseParamsWithTimeout

func NewGetWarehouseParamsWithTimeout(timeout time.Duration) *GetWarehouseParams

NewGetWarehouseParamsWithTimeout creates a new GetWarehouseParams object with the ability to set a timeout on a request.

func (*GetWarehouseParams) SetContext

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

SetContext adds the context to the get warehouse params

func (*GetWarehouseParams) SetDefaults

func (o *GetWarehouseParams) SetDefaults()

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

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

func (*GetWarehouseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get warehouse params

func (*GetWarehouseParams) SetProject

func (o *GetWarehouseParams) SetProject(project string)

SetProject adds the project to the get warehouse params

func (*GetWarehouseParams) SetTimeout

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

SetTimeout adds the timeout to the get warehouse params

func (*GetWarehouseParams) SetWarehouse

func (o *GetWarehouseParams) SetWarehouse(warehouse string)

SetWarehouse adds the warehouse to the get warehouse params

func (*GetWarehouseParams) WithContext

WithContext adds the context to the get warehouse params

func (*GetWarehouseParams) WithDefaults

func (o *GetWarehouseParams) WithDefaults() *GetWarehouseParams

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

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

func (*GetWarehouseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get warehouse params

func (*GetWarehouseParams) WithProject

func (o *GetWarehouseParams) WithProject(project string) *GetWarehouseParams

WithProject adds the project to the get warehouse params

func (*GetWarehouseParams) WithTimeout

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

WithTimeout adds the timeout to the get warehouse params

func (*GetWarehouseParams) WithWarehouse

func (o *GetWarehouseParams) WithWarehouse(warehouse string) *GetWarehouseParams

WithWarehouse adds the warehouse to the get warehouse params

func (*GetWarehouseParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetWarehouseReader

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

GetWarehouseReader is a Reader for the GetWarehouse structure.

func (*GetWarehouseReader) ReadResponse

func (o *GetWarehouseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListClusterPromotionTasksOK

type ListClusterPromotionTasksOK struct {
	Payload any
}

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

ClusterPromotionTaskList custom resource (github.com/akuity/kargo/api/v1alpha1.ClusterPromotionTaskList)

func NewListClusterPromotionTasksOK

func NewListClusterPromotionTasksOK() *ListClusterPromotionTasksOK

NewListClusterPromotionTasksOK creates a ListClusterPromotionTasksOK with default headers values

func (*ListClusterPromotionTasksOK) Code

func (o *ListClusterPromotionTasksOK) Code() int

Code gets the status code for the list cluster promotion tasks o k response

func (*ListClusterPromotionTasksOK) Error

func (*ListClusterPromotionTasksOK) GetPayload

func (o *ListClusterPromotionTasksOK) GetPayload() any

func (*ListClusterPromotionTasksOK) IsClientError

func (o *ListClusterPromotionTasksOK) IsClientError() bool

IsClientError returns true when this list cluster promotion tasks o k response has a 4xx status code

func (*ListClusterPromotionTasksOK) IsCode

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

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

func (*ListClusterPromotionTasksOK) IsRedirect

func (o *ListClusterPromotionTasksOK) IsRedirect() bool

IsRedirect returns true when this list cluster promotion tasks o k response has a 3xx status code

func (*ListClusterPromotionTasksOK) IsServerError

func (o *ListClusterPromotionTasksOK) IsServerError() bool

IsServerError returns true when this list cluster promotion tasks o k response has a 5xx status code

func (*ListClusterPromotionTasksOK) IsSuccess

func (o *ListClusterPromotionTasksOK) IsSuccess() bool

IsSuccess returns true when this list cluster promotion tasks o k response has a 2xx status code

func (*ListClusterPromotionTasksOK) String

func (o *ListClusterPromotionTasksOK) String() string

type ListClusterPromotionTasksParams

type ListClusterPromotionTasksParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListClusterPromotionTasksParams contains all the parameters to send to the API endpoint

for the list cluster promotion tasks operation.

Typically these are written to a http.Request.

func NewListClusterPromotionTasksParams

func NewListClusterPromotionTasksParams() *ListClusterPromotionTasksParams

NewListClusterPromotionTasksParams creates a new ListClusterPromotionTasksParams 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 NewListClusterPromotionTasksParamsWithContext

func NewListClusterPromotionTasksParamsWithContext(ctx context.Context) *ListClusterPromotionTasksParams

NewListClusterPromotionTasksParamsWithContext creates a new ListClusterPromotionTasksParams object with the ability to set a context for a request.

func NewListClusterPromotionTasksParamsWithHTTPClient

func NewListClusterPromotionTasksParamsWithHTTPClient(client *http.Client) *ListClusterPromotionTasksParams

NewListClusterPromotionTasksParamsWithHTTPClient creates a new ListClusterPromotionTasksParams object with the ability to set a custom HTTPClient for a request.

func NewListClusterPromotionTasksParamsWithTimeout

func NewListClusterPromotionTasksParamsWithTimeout(timeout time.Duration) *ListClusterPromotionTasksParams

NewListClusterPromotionTasksParamsWithTimeout creates a new ListClusterPromotionTasksParams object with the ability to set a timeout on a request.

func (*ListClusterPromotionTasksParams) SetContext

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

SetContext adds the context to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) SetDefaults

func (o *ListClusterPromotionTasksParams) SetDefaults()

SetDefaults hydrates default values in the list cluster promotion tasks params (not the query body).

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

func (*ListClusterPromotionTasksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) SetTimeout

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

SetTimeout adds the timeout to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) WithContext

WithContext adds the context to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) WithDefaults

WithDefaults hydrates default values in the list cluster promotion tasks params (not the query body).

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

func (*ListClusterPromotionTasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) WithTimeout

WithTimeout adds the timeout to the list cluster promotion tasks params

func (*ListClusterPromotionTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListClusterPromotionTasksReader

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

ListClusterPromotionTasksReader is a Reader for the ListClusterPromotionTasks structure.

func (*ListClusterPromotionTasksReader) ReadResponse

func (o *ListClusterPromotionTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListImagesOK

type ListImagesOK struct {
	Payload map[string]models.TagMap
}

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

OK

func NewListImagesOK

func NewListImagesOK() *ListImagesOK

NewListImagesOK creates a ListImagesOK with default headers values

func (*ListImagesOK) Code

func (o *ListImagesOK) Code() int

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

func (*ListImagesOK) Error

func (o *ListImagesOK) Error() string

func (*ListImagesOK) GetPayload

func (o *ListImagesOK) GetPayload() map[string]models.TagMap

func (*ListImagesOK) IsClientError

func (o *ListImagesOK) IsClientError() bool

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

func (*ListImagesOK) IsCode

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

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

func (*ListImagesOK) IsRedirect

func (o *ListImagesOK) IsRedirect() bool

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

func (*ListImagesOK) IsServerError

func (o *ListImagesOK) IsServerError() bool

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

func (*ListImagesOK) IsSuccess

func (o *ListImagesOK) IsSuccess() bool

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

func (*ListImagesOK) String

func (o *ListImagesOK) String() string

type ListImagesParams

type ListImagesParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListImagesParams contains all the parameters to send to the API endpoint

for the list images operation.

Typically these are written to a http.Request.

func NewListImagesParams

func NewListImagesParams() *ListImagesParams

NewListImagesParams creates a new ListImagesParams 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 NewListImagesParamsWithContext

func NewListImagesParamsWithContext(ctx context.Context) *ListImagesParams

NewListImagesParamsWithContext creates a new ListImagesParams object with the ability to set a context for a request.

func NewListImagesParamsWithHTTPClient

func NewListImagesParamsWithHTTPClient(client *http.Client) *ListImagesParams

NewListImagesParamsWithHTTPClient creates a new ListImagesParams object with the ability to set a custom HTTPClient for a request.

func NewListImagesParamsWithTimeout

func NewListImagesParamsWithTimeout(timeout time.Duration) *ListImagesParams

NewListImagesParamsWithTimeout creates a new ListImagesParams object with the ability to set a timeout on a request.

func (*ListImagesParams) SetContext

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

SetContext adds the context to the list images params

func (*ListImagesParams) SetDefaults

func (o *ListImagesParams) SetDefaults()

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

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

func (*ListImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list images params

func (*ListImagesParams) SetProject

func (o *ListImagesParams) SetProject(project string)

SetProject adds the project to the list images params

func (*ListImagesParams) SetTimeout

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

SetTimeout adds the timeout to the list images params

func (*ListImagesParams) WithContext

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

WithContext adds the context to the list images params

func (*ListImagesParams) WithDefaults

func (o *ListImagesParams) WithDefaults() *ListImagesParams

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

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

func (*ListImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list images params

func (*ListImagesParams) WithProject

func (o *ListImagesParams) WithProject(project string) *ListImagesParams

WithProject adds the project to the list images params

func (*ListImagesParams) WithTimeout

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

WithTimeout adds the timeout to the list images params

func (*ListImagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListImagesReader

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

ListImagesReader is a Reader for the ListImages structure.

func (*ListImagesReader) ReadResponse

func (o *ListImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListProjectConfigMapsOK

type ListProjectConfigMapsOK struct {
	Payload any
}

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

ConfigMapList resource (k8s.io/api/core/v1.ConfigMapList)

func NewListProjectConfigMapsOK

func NewListProjectConfigMapsOK() *ListProjectConfigMapsOK

NewListProjectConfigMapsOK creates a ListProjectConfigMapsOK with default headers values

func (*ListProjectConfigMapsOK) Code

func (o *ListProjectConfigMapsOK) Code() int

Code gets the status code for the list project config maps o k response

func (*ListProjectConfigMapsOK) Error

func (o *ListProjectConfigMapsOK) Error() string

func (*ListProjectConfigMapsOK) GetPayload

func (o *ListProjectConfigMapsOK) GetPayload() any

func (*ListProjectConfigMapsOK) IsClientError

func (o *ListProjectConfigMapsOK) IsClientError() bool

IsClientError returns true when this list project config maps o k response has a 4xx status code

func (*ListProjectConfigMapsOK) IsCode

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

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

func (*ListProjectConfigMapsOK) IsRedirect

func (o *ListProjectConfigMapsOK) IsRedirect() bool

IsRedirect returns true when this list project config maps o k response has a 3xx status code

func (*ListProjectConfigMapsOK) IsServerError

func (o *ListProjectConfigMapsOK) IsServerError() bool

IsServerError returns true when this list project config maps o k response has a 5xx status code

func (*ListProjectConfigMapsOK) IsSuccess

func (o *ListProjectConfigMapsOK) IsSuccess() bool

IsSuccess returns true when this list project config maps o k response has a 2xx status code

func (*ListProjectConfigMapsOK) String

func (o *ListProjectConfigMapsOK) String() string

type ListProjectConfigMapsParams

type ListProjectConfigMapsParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListProjectConfigMapsParams contains all the parameters to send to the API endpoint

for the list project config maps operation.

Typically these are written to a http.Request.

func NewListProjectConfigMapsParams

func NewListProjectConfigMapsParams() *ListProjectConfigMapsParams

NewListProjectConfigMapsParams creates a new ListProjectConfigMapsParams 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 NewListProjectConfigMapsParamsWithContext

func NewListProjectConfigMapsParamsWithContext(ctx context.Context) *ListProjectConfigMapsParams

NewListProjectConfigMapsParamsWithContext creates a new ListProjectConfigMapsParams object with the ability to set a context for a request.

func NewListProjectConfigMapsParamsWithHTTPClient

func NewListProjectConfigMapsParamsWithHTTPClient(client *http.Client) *ListProjectConfigMapsParams

NewListProjectConfigMapsParamsWithHTTPClient creates a new ListProjectConfigMapsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectConfigMapsParamsWithTimeout

func NewListProjectConfigMapsParamsWithTimeout(timeout time.Duration) *ListProjectConfigMapsParams

NewListProjectConfigMapsParamsWithTimeout creates a new ListProjectConfigMapsParams object with the ability to set a timeout on a request.

func (*ListProjectConfigMapsParams) SetContext

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

SetContext adds the context to the list project config maps params

func (*ListProjectConfigMapsParams) SetDefaults

func (o *ListProjectConfigMapsParams) SetDefaults()

SetDefaults hydrates default values in the list project config maps params (not the query body).

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

func (*ListProjectConfigMapsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project config maps params

func (*ListProjectConfigMapsParams) SetProject

func (o *ListProjectConfigMapsParams) SetProject(project string)

SetProject adds the project to the list project config maps params

func (*ListProjectConfigMapsParams) SetTimeout

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

SetTimeout adds the timeout to the list project config maps params

func (*ListProjectConfigMapsParams) WithContext

WithContext adds the context to the list project config maps params

func (*ListProjectConfigMapsParams) WithDefaults

WithDefaults hydrates default values in the list project config maps params (not the query body).

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

func (*ListProjectConfigMapsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project config maps params

func (*ListProjectConfigMapsParams) WithProject

WithProject adds the project to the list project config maps params

func (*ListProjectConfigMapsParams) WithTimeout

WithTimeout adds the timeout to the list project config maps params

func (*ListProjectConfigMapsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectConfigMapsReader

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

ListProjectConfigMapsReader is a Reader for the ListProjectConfigMaps structure.

func (*ListProjectConfigMapsReader) ReadResponse

func (o *ListProjectConfigMapsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListProjectsOK

type ListProjectsOK struct {
	Payload any
}

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

ProjectList custom resource (github.com/akuity/kargo/api/v1alpha1.ProjectList)

func NewListProjectsOK

func NewListProjectsOK() *ListProjectsOK

NewListProjectsOK creates a ListProjectsOK with default headers values

func (*ListProjectsOK) Code

func (o *ListProjectsOK) Code() int

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

func (*ListProjectsOK) Error

func (o *ListProjectsOK) Error() string

func (*ListProjectsOK) GetPayload

func (o *ListProjectsOK) GetPayload() any

func (*ListProjectsOK) IsClientError

func (o *ListProjectsOK) IsClientError() bool

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

func (*ListProjectsOK) IsCode

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

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

func (*ListProjectsOK) IsRedirect

func (o *ListProjectsOK) IsRedirect() bool

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

func (*ListProjectsOK) IsServerError

func (o *ListProjectsOK) IsServerError() bool

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

func (*ListProjectsOK) IsSuccess

func (o *ListProjectsOK) IsSuccess() bool

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

func (*ListProjectsOK) String

func (o *ListProjectsOK) String() string

type ListProjectsParams

type ListProjectsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListProjectsParams contains all the parameters to send to the API endpoint

for the list projects operation.

Typically these are written to a http.Request.

func NewListProjectsParams

func NewListProjectsParams() *ListProjectsParams

NewListProjectsParams creates a new ListProjectsParams 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 NewListProjectsParamsWithContext

func NewListProjectsParamsWithContext(ctx context.Context) *ListProjectsParams

NewListProjectsParamsWithContext creates a new ListProjectsParams object with the ability to set a context for a request.

func NewListProjectsParamsWithHTTPClient

func NewListProjectsParamsWithHTTPClient(client *http.Client) *ListProjectsParams

NewListProjectsParamsWithHTTPClient creates a new ListProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectsParamsWithTimeout

func NewListProjectsParamsWithTimeout(timeout time.Duration) *ListProjectsParams

NewListProjectsParamsWithTimeout creates a new ListProjectsParams object with the ability to set a timeout on a request.

func (*ListProjectsParams) SetContext

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

SetContext adds the context to the list projects params

func (*ListProjectsParams) SetDefaults

func (o *ListProjectsParams) SetDefaults()

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

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

func (*ListProjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list projects params

func (*ListProjectsParams) SetTimeout

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

SetTimeout adds the timeout to the list projects params

func (*ListProjectsParams) WithContext

WithContext adds the context to the list projects params

func (*ListProjectsParams) WithDefaults

func (o *ListProjectsParams) WithDefaults() *ListProjectsParams

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

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

func (*ListProjectsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list projects params

func (*ListProjectsParams) WithTimeout

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

WithTimeout adds the timeout to the list projects params

func (*ListProjectsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListProjectsReader

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

ListProjectsReader is a Reader for the ListProjects structure.

func (*ListProjectsReader) ReadResponse

func (o *ListProjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListPromotionTasksOK

type ListPromotionTasksOK struct {
	Payload any
}

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

PromotionTaskList custom resource (github.com/akuity/kargo/api/v1alpha1.PromotionTaskList)

func NewListPromotionTasksOK

func NewListPromotionTasksOK() *ListPromotionTasksOK

NewListPromotionTasksOK creates a ListPromotionTasksOK with default headers values

func (*ListPromotionTasksOK) Code

func (o *ListPromotionTasksOK) Code() int

Code gets the status code for the list promotion tasks o k response

func (*ListPromotionTasksOK) Error

func (o *ListPromotionTasksOK) Error() string

func (*ListPromotionTasksOK) GetPayload

func (o *ListPromotionTasksOK) GetPayload() any

func (*ListPromotionTasksOK) IsClientError

func (o *ListPromotionTasksOK) IsClientError() bool

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

func (*ListPromotionTasksOK) IsCode

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

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

func (*ListPromotionTasksOK) IsRedirect

func (o *ListPromotionTasksOK) IsRedirect() bool

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

func (*ListPromotionTasksOK) IsServerError

func (o *ListPromotionTasksOK) IsServerError() bool

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

func (*ListPromotionTasksOK) IsSuccess

func (o *ListPromotionTasksOK) IsSuccess() bool

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

func (*ListPromotionTasksOK) String

func (o *ListPromotionTasksOK) String() string

type ListPromotionTasksParams

type ListPromotionTasksParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListPromotionTasksParams contains all the parameters to send to the API endpoint

for the list promotion tasks operation.

Typically these are written to a http.Request.

func NewListPromotionTasksParams

func NewListPromotionTasksParams() *ListPromotionTasksParams

NewListPromotionTasksParams creates a new ListPromotionTasksParams 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 NewListPromotionTasksParamsWithContext

func NewListPromotionTasksParamsWithContext(ctx context.Context) *ListPromotionTasksParams

NewListPromotionTasksParamsWithContext creates a new ListPromotionTasksParams object with the ability to set a context for a request.

func NewListPromotionTasksParamsWithHTTPClient

func NewListPromotionTasksParamsWithHTTPClient(client *http.Client) *ListPromotionTasksParams

NewListPromotionTasksParamsWithHTTPClient creates a new ListPromotionTasksParams object with the ability to set a custom HTTPClient for a request.

func NewListPromotionTasksParamsWithTimeout

func NewListPromotionTasksParamsWithTimeout(timeout time.Duration) *ListPromotionTasksParams

NewListPromotionTasksParamsWithTimeout creates a new ListPromotionTasksParams object with the ability to set a timeout on a request.

func (*ListPromotionTasksParams) SetContext

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

SetContext adds the context to the list promotion tasks params

func (*ListPromotionTasksParams) SetDefaults

func (o *ListPromotionTasksParams) SetDefaults()

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

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

func (*ListPromotionTasksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list promotion tasks params

func (*ListPromotionTasksParams) SetProject

func (o *ListPromotionTasksParams) SetProject(project string)

SetProject adds the project to the list promotion tasks params

func (*ListPromotionTasksParams) SetTimeout

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

SetTimeout adds the timeout to the list promotion tasks params

func (*ListPromotionTasksParams) WithContext

WithContext adds the context to the list promotion tasks params

func (*ListPromotionTasksParams) WithDefaults

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

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

func (*ListPromotionTasksParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list promotion tasks params

func (*ListPromotionTasksParams) WithProject

func (o *ListPromotionTasksParams) WithProject(project string) *ListPromotionTasksParams

WithProject adds the project to the list promotion tasks params

func (*ListPromotionTasksParams) WithTimeout

WithTimeout adds the timeout to the list promotion tasks params

func (*ListPromotionTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPromotionTasksReader

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

ListPromotionTasksReader is a Reader for the ListPromotionTasks structure.

func (*ListPromotionTasksReader) ReadResponse

func (o *ListPromotionTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListPromotionsOK

type ListPromotionsOK struct {
	Payload any
}

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

PromotionList custom resource (github.com/akuity/kargo/api/v1alpha1.PromotionList)

func NewListPromotionsOK

func NewListPromotionsOK() *ListPromotionsOK

NewListPromotionsOK creates a ListPromotionsOK with default headers values

func (*ListPromotionsOK) Code

func (o *ListPromotionsOK) Code() int

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

func (*ListPromotionsOK) Error

func (o *ListPromotionsOK) Error() string

func (*ListPromotionsOK) GetPayload

func (o *ListPromotionsOK) GetPayload() any

func (*ListPromotionsOK) IsClientError

func (o *ListPromotionsOK) IsClientError() bool

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

func (*ListPromotionsOK) IsCode

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

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

func (*ListPromotionsOK) IsRedirect

func (o *ListPromotionsOK) IsRedirect() bool

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

func (*ListPromotionsOK) IsServerError

func (o *ListPromotionsOK) IsServerError() bool

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

func (*ListPromotionsOK) IsSuccess

func (o *ListPromotionsOK) IsSuccess() bool

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

func (*ListPromotionsOK) String

func (o *ListPromotionsOK) String() string

type ListPromotionsParams

type ListPromotionsParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage filter
	*/
	Stage *string

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

ListPromotionsParams contains all the parameters to send to the API endpoint

for the list promotions operation.

Typically these are written to a http.Request.

func NewListPromotionsParams

func NewListPromotionsParams() *ListPromotionsParams

NewListPromotionsParams creates a new ListPromotionsParams 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 NewListPromotionsParamsWithContext

func NewListPromotionsParamsWithContext(ctx context.Context) *ListPromotionsParams

NewListPromotionsParamsWithContext creates a new ListPromotionsParams object with the ability to set a context for a request.

func NewListPromotionsParamsWithHTTPClient

func NewListPromotionsParamsWithHTTPClient(client *http.Client) *ListPromotionsParams

NewListPromotionsParamsWithHTTPClient creates a new ListPromotionsParams object with the ability to set a custom HTTPClient for a request.

func NewListPromotionsParamsWithTimeout

func NewListPromotionsParamsWithTimeout(timeout time.Duration) *ListPromotionsParams

NewListPromotionsParamsWithTimeout creates a new ListPromotionsParams object with the ability to set a timeout on a request.

func (*ListPromotionsParams) SetContext

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

SetContext adds the context to the list promotions params

func (*ListPromotionsParams) SetDefaults

func (o *ListPromotionsParams) SetDefaults()

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

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

func (*ListPromotionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list promotions params

func (*ListPromotionsParams) SetProject

func (o *ListPromotionsParams) SetProject(project string)

SetProject adds the project to the list promotions params

func (*ListPromotionsParams) SetStage

func (o *ListPromotionsParams) SetStage(stage *string)

SetStage adds the stage to the list promotions params

func (*ListPromotionsParams) SetTimeout

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

SetTimeout adds the timeout to the list promotions params

func (*ListPromotionsParams) WithContext

WithContext adds the context to the list promotions params

func (*ListPromotionsParams) WithDefaults

func (o *ListPromotionsParams) WithDefaults() *ListPromotionsParams

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

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

func (*ListPromotionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list promotions params

func (*ListPromotionsParams) WithProject

func (o *ListPromotionsParams) WithProject(project string) *ListPromotionsParams

WithProject adds the project to the list promotions params

func (*ListPromotionsParams) WithStage

func (o *ListPromotionsParams) WithStage(stage *string) *ListPromotionsParams

WithStage adds the stage to the list promotions params

func (*ListPromotionsParams) WithTimeout

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

WithTimeout adds the timeout to the list promotions params

func (*ListPromotionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListPromotionsReader

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

ListPromotionsReader is a Reader for the ListPromotions structure.

func (*ListPromotionsReader) ReadResponse

func (o *ListPromotionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListSharedConfigMapsOK

type ListSharedConfigMapsOK struct {
	Payload any
}

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

ConfigMapList resource (k8s.io/api/core/v1.ConfigMapList)

func NewListSharedConfigMapsOK

func NewListSharedConfigMapsOK() *ListSharedConfigMapsOK

NewListSharedConfigMapsOK creates a ListSharedConfigMapsOK with default headers values

func (*ListSharedConfigMapsOK) Code

func (o *ListSharedConfigMapsOK) Code() int

Code gets the status code for the list shared config maps o k response

func (*ListSharedConfigMapsOK) Error

func (o *ListSharedConfigMapsOK) Error() string

func (*ListSharedConfigMapsOK) GetPayload

func (o *ListSharedConfigMapsOK) GetPayload() any

func (*ListSharedConfigMapsOK) IsClientError

func (o *ListSharedConfigMapsOK) IsClientError() bool

IsClientError returns true when this list shared config maps o k response has a 4xx status code

func (*ListSharedConfigMapsOK) IsCode

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

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

func (*ListSharedConfigMapsOK) IsRedirect

func (o *ListSharedConfigMapsOK) IsRedirect() bool

IsRedirect returns true when this list shared config maps o k response has a 3xx status code

func (*ListSharedConfigMapsOK) IsServerError

func (o *ListSharedConfigMapsOK) IsServerError() bool

IsServerError returns true when this list shared config maps o k response has a 5xx status code

func (*ListSharedConfigMapsOK) IsSuccess

func (o *ListSharedConfigMapsOK) IsSuccess() bool

IsSuccess returns true when this list shared config maps o k response has a 2xx status code

func (*ListSharedConfigMapsOK) String

func (o *ListSharedConfigMapsOK) String() string

type ListSharedConfigMapsParams

type ListSharedConfigMapsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSharedConfigMapsParams contains all the parameters to send to the API endpoint

for the list shared config maps operation.

Typically these are written to a http.Request.

func NewListSharedConfigMapsParams

func NewListSharedConfigMapsParams() *ListSharedConfigMapsParams

NewListSharedConfigMapsParams creates a new ListSharedConfigMapsParams 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 NewListSharedConfigMapsParamsWithContext

func NewListSharedConfigMapsParamsWithContext(ctx context.Context) *ListSharedConfigMapsParams

NewListSharedConfigMapsParamsWithContext creates a new ListSharedConfigMapsParams object with the ability to set a context for a request.

func NewListSharedConfigMapsParamsWithHTTPClient

func NewListSharedConfigMapsParamsWithHTTPClient(client *http.Client) *ListSharedConfigMapsParams

NewListSharedConfigMapsParamsWithHTTPClient creates a new ListSharedConfigMapsParams object with the ability to set a custom HTTPClient for a request.

func NewListSharedConfigMapsParamsWithTimeout

func NewListSharedConfigMapsParamsWithTimeout(timeout time.Duration) *ListSharedConfigMapsParams

NewListSharedConfigMapsParamsWithTimeout creates a new ListSharedConfigMapsParams object with the ability to set a timeout on a request.

func (*ListSharedConfigMapsParams) SetContext

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

SetContext adds the context to the list shared config maps params

func (*ListSharedConfigMapsParams) SetDefaults

func (o *ListSharedConfigMapsParams) SetDefaults()

SetDefaults hydrates default values in the list shared config maps params (not the query body).

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

func (*ListSharedConfigMapsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list shared config maps params

func (*ListSharedConfigMapsParams) SetTimeout

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

SetTimeout adds the timeout to the list shared config maps params

func (*ListSharedConfigMapsParams) WithContext

WithContext adds the context to the list shared config maps params

func (*ListSharedConfigMapsParams) WithDefaults

WithDefaults hydrates default values in the list shared config maps params (not the query body).

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

func (*ListSharedConfigMapsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list shared config maps params

func (*ListSharedConfigMapsParams) WithTimeout

WithTimeout adds the timeout to the list shared config maps params

func (*ListSharedConfigMapsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSharedConfigMapsReader

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

ListSharedConfigMapsReader is a Reader for the ListSharedConfigMaps structure.

func (*ListSharedConfigMapsReader) ReadResponse

func (o *ListSharedConfigMapsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListStagesOK

type ListStagesOK struct {
	Payload any
}

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

StageList custom resource (github.com/akuity/kargo/api/v1alpha1.StageList)

func NewListStagesOK

func NewListStagesOK() *ListStagesOK

NewListStagesOK creates a ListStagesOK with default headers values

func (*ListStagesOK) Code

func (o *ListStagesOK) Code() int

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

func (*ListStagesOK) Error

func (o *ListStagesOK) Error() string

func (*ListStagesOK) GetPayload

func (o *ListStagesOK) GetPayload() any

func (*ListStagesOK) IsClientError

func (o *ListStagesOK) IsClientError() bool

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

func (*ListStagesOK) IsCode

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

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

func (*ListStagesOK) IsRedirect

func (o *ListStagesOK) IsRedirect() bool

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

func (*ListStagesOK) IsServerError

func (o *ListStagesOK) IsServerError() bool

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

func (*ListStagesOK) IsSuccess

func (o *ListStagesOK) IsSuccess() bool

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

func (*ListStagesOK) String

func (o *ListStagesOK) String() string

type ListStagesParams

type ListStagesParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListStagesParams contains all the parameters to send to the API endpoint

for the list stages operation.

Typically these are written to a http.Request.

func NewListStagesParams

func NewListStagesParams() *ListStagesParams

NewListStagesParams creates a new ListStagesParams 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 NewListStagesParamsWithContext

func NewListStagesParamsWithContext(ctx context.Context) *ListStagesParams

NewListStagesParamsWithContext creates a new ListStagesParams object with the ability to set a context for a request.

func NewListStagesParamsWithHTTPClient

func NewListStagesParamsWithHTTPClient(client *http.Client) *ListStagesParams

NewListStagesParamsWithHTTPClient creates a new ListStagesParams object with the ability to set a custom HTTPClient for a request.

func NewListStagesParamsWithTimeout

func NewListStagesParamsWithTimeout(timeout time.Duration) *ListStagesParams

NewListStagesParamsWithTimeout creates a new ListStagesParams object with the ability to set a timeout on a request.

func (*ListStagesParams) SetContext

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

SetContext adds the context to the list stages params

func (*ListStagesParams) SetDefaults

func (o *ListStagesParams) SetDefaults()

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

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

func (*ListStagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list stages params

func (*ListStagesParams) SetProject

func (o *ListStagesParams) SetProject(project string)

SetProject adds the project to the list stages params

func (*ListStagesParams) SetTimeout

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

SetTimeout adds the timeout to the list stages params

func (*ListStagesParams) WithContext

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

WithContext adds the context to the list stages params

func (*ListStagesParams) WithDefaults

func (o *ListStagesParams) WithDefaults() *ListStagesParams

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

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

func (*ListStagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list stages params

func (*ListStagesParams) WithProject

func (o *ListStagesParams) WithProject(project string) *ListStagesParams

WithProject adds the project to the list stages params

func (*ListStagesParams) WithTimeout

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

WithTimeout adds the timeout to the list stages params

func (*ListStagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListStagesReader

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

ListStagesReader is a Reader for the ListStages structure.

func (*ListStagesReader) ReadResponse

func (o *ListStagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListSystemConfigMapsOK

type ListSystemConfigMapsOK struct {
	Payload any
}

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

ConfigMapList resource (k8s.io/api/core/v1.ConfigMapList)

func NewListSystemConfigMapsOK

func NewListSystemConfigMapsOK() *ListSystemConfigMapsOK

NewListSystemConfigMapsOK creates a ListSystemConfigMapsOK with default headers values

func (*ListSystemConfigMapsOK) Code

func (o *ListSystemConfigMapsOK) Code() int

Code gets the status code for the list system config maps o k response

func (*ListSystemConfigMapsOK) Error

func (o *ListSystemConfigMapsOK) Error() string

func (*ListSystemConfigMapsOK) GetPayload

func (o *ListSystemConfigMapsOK) GetPayload() any

func (*ListSystemConfigMapsOK) IsClientError

func (o *ListSystemConfigMapsOK) IsClientError() bool

IsClientError returns true when this list system config maps o k response has a 4xx status code

func (*ListSystemConfigMapsOK) IsCode

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

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

func (*ListSystemConfigMapsOK) IsRedirect

func (o *ListSystemConfigMapsOK) IsRedirect() bool

IsRedirect returns true when this list system config maps o k response has a 3xx status code

func (*ListSystemConfigMapsOK) IsServerError

func (o *ListSystemConfigMapsOK) IsServerError() bool

IsServerError returns true when this list system config maps o k response has a 5xx status code

func (*ListSystemConfigMapsOK) IsSuccess

func (o *ListSystemConfigMapsOK) IsSuccess() bool

IsSuccess returns true when this list system config maps o k response has a 2xx status code

func (*ListSystemConfigMapsOK) String

func (o *ListSystemConfigMapsOK) String() string

type ListSystemConfigMapsParams

type ListSystemConfigMapsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListSystemConfigMapsParams contains all the parameters to send to the API endpoint

for the list system config maps operation.

Typically these are written to a http.Request.

func NewListSystemConfigMapsParams

func NewListSystemConfigMapsParams() *ListSystemConfigMapsParams

NewListSystemConfigMapsParams creates a new ListSystemConfigMapsParams 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 NewListSystemConfigMapsParamsWithContext

func NewListSystemConfigMapsParamsWithContext(ctx context.Context) *ListSystemConfigMapsParams

NewListSystemConfigMapsParamsWithContext creates a new ListSystemConfigMapsParams object with the ability to set a context for a request.

func NewListSystemConfigMapsParamsWithHTTPClient

func NewListSystemConfigMapsParamsWithHTTPClient(client *http.Client) *ListSystemConfigMapsParams

NewListSystemConfigMapsParamsWithHTTPClient creates a new ListSystemConfigMapsParams object with the ability to set a custom HTTPClient for a request.

func NewListSystemConfigMapsParamsWithTimeout

func NewListSystemConfigMapsParamsWithTimeout(timeout time.Duration) *ListSystemConfigMapsParams

NewListSystemConfigMapsParamsWithTimeout creates a new ListSystemConfigMapsParams object with the ability to set a timeout on a request.

func (*ListSystemConfigMapsParams) SetContext

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

SetContext adds the context to the list system config maps params

func (*ListSystemConfigMapsParams) SetDefaults

func (o *ListSystemConfigMapsParams) SetDefaults()

SetDefaults hydrates default values in the list system config maps params (not the query body).

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

func (*ListSystemConfigMapsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list system config maps params

func (*ListSystemConfigMapsParams) SetTimeout

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

SetTimeout adds the timeout to the list system config maps params

func (*ListSystemConfigMapsParams) WithContext

WithContext adds the context to the list system config maps params

func (*ListSystemConfigMapsParams) WithDefaults

WithDefaults hydrates default values in the list system config maps params (not the query body).

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

func (*ListSystemConfigMapsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list system config maps params

func (*ListSystemConfigMapsParams) WithTimeout

WithTimeout adds the timeout to the list system config maps params

func (*ListSystemConfigMapsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSystemConfigMapsReader

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

ListSystemConfigMapsReader is a Reader for the ListSystemConfigMaps structure.

func (*ListSystemConfigMapsReader) ReadResponse

func (o *ListSystemConfigMapsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type ListWarehousesOK

type ListWarehousesOK struct {
	Payload any
}

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

WarehouseList custom resource (github.com/akuity/kargo/api/v1alpha1.WarehouseList)

func NewListWarehousesOK

func NewListWarehousesOK() *ListWarehousesOK

NewListWarehousesOK creates a ListWarehousesOK with default headers values

func (*ListWarehousesOK) Code

func (o *ListWarehousesOK) Code() int

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

func (*ListWarehousesOK) Error

func (o *ListWarehousesOK) Error() string

func (*ListWarehousesOK) GetPayload

func (o *ListWarehousesOK) GetPayload() any

func (*ListWarehousesOK) IsClientError

func (o *ListWarehousesOK) IsClientError() bool

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

func (*ListWarehousesOK) IsCode

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

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

func (*ListWarehousesOK) IsRedirect

func (o *ListWarehousesOK) IsRedirect() bool

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

func (*ListWarehousesOK) IsServerError

func (o *ListWarehousesOK) IsServerError() bool

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

func (*ListWarehousesOK) IsSuccess

func (o *ListWarehousesOK) IsSuccess() bool

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

func (*ListWarehousesOK) String

func (o *ListWarehousesOK) String() string

type ListWarehousesParams

type ListWarehousesParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

ListWarehousesParams contains all the parameters to send to the API endpoint

for the list warehouses operation.

Typically these are written to a http.Request.

func NewListWarehousesParams

func NewListWarehousesParams() *ListWarehousesParams

NewListWarehousesParams creates a new ListWarehousesParams 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 NewListWarehousesParamsWithContext

func NewListWarehousesParamsWithContext(ctx context.Context) *ListWarehousesParams

NewListWarehousesParamsWithContext creates a new ListWarehousesParams object with the ability to set a context for a request.

func NewListWarehousesParamsWithHTTPClient

func NewListWarehousesParamsWithHTTPClient(client *http.Client) *ListWarehousesParams

NewListWarehousesParamsWithHTTPClient creates a new ListWarehousesParams object with the ability to set a custom HTTPClient for a request.

func NewListWarehousesParamsWithTimeout

func NewListWarehousesParamsWithTimeout(timeout time.Duration) *ListWarehousesParams

NewListWarehousesParamsWithTimeout creates a new ListWarehousesParams object with the ability to set a timeout on a request.

func (*ListWarehousesParams) SetContext

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

SetContext adds the context to the list warehouses params

func (*ListWarehousesParams) SetDefaults

func (o *ListWarehousesParams) SetDefaults()

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

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

func (*ListWarehousesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list warehouses params

func (*ListWarehousesParams) SetProject

func (o *ListWarehousesParams) SetProject(project string)

SetProject adds the project to the list warehouses params

func (*ListWarehousesParams) SetTimeout

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

SetTimeout adds the timeout to the list warehouses params

func (*ListWarehousesParams) WithContext

WithContext adds the context to the list warehouses params

func (*ListWarehousesParams) WithDefaults

func (o *ListWarehousesParams) WithDefaults() *ListWarehousesParams

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

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

func (*ListWarehousesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list warehouses params

func (*ListWarehousesParams) WithProject

func (o *ListWarehousesParams) WithProject(project string) *ListWarehousesParams

WithProject adds the project to the list warehouses params

func (*ListWarehousesParams) WithTimeout

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

WithTimeout adds the timeout to the list warehouses params

func (*ListWarehousesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListWarehousesReader

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

ListWarehousesReader is a Reader for the ListWarehouses structure.

func (*ListWarehousesReader) ReadResponse

func (o *ListWarehousesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchFreightAliasOK

type PatchFreightAliasOK struct {
}

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

Success

func NewPatchFreightAliasOK

func NewPatchFreightAliasOK() *PatchFreightAliasOK

NewPatchFreightAliasOK creates a PatchFreightAliasOK with default headers values

func (*PatchFreightAliasOK) Code

func (o *PatchFreightAliasOK) Code() int

Code gets the status code for the patch freight alias o k response

func (*PatchFreightAliasOK) Error

func (o *PatchFreightAliasOK) Error() string

func (*PatchFreightAliasOK) IsClientError

func (o *PatchFreightAliasOK) IsClientError() bool

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

func (*PatchFreightAliasOK) IsCode

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

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

func (*PatchFreightAliasOK) IsRedirect

func (o *PatchFreightAliasOK) IsRedirect() bool

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

func (*PatchFreightAliasOK) IsServerError

func (o *PatchFreightAliasOK) IsServerError() bool

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

func (*PatchFreightAliasOK) IsSuccess

func (o *PatchFreightAliasOK) IsSuccess() bool

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

func (*PatchFreightAliasOK) String

func (o *PatchFreightAliasOK) String() string

type PatchFreightAliasParams

type PatchFreightAliasParams struct {

	/* FreightNameOrAlias.

	   Freight name or alias
	*/
	FreightNameOrAlias string

	/* NewAlias.

	   New alias
	*/
	NewAlias string

	/* Project.

	   Project name
	*/
	Project string

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

PatchFreightAliasParams contains all the parameters to send to the API endpoint

for the patch freight alias operation.

Typically these are written to a http.Request.

func NewPatchFreightAliasParams

func NewPatchFreightAliasParams() *PatchFreightAliasParams

NewPatchFreightAliasParams creates a new PatchFreightAliasParams 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 NewPatchFreightAliasParamsWithContext

func NewPatchFreightAliasParamsWithContext(ctx context.Context) *PatchFreightAliasParams

NewPatchFreightAliasParamsWithContext creates a new PatchFreightAliasParams object with the ability to set a context for a request.

func NewPatchFreightAliasParamsWithHTTPClient

func NewPatchFreightAliasParamsWithHTTPClient(client *http.Client) *PatchFreightAliasParams

NewPatchFreightAliasParamsWithHTTPClient creates a new PatchFreightAliasParams object with the ability to set a custom HTTPClient for a request.

func NewPatchFreightAliasParamsWithTimeout

func NewPatchFreightAliasParamsWithTimeout(timeout time.Duration) *PatchFreightAliasParams

NewPatchFreightAliasParamsWithTimeout creates a new PatchFreightAliasParams object with the ability to set a timeout on a request.

func (*PatchFreightAliasParams) SetContext

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

SetContext adds the context to the patch freight alias params

func (*PatchFreightAliasParams) SetDefaults

func (o *PatchFreightAliasParams) SetDefaults()

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

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

func (*PatchFreightAliasParams) SetFreightNameOrAlias

func (o *PatchFreightAliasParams) SetFreightNameOrAlias(freightNameOrAlias string)

SetFreightNameOrAlias adds the freightNameOrAlias to the patch freight alias params

func (*PatchFreightAliasParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch freight alias params

func (*PatchFreightAliasParams) SetNewAlias

func (o *PatchFreightAliasParams) SetNewAlias(newAlias string)

SetNewAlias adds the newAlias to the patch freight alias params

func (*PatchFreightAliasParams) SetProject

func (o *PatchFreightAliasParams) SetProject(project string)

SetProject adds the project to the patch freight alias params

func (*PatchFreightAliasParams) SetTimeout

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

SetTimeout adds the timeout to the patch freight alias params

func (*PatchFreightAliasParams) WithContext

WithContext adds the context to the patch freight alias params

func (*PatchFreightAliasParams) WithDefaults

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

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

func (*PatchFreightAliasParams) WithFreightNameOrAlias

func (o *PatchFreightAliasParams) WithFreightNameOrAlias(freightNameOrAlias string) *PatchFreightAliasParams

WithFreightNameOrAlias adds the freightNameOrAlias to the patch freight alias params

func (*PatchFreightAliasParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch freight alias params

func (*PatchFreightAliasParams) WithNewAlias

func (o *PatchFreightAliasParams) WithNewAlias(newAlias string) *PatchFreightAliasParams

WithNewAlias adds the newAlias to the patch freight alias params

func (*PatchFreightAliasParams) WithProject

func (o *PatchFreightAliasParams) WithProject(project string) *PatchFreightAliasParams

WithProject adds the project to the patch freight alias params

func (*PatchFreightAliasParams) WithTimeout

WithTimeout adds the timeout to the patch freight alias params

func (*PatchFreightAliasParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchFreightAliasReader

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

PatchFreightAliasReader is a Reader for the PatchFreightAlias structure.

func (*PatchFreightAliasReader) ReadResponse

func (o *PatchFreightAliasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchProjectConfigMapOK

type PatchProjectConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewPatchProjectConfigMapOK

func NewPatchProjectConfigMapOK() *PatchProjectConfigMapOK

NewPatchProjectConfigMapOK creates a PatchProjectConfigMapOK with default headers values

func (*PatchProjectConfigMapOK) Code

func (o *PatchProjectConfigMapOK) Code() int

Code gets the status code for the patch project config map o k response

func (*PatchProjectConfigMapOK) Error

func (o *PatchProjectConfigMapOK) Error() string

func (*PatchProjectConfigMapOK) GetPayload

func (o *PatchProjectConfigMapOK) GetPayload() any

func (*PatchProjectConfigMapOK) IsClientError

func (o *PatchProjectConfigMapOK) IsClientError() bool

IsClientError returns true when this patch project config map o k response has a 4xx status code

func (*PatchProjectConfigMapOK) IsCode

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

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

func (*PatchProjectConfigMapOK) IsRedirect

func (o *PatchProjectConfigMapOK) IsRedirect() bool

IsRedirect returns true when this patch project config map o k response has a 3xx status code

func (*PatchProjectConfigMapOK) IsServerError

func (o *PatchProjectConfigMapOK) IsServerError() bool

IsServerError returns true when this patch project config map o k response has a 5xx status code

func (*PatchProjectConfigMapOK) IsSuccess

func (o *PatchProjectConfigMapOK) IsSuccess() bool

IsSuccess returns true when this patch project config map o k response has a 2xx status code

func (*PatchProjectConfigMapOK) String

func (o *PatchProjectConfigMapOK) String() string

type PatchProjectConfigMapParams

type PatchProjectConfigMapParams struct {

	/* Body.

	   ConfigMap patch
	*/
	Body *models.PatchConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

	/* Project.

	   Project name
	*/
	Project string

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

PatchProjectConfigMapParams contains all the parameters to send to the API endpoint

for the patch project config map operation.

Typically these are written to a http.Request.

func NewPatchProjectConfigMapParams

func NewPatchProjectConfigMapParams() *PatchProjectConfigMapParams

NewPatchProjectConfigMapParams creates a new PatchProjectConfigMapParams 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 NewPatchProjectConfigMapParamsWithContext

func NewPatchProjectConfigMapParamsWithContext(ctx context.Context) *PatchProjectConfigMapParams

NewPatchProjectConfigMapParamsWithContext creates a new PatchProjectConfigMapParams object with the ability to set a context for a request.

func NewPatchProjectConfigMapParamsWithHTTPClient

func NewPatchProjectConfigMapParamsWithHTTPClient(client *http.Client) *PatchProjectConfigMapParams

NewPatchProjectConfigMapParamsWithHTTPClient creates a new PatchProjectConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectConfigMapParamsWithTimeout

func NewPatchProjectConfigMapParamsWithTimeout(timeout time.Duration) *PatchProjectConfigMapParams

NewPatchProjectConfigMapParamsWithTimeout creates a new PatchProjectConfigMapParams object with the ability to set a timeout on a request.

func (*PatchProjectConfigMapParams) SetBody

SetBody adds the body to the patch project config map params

func (*PatchProjectConfigMapParams) SetConfigmap

func (o *PatchProjectConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the patch project config map params

func (*PatchProjectConfigMapParams) SetContext

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

SetContext adds the context to the patch project config map params

func (*PatchProjectConfigMapParams) SetDefaults

func (o *PatchProjectConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the patch project config map params (not the query body).

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

func (*PatchProjectConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch project config map params

func (*PatchProjectConfigMapParams) SetProject

func (o *PatchProjectConfigMapParams) SetProject(project string)

SetProject adds the project to the patch project config map params

func (*PatchProjectConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the patch project config map params

func (*PatchProjectConfigMapParams) WithBody

WithBody adds the body to the patch project config map params

func (*PatchProjectConfigMapParams) WithConfigmap

func (o *PatchProjectConfigMapParams) WithConfigmap(configmap string) *PatchProjectConfigMapParams

WithConfigmap adds the configmap to the patch project config map params

func (*PatchProjectConfigMapParams) WithContext

WithContext adds the context to the patch project config map params

func (*PatchProjectConfigMapParams) WithDefaults

WithDefaults hydrates default values in the patch project config map params (not the query body).

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

func (*PatchProjectConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch project config map params

func (*PatchProjectConfigMapParams) WithProject

WithProject adds the project to the patch project config map params

func (*PatchProjectConfigMapParams) WithTimeout

WithTimeout adds the timeout to the patch project config map params

func (*PatchProjectConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProjectConfigMapReader

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

PatchProjectConfigMapReader is a Reader for the PatchProjectConfigMap structure.

func (*PatchProjectConfigMapReader) ReadResponse

func (o *PatchProjectConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchSharedConfigMapOK

type PatchSharedConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewPatchSharedConfigMapOK

func NewPatchSharedConfigMapOK() *PatchSharedConfigMapOK

NewPatchSharedConfigMapOK creates a PatchSharedConfigMapOK with default headers values

func (*PatchSharedConfigMapOK) Code

func (o *PatchSharedConfigMapOK) Code() int

Code gets the status code for the patch shared config map o k response

func (*PatchSharedConfigMapOK) Error

func (o *PatchSharedConfigMapOK) Error() string

func (*PatchSharedConfigMapOK) GetPayload

func (o *PatchSharedConfigMapOK) GetPayload() any

func (*PatchSharedConfigMapOK) IsClientError

func (o *PatchSharedConfigMapOK) IsClientError() bool

IsClientError returns true when this patch shared config map o k response has a 4xx status code

func (*PatchSharedConfigMapOK) IsCode

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

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

func (*PatchSharedConfigMapOK) IsRedirect

func (o *PatchSharedConfigMapOK) IsRedirect() bool

IsRedirect returns true when this patch shared config map o k response has a 3xx status code

func (*PatchSharedConfigMapOK) IsServerError

func (o *PatchSharedConfigMapOK) IsServerError() bool

IsServerError returns true when this patch shared config map o k response has a 5xx status code

func (*PatchSharedConfigMapOK) IsSuccess

func (o *PatchSharedConfigMapOK) IsSuccess() bool

IsSuccess returns true when this patch shared config map o k response has a 2xx status code

func (*PatchSharedConfigMapOK) String

func (o *PatchSharedConfigMapOK) String() string

type PatchSharedConfigMapParams

type PatchSharedConfigMapParams struct {

	/* Body.

	   ConfigMap patch
	*/
	Body *models.PatchConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

PatchSharedConfigMapParams contains all the parameters to send to the API endpoint

for the patch shared config map operation.

Typically these are written to a http.Request.

func NewPatchSharedConfigMapParams

func NewPatchSharedConfigMapParams() *PatchSharedConfigMapParams

NewPatchSharedConfigMapParams creates a new PatchSharedConfigMapParams 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 NewPatchSharedConfigMapParamsWithContext

func NewPatchSharedConfigMapParamsWithContext(ctx context.Context) *PatchSharedConfigMapParams

NewPatchSharedConfigMapParamsWithContext creates a new PatchSharedConfigMapParams object with the ability to set a context for a request.

func NewPatchSharedConfigMapParamsWithHTTPClient

func NewPatchSharedConfigMapParamsWithHTTPClient(client *http.Client) *PatchSharedConfigMapParams

NewPatchSharedConfigMapParamsWithHTTPClient creates a new PatchSharedConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSharedConfigMapParamsWithTimeout

func NewPatchSharedConfigMapParamsWithTimeout(timeout time.Duration) *PatchSharedConfigMapParams

NewPatchSharedConfigMapParamsWithTimeout creates a new PatchSharedConfigMapParams object with the ability to set a timeout on a request.

func (*PatchSharedConfigMapParams) SetBody

SetBody adds the body to the patch shared config map params

func (*PatchSharedConfigMapParams) SetConfigmap

func (o *PatchSharedConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the patch shared config map params

func (*PatchSharedConfigMapParams) SetContext

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

SetContext adds the context to the patch shared config map params

func (*PatchSharedConfigMapParams) SetDefaults

func (o *PatchSharedConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the patch shared config map params (not the query body).

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

func (*PatchSharedConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch shared config map params

func (*PatchSharedConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the patch shared config map params

func (*PatchSharedConfigMapParams) WithBody

WithBody adds the body to the patch shared config map params

func (*PatchSharedConfigMapParams) WithConfigmap

func (o *PatchSharedConfigMapParams) WithConfigmap(configmap string) *PatchSharedConfigMapParams

WithConfigmap adds the configmap to the patch shared config map params

func (*PatchSharedConfigMapParams) WithContext

WithContext adds the context to the patch shared config map params

func (*PatchSharedConfigMapParams) WithDefaults

WithDefaults hydrates default values in the patch shared config map params (not the query body).

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

func (*PatchSharedConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch shared config map params

func (*PatchSharedConfigMapParams) WithTimeout

WithTimeout adds the timeout to the patch shared config map params

func (*PatchSharedConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSharedConfigMapReader

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

PatchSharedConfigMapReader is a Reader for the PatchSharedConfigMap structure.

func (*PatchSharedConfigMapReader) ReadResponse

func (o *PatchSharedConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PatchSystemConfigMapOK

type PatchSystemConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewPatchSystemConfigMapOK

func NewPatchSystemConfigMapOK() *PatchSystemConfigMapOK

NewPatchSystemConfigMapOK creates a PatchSystemConfigMapOK with default headers values

func (*PatchSystemConfigMapOK) Code

func (o *PatchSystemConfigMapOK) Code() int

Code gets the status code for the patch system config map o k response

func (*PatchSystemConfigMapOK) Error

func (o *PatchSystemConfigMapOK) Error() string

func (*PatchSystemConfigMapOK) GetPayload

func (o *PatchSystemConfigMapOK) GetPayload() any

func (*PatchSystemConfigMapOK) IsClientError

func (o *PatchSystemConfigMapOK) IsClientError() bool

IsClientError returns true when this patch system config map o k response has a 4xx status code

func (*PatchSystemConfigMapOK) IsCode

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

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

func (*PatchSystemConfigMapOK) IsRedirect

func (o *PatchSystemConfigMapOK) IsRedirect() bool

IsRedirect returns true when this patch system config map o k response has a 3xx status code

func (*PatchSystemConfigMapOK) IsServerError

func (o *PatchSystemConfigMapOK) IsServerError() bool

IsServerError returns true when this patch system config map o k response has a 5xx status code

func (*PatchSystemConfigMapOK) IsSuccess

func (o *PatchSystemConfigMapOK) IsSuccess() bool

IsSuccess returns true when this patch system config map o k response has a 2xx status code

func (*PatchSystemConfigMapOK) String

func (o *PatchSystemConfigMapOK) String() string

type PatchSystemConfigMapParams

type PatchSystemConfigMapParams struct {

	/* Body.

	   ConfigMap patch
	*/
	Body *models.PatchConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

PatchSystemConfigMapParams contains all the parameters to send to the API endpoint

for the patch system config map operation.

Typically these are written to a http.Request.

func NewPatchSystemConfigMapParams

func NewPatchSystemConfigMapParams() *PatchSystemConfigMapParams

NewPatchSystemConfigMapParams creates a new PatchSystemConfigMapParams 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 NewPatchSystemConfigMapParamsWithContext

func NewPatchSystemConfigMapParamsWithContext(ctx context.Context) *PatchSystemConfigMapParams

NewPatchSystemConfigMapParamsWithContext creates a new PatchSystemConfigMapParams object with the ability to set a context for a request.

func NewPatchSystemConfigMapParamsWithHTTPClient

func NewPatchSystemConfigMapParamsWithHTTPClient(client *http.Client) *PatchSystemConfigMapParams

NewPatchSystemConfigMapParamsWithHTTPClient creates a new PatchSystemConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSystemConfigMapParamsWithTimeout

func NewPatchSystemConfigMapParamsWithTimeout(timeout time.Duration) *PatchSystemConfigMapParams

NewPatchSystemConfigMapParamsWithTimeout creates a new PatchSystemConfigMapParams object with the ability to set a timeout on a request.

func (*PatchSystemConfigMapParams) SetBody

SetBody adds the body to the patch system config map params

func (*PatchSystemConfigMapParams) SetConfigmap

func (o *PatchSystemConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the patch system config map params

func (*PatchSystemConfigMapParams) SetContext

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

SetContext adds the context to the patch system config map params

func (*PatchSystemConfigMapParams) SetDefaults

func (o *PatchSystemConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the patch system config map params (not the query body).

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

func (*PatchSystemConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch system config map params

func (*PatchSystemConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the patch system config map params

func (*PatchSystemConfigMapParams) WithBody

WithBody adds the body to the patch system config map params

func (*PatchSystemConfigMapParams) WithConfigmap

func (o *PatchSystemConfigMapParams) WithConfigmap(configmap string) *PatchSystemConfigMapParams

WithConfigmap adds the configmap to the patch system config map params

func (*PatchSystemConfigMapParams) WithContext

WithContext adds the context to the patch system config map params

func (*PatchSystemConfigMapParams) WithDefaults

WithDefaults hydrates default values in the patch system config map params (not the query body).

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

func (*PatchSystemConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch system config map params

func (*PatchSystemConfigMapParams) WithTimeout

WithTimeout adds the timeout to the patch system config map params

func (*PatchSystemConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchSystemConfigMapReader

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

PatchSystemConfigMapReader is a Reader for the PatchSystemConfigMap structure.

func (*PatchSystemConfigMapReader) ReadResponse

func (o *PatchSystemConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PromoteDownstreamCreated

type PromoteDownstreamCreated struct {
	Payload any
}

PromoteDownstreamCreated describes a response with status code 201, with default header values.

Promotions created

func NewPromoteDownstreamCreated

func NewPromoteDownstreamCreated() *PromoteDownstreamCreated

NewPromoteDownstreamCreated creates a PromoteDownstreamCreated with default headers values

func (*PromoteDownstreamCreated) Code

func (o *PromoteDownstreamCreated) Code() int

Code gets the status code for the promote downstream created response

func (*PromoteDownstreamCreated) Error

func (o *PromoteDownstreamCreated) Error() string

func (*PromoteDownstreamCreated) GetPayload

func (o *PromoteDownstreamCreated) GetPayload() any

func (*PromoteDownstreamCreated) IsClientError

func (o *PromoteDownstreamCreated) IsClientError() bool

IsClientError returns true when this promote downstream created response has a 4xx status code

func (*PromoteDownstreamCreated) IsCode

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

IsCode returns true when this promote downstream created response a status code equal to that given

func (*PromoteDownstreamCreated) IsRedirect

func (o *PromoteDownstreamCreated) IsRedirect() bool

IsRedirect returns true when this promote downstream created response has a 3xx status code

func (*PromoteDownstreamCreated) IsServerError

func (o *PromoteDownstreamCreated) IsServerError() bool

IsServerError returns true when this promote downstream created response has a 5xx status code

func (*PromoteDownstreamCreated) IsSuccess

func (o *PromoteDownstreamCreated) IsSuccess() bool

IsSuccess returns true when this promote downstream created response has a 2xx status code

func (*PromoteDownstreamCreated) String

func (o *PromoteDownstreamCreated) String() string

type PromoteDownstreamParams

type PromoteDownstreamParams struct {

	/* Body.

	   Promote request
	*/
	Body *models.PromoteDownstreamRequest

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

PromoteDownstreamParams contains all the parameters to send to the API endpoint

for the promote downstream operation.

Typically these are written to a http.Request.

func NewPromoteDownstreamParams

func NewPromoteDownstreamParams() *PromoteDownstreamParams

NewPromoteDownstreamParams creates a new PromoteDownstreamParams 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 NewPromoteDownstreamParamsWithContext

func NewPromoteDownstreamParamsWithContext(ctx context.Context) *PromoteDownstreamParams

NewPromoteDownstreamParamsWithContext creates a new PromoteDownstreamParams object with the ability to set a context for a request.

func NewPromoteDownstreamParamsWithHTTPClient

func NewPromoteDownstreamParamsWithHTTPClient(client *http.Client) *PromoteDownstreamParams

NewPromoteDownstreamParamsWithHTTPClient creates a new PromoteDownstreamParams object with the ability to set a custom HTTPClient for a request.

func NewPromoteDownstreamParamsWithTimeout

func NewPromoteDownstreamParamsWithTimeout(timeout time.Duration) *PromoteDownstreamParams

NewPromoteDownstreamParamsWithTimeout creates a new PromoteDownstreamParams object with the ability to set a timeout on a request.

func (*PromoteDownstreamParams) SetBody

SetBody adds the body to the promote downstream params

func (*PromoteDownstreamParams) SetContext

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

SetContext adds the context to the promote downstream params

func (*PromoteDownstreamParams) SetDefaults

func (o *PromoteDownstreamParams) SetDefaults()

SetDefaults hydrates default values in the promote downstream params (not the query body).

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

func (*PromoteDownstreamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the promote downstream params

func (*PromoteDownstreamParams) SetProject

func (o *PromoteDownstreamParams) SetProject(project string)

SetProject adds the project to the promote downstream params

func (*PromoteDownstreamParams) SetStage

func (o *PromoteDownstreamParams) SetStage(stage string)

SetStage adds the stage to the promote downstream params

func (*PromoteDownstreamParams) SetTimeout

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

SetTimeout adds the timeout to the promote downstream params

func (*PromoteDownstreamParams) WithBody

WithBody adds the body to the promote downstream params

func (*PromoteDownstreamParams) WithContext

WithContext adds the context to the promote downstream params

func (*PromoteDownstreamParams) WithDefaults

WithDefaults hydrates default values in the promote downstream params (not the query body).

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

func (*PromoteDownstreamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the promote downstream params

func (*PromoteDownstreamParams) WithProject

func (o *PromoteDownstreamParams) WithProject(project string) *PromoteDownstreamParams

WithProject adds the project to the promote downstream params

func (*PromoteDownstreamParams) WithStage

WithStage adds the stage to the promote downstream params

func (*PromoteDownstreamParams) WithTimeout

WithTimeout adds the timeout to the promote downstream params

func (*PromoteDownstreamParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PromoteDownstreamReader

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

PromoteDownstreamReader is a Reader for the PromoteDownstream structure.

func (*PromoteDownstreamReader) ReadResponse

func (o *PromoteDownstreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type PromoteToStageCreated

type PromoteToStageCreated struct {
	Payload any
}

PromoteToStageCreated describes a response with status code 201, with default header values.

Promotion resource (github.com/akuity/kargo/api/v1alpha1.Promotion)

func NewPromoteToStageCreated

func NewPromoteToStageCreated() *PromoteToStageCreated

NewPromoteToStageCreated creates a PromoteToStageCreated with default headers values

func (*PromoteToStageCreated) Code

func (o *PromoteToStageCreated) Code() int

Code gets the status code for the promote to stage created response

func (*PromoteToStageCreated) Error

func (o *PromoteToStageCreated) Error() string

func (*PromoteToStageCreated) GetPayload

func (o *PromoteToStageCreated) GetPayload() any

func (*PromoteToStageCreated) IsClientError

func (o *PromoteToStageCreated) IsClientError() bool

IsClientError returns true when this promote to stage created response has a 4xx status code

func (*PromoteToStageCreated) IsCode

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

IsCode returns true when this promote to stage created response a status code equal to that given

func (*PromoteToStageCreated) IsRedirect

func (o *PromoteToStageCreated) IsRedirect() bool

IsRedirect returns true when this promote to stage created response has a 3xx status code

func (*PromoteToStageCreated) IsServerError

func (o *PromoteToStageCreated) IsServerError() bool

IsServerError returns true when this promote to stage created response has a 5xx status code

func (*PromoteToStageCreated) IsSuccess

func (o *PromoteToStageCreated) IsSuccess() bool

IsSuccess returns true when this promote to stage created response has a 2xx status code

func (*PromoteToStageCreated) String

func (o *PromoteToStageCreated) String() string

type PromoteToStageParams

type PromoteToStageParams struct {

	/* Body.

	   Promote request
	*/
	Body *models.PromoteToStageRequest

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

PromoteToStageParams contains all the parameters to send to the API endpoint

for the promote to stage operation.

Typically these are written to a http.Request.

func NewPromoteToStageParams

func NewPromoteToStageParams() *PromoteToStageParams

NewPromoteToStageParams creates a new PromoteToStageParams 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 NewPromoteToStageParamsWithContext

func NewPromoteToStageParamsWithContext(ctx context.Context) *PromoteToStageParams

NewPromoteToStageParamsWithContext creates a new PromoteToStageParams object with the ability to set a context for a request.

func NewPromoteToStageParamsWithHTTPClient

func NewPromoteToStageParamsWithHTTPClient(client *http.Client) *PromoteToStageParams

NewPromoteToStageParamsWithHTTPClient creates a new PromoteToStageParams object with the ability to set a custom HTTPClient for a request.

func NewPromoteToStageParamsWithTimeout

func NewPromoteToStageParamsWithTimeout(timeout time.Duration) *PromoteToStageParams

NewPromoteToStageParamsWithTimeout creates a new PromoteToStageParams object with the ability to set a timeout on a request.

func (*PromoteToStageParams) SetBody

SetBody adds the body to the promote to stage params

func (*PromoteToStageParams) SetContext

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

SetContext adds the context to the promote to stage params

func (*PromoteToStageParams) SetDefaults

func (o *PromoteToStageParams) SetDefaults()

SetDefaults hydrates default values in the promote to stage params (not the query body).

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

func (*PromoteToStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the promote to stage params

func (*PromoteToStageParams) SetProject

func (o *PromoteToStageParams) SetProject(project string)

SetProject adds the project to the promote to stage params

func (*PromoteToStageParams) SetStage

func (o *PromoteToStageParams) SetStage(stage string)

SetStage adds the stage to the promote to stage params

func (*PromoteToStageParams) SetTimeout

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

SetTimeout adds the timeout to the promote to stage params

func (*PromoteToStageParams) WithBody

WithBody adds the body to the promote to stage params

func (*PromoteToStageParams) WithContext

WithContext adds the context to the promote to stage params

func (*PromoteToStageParams) WithDefaults

func (o *PromoteToStageParams) WithDefaults() *PromoteToStageParams

WithDefaults hydrates default values in the promote to stage params (not the query body).

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

func (*PromoteToStageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the promote to stage params

func (*PromoteToStageParams) WithProject

func (o *PromoteToStageParams) WithProject(project string) *PromoteToStageParams

WithProject adds the project to the promote to stage params

func (*PromoteToStageParams) WithStage

func (o *PromoteToStageParams) WithStage(stage string) *PromoteToStageParams

WithStage adds the stage to the promote to stage params

func (*PromoteToStageParams) WithTimeout

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

WithTimeout adds the timeout to the promote to stage params

func (*PromoteToStageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PromoteToStageReader

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

PromoteToStageReader is a Reader for the PromoteToStage structure.

func (*PromoteToStageReader) ReadResponse

func (o *PromoteToStageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type QueryFreightsRestOK

type QueryFreightsRestOK struct {
	Payload any
}

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

Map of freight groups

func NewQueryFreightsRestOK

func NewQueryFreightsRestOK() *QueryFreightsRestOK

NewQueryFreightsRestOK creates a QueryFreightsRestOK with default headers values

func (*QueryFreightsRestOK) Code

func (o *QueryFreightsRestOK) Code() int

Code gets the status code for the query freights rest o k response

func (*QueryFreightsRestOK) Error

func (o *QueryFreightsRestOK) Error() string

func (*QueryFreightsRestOK) GetPayload

func (o *QueryFreightsRestOK) GetPayload() any

func (*QueryFreightsRestOK) IsClientError

func (o *QueryFreightsRestOK) IsClientError() bool

IsClientError returns true when this query freights rest o k response has a 4xx status code

func (*QueryFreightsRestOK) IsCode

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

IsCode returns true when this query freights rest o k response a status code equal to that given

func (*QueryFreightsRestOK) IsRedirect

func (o *QueryFreightsRestOK) IsRedirect() bool

IsRedirect returns true when this query freights rest o k response has a 3xx status code

func (*QueryFreightsRestOK) IsServerError

func (o *QueryFreightsRestOK) IsServerError() bool

IsServerError returns true when this query freights rest o k response has a 5xx status code

func (*QueryFreightsRestOK) IsSuccess

func (o *QueryFreightsRestOK) IsSuccess() bool

IsSuccess returns true when this query freights rest o k response has a 2xx status code

func (*QueryFreightsRestOK) String

func (o *QueryFreightsRestOK) String() string

type QueryFreightsRestParams

type QueryFreightsRestParams struct {

	/* Group.

	   Group filter
	*/
	Group *string

	/* GroupBy.

	   Group by (image_repo, git_repo, chart_repo)
	*/
	GroupBy *string

	/* OrderBy.

	   Order by (first_seen, tag)
	*/
	OrderBy *string

	/* Origins.

	   Warehouse names to get freight from
	*/
	Origins []string

	/* Project.

	   Project name
	*/
	Project string

	/* Reverse.

	   Reverse order
	*/
	Reverse *bool

	/* Stage.

	   Stage name to get available freight for
	*/
	Stage *string

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

QueryFreightsRestParams contains all the parameters to send to the API endpoint

for the query freights rest operation.

Typically these are written to a http.Request.

func NewQueryFreightsRestParams

func NewQueryFreightsRestParams() *QueryFreightsRestParams

NewQueryFreightsRestParams creates a new QueryFreightsRestParams 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 NewQueryFreightsRestParamsWithContext

func NewQueryFreightsRestParamsWithContext(ctx context.Context) *QueryFreightsRestParams

NewQueryFreightsRestParamsWithContext creates a new QueryFreightsRestParams object with the ability to set a context for a request.

func NewQueryFreightsRestParamsWithHTTPClient

func NewQueryFreightsRestParamsWithHTTPClient(client *http.Client) *QueryFreightsRestParams

NewQueryFreightsRestParamsWithHTTPClient creates a new QueryFreightsRestParams object with the ability to set a custom HTTPClient for a request.

func NewQueryFreightsRestParamsWithTimeout

func NewQueryFreightsRestParamsWithTimeout(timeout time.Duration) *QueryFreightsRestParams

NewQueryFreightsRestParamsWithTimeout creates a new QueryFreightsRestParams object with the ability to set a timeout on a request.

func (*QueryFreightsRestParams) SetContext

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

SetContext adds the context to the query freights rest params

func (*QueryFreightsRestParams) SetDefaults

func (o *QueryFreightsRestParams) SetDefaults()

SetDefaults hydrates default values in the query freights rest params (not the query body).

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

func (*QueryFreightsRestParams) SetGroup

func (o *QueryFreightsRestParams) SetGroup(group *string)

SetGroup adds the group to the query freights rest params

func (*QueryFreightsRestParams) SetGroupBy

func (o *QueryFreightsRestParams) SetGroupBy(groupBy *string)

SetGroupBy adds the groupBy to the query freights rest params

func (*QueryFreightsRestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query freights rest params

func (*QueryFreightsRestParams) SetOrderBy

func (o *QueryFreightsRestParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the query freights rest params

func (*QueryFreightsRestParams) SetOrigins

func (o *QueryFreightsRestParams) SetOrigins(origins []string)

SetOrigins adds the origins to the query freights rest params

func (*QueryFreightsRestParams) SetProject

func (o *QueryFreightsRestParams) SetProject(project string)

SetProject adds the project to the query freights rest params

func (*QueryFreightsRestParams) SetReverse

func (o *QueryFreightsRestParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the query freights rest params

func (*QueryFreightsRestParams) SetStage

func (o *QueryFreightsRestParams) SetStage(stage *string)

SetStage adds the stage to the query freights rest params

func (*QueryFreightsRestParams) SetTimeout

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

SetTimeout adds the timeout to the query freights rest params

func (*QueryFreightsRestParams) WithContext

WithContext adds the context to the query freights rest params

func (*QueryFreightsRestParams) WithDefaults

WithDefaults hydrates default values in the query freights rest params (not the query body).

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

func (*QueryFreightsRestParams) WithGroup

WithGroup adds the group to the query freights rest params

func (*QueryFreightsRestParams) WithGroupBy

func (o *QueryFreightsRestParams) WithGroupBy(groupBy *string) *QueryFreightsRestParams

WithGroupBy adds the groupBy to the query freights rest params

func (*QueryFreightsRestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query freights rest params

func (*QueryFreightsRestParams) WithOrderBy

func (o *QueryFreightsRestParams) WithOrderBy(orderBy *string) *QueryFreightsRestParams

WithOrderBy adds the orderBy to the query freights rest params

func (*QueryFreightsRestParams) WithOrigins

func (o *QueryFreightsRestParams) WithOrigins(origins []string) *QueryFreightsRestParams

WithOrigins adds the origins to the query freights rest params

func (*QueryFreightsRestParams) WithProject

func (o *QueryFreightsRestParams) WithProject(project string) *QueryFreightsRestParams

WithProject adds the project to the query freights rest params

func (*QueryFreightsRestParams) WithReverse

func (o *QueryFreightsRestParams) WithReverse(reverse *bool) *QueryFreightsRestParams

WithReverse adds the reverse to the query freights rest params

func (*QueryFreightsRestParams) WithStage

WithStage adds the stage to the query freights rest params

func (*QueryFreightsRestParams) WithTimeout

WithTimeout adds the timeout to the query freights rest params

func (*QueryFreightsRestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryFreightsRestReader

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

QueryFreightsRestReader is a Reader for the QueryFreightsRest structure.

func (*QueryFreightsRestReader) ReadResponse

func (o *QueryFreightsRestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RefreshProjectConfigOK

type RefreshProjectConfigOK struct {
}

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

Success

func NewRefreshProjectConfigOK

func NewRefreshProjectConfigOK() *RefreshProjectConfigOK

NewRefreshProjectConfigOK creates a RefreshProjectConfigOK with default headers values

func (*RefreshProjectConfigOK) Code

func (o *RefreshProjectConfigOK) Code() int

Code gets the status code for the refresh project config o k response

func (*RefreshProjectConfigOK) Error

func (o *RefreshProjectConfigOK) Error() string

func (*RefreshProjectConfigOK) IsClientError

func (o *RefreshProjectConfigOK) IsClientError() bool

IsClientError returns true when this refresh project config o k response has a 4xx status code

func (*RefreshProjectConfigOK) IsCode

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

IsCode returns true when this refresh project config o k response a status code equal to that given

func (*RefreshProjectConfigOK) IsRedirect

func (o *RefreshProjectConfigOK) IsRedirect() bool

IsRedirect returns true when this refresh project config o k response has a 3xx status code

func (*RefreshProjectConfigOK) IsServerError

func (o *RefreshProjectConfigOK) IsServerError() bool

IsServerError returns true when this refresh project config o k response has a 5xx status code

func (*RefreshProjectConfigOK) IsSuccess

func (o *RefreshProjectConfigOK) IsSuccess() bool

IsSuccess returns true when this refresh project config o k response has a 2xx status code

func (*RefreshProjectConfigOK) String

func (o *RefreshProjectConfigOK) String() string

type RefreshProjectConfigParams

type RefreshProjectConfigParams struct {

	/* Project.

	   Project name
	*/
	Project string

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

RefreshProjectConfigParams contains all the parameters to send to the API endpoint

for the refresh project config operation.

Typically these are written to a http.Request.

func NewRefreshProjectConfigParams

func NewRefreshProjectConfigParams() *RefreshProjectConfigParams

NewRefreshProjectConfigParams creates a new RefreshProjectConfigParams 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 NewRefreshProjectConfigParamsWithContext

func NewRefreshProjectConfigParamsWithContext(ctx context.Context) *RefreshProjectConfigParams

NewRefreshProjectConfigParamsWithContext creates a new RefreshProjectConfigParams object with the ability to set a context for a request.

func NewRefreshProjectConfigParamsWithHTTPClient

func NewRefreshProjectConfigParamsWithHTTPClient(client *http.Client) *RefreshProjectConfigParams

NewRefreshProjectConfigParamsWithHTTPClient creates a new RefreshProjectConfigParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshProjectConfigParamsWithTimeout

func NewRefreshProjectConfigParamsWithTimeout(timeout time.Duration) *RefreshProjectConfigParams

NewRefreshProjectConfigParamsWithTimeout creates a new RefreshProjectConfigParams object with the ability to set a timeout on a request.

func (*RefreshProjectConfigParams) SetContext

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

SetContext adds the context to the refresh project config params

func (*RefreshProjectConfigParams) SetDefaults

func (o *RefreshProjectConfigParams) SetDefaults()

SetDefaults hydrates default values in the refresh project config params (not the query body).

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

func (*RefreshProjectConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh project config params

func (*RefreshProjectConfigParams) SetProject

func (o *RefreshProjectConfigParams) SetProject(project string)

SetProject adds the project to the refresh project config params

func (*RefreshProjectConfigParams) SetTimeout

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

SetTimeout adds the timeout to the refresh project config params

func (*RefreshProjectConfigParams) WithContext

WithContext adds the context to the refresh project config params

func (*RefreshProjectConfigParams) WithDefaults

WithDefaults hydrates default values in the refresh project config params (not the query body).

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

func (*RefreshProjectConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the refresh project config params

func (*RefreshProjectConfigParams) WithProject

WithProject adds the project to the refresh project config params

func (*RefreshProjectConfigParams) WithTimeout

WithTimeout adds the timeout to the refresh project config params

func (*RefreshProjectConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RefreshProjectConfigReader

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

RefreshProjectConfigReader is a Reader for the RefreshProjectConfig structure.

func (*RefreshProjectConfigReader) ReadResponse

func (o *RefreshProjectConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RefreshPromotionOK

type RefreshPromotionOK struct {
}

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

Success

func NewRefreshPromotionOK

func NewRefreshPromotionOK() *RefreshPromotionOK

NewRefreshPromotionOK creates a RefreshPromotionOK with default headers values

func (*RefreshPromotionOK) Code

func (o *RefreshPromotionOK) Code() int

Code gets the status code for the refresh promotion o k response

func (*RefreshPromotionOK) Error

func (o *RefreshPromotionOK) Error() string

func (*RefreshPromotionOK) IsClientError

func (o *RefreshPromotionOK) IsClientError() bool

IsClientError returns true when this refresh promotion o k response has a 4xx status code

func (*RefreshPromotionOK) IsCode

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

IsCode returns true when this refresh promotion o k response a status code equal to that given

func (*RefreshPromotionOK) IsRedirect

func (o *RefreshPromotionOK) IsRedirect() bool

IsRedirect returns true when this refresh promotion o k response has a 3xx status code

func (*RefreshPromotionOK) IsServerError

func (o *RefreshPromotionOK) IsServerError() bool

IsServerError returns true when this refresh promotion o k response has a 5xx status code

func (*RefreshPromotionOK) IsSuccess

func (o *RefreshPromotionOK) IsSuccess() bool

IsSuccess returns true when this refresh promotion o k response has a 2xx status code

func (*RefreshPromotionOK) String

func (o *RefreshPromotionOK) String() string

type RefreshPromotionParams

type RefreshPromotionParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Promotion.

	   Promotion name
	*/
	Promotion string

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

RefreshPromotionParams contains all the parameters to send to the API endpoint

for the refresh promotion operation.

Typically these are written to a http.Request.

func NewRefreshPromotionParams

func NewRefreshPromotionParams() *RefreshPromotionParams

NewRefreshPromotionParams creates a new RefreshPromotionParams 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 NewRefreshPromotionParamsWithContext

func NewRefreshPromotionParamsWithContext(ctx context.Context) *RefreshPromotionParams

NewRefreshPromotionParamsWithContext creates a new RefreshPromotionParams object with the ability to set a context for a request.

func NewRefreshPromotionParamsWithHTTPClient

func NewRefreshPromotionParamsWithHTTPClient(client *http.Client) *RefreshPromotionParams

NewRefreshPromotionParamsWithHTTPClient creates a new RefreshPromotionParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshPromotionParamsWithTimeout

func NewRefreshPromotionParamsWithTimeout(timeout time.Duration) *RefreshPromotionParams

NewRefreshPromotionParamsWithTimeout creates a new RefreshPromotionParams object with the ability to set a timeout on a request.

func (*RefreshPromotionParams) SetContext

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

SetContext adds the context to the refresh promotion params

func (*RefreshPromotionParams) SetDefaults

func (o *RefreshPromotionParams) SetDefaults()

SetDefaults hydrates default values in the refresh promotion params (not the query body).

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

func (*RefreshPromotionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh promotion params

func (*RefreshPromotionParams) SetProject

func (o *RefreshPromotionParams) SetProject(project string)

SetProject adds the project to the refresh promotion params

func (*RefreshPromotionParams) SetPromotion

func (o *RefreshPromotionParams) SetPromotion(promotion string)

SetPromotion adds the promotion to the refresh promotion params

func (*RefreshPromotionParams) SetTimeout

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

SetTimeout adds the timeout to the refresh promotion params

func (*RefreshPromotionParams) WithContext

WithContext adds the context to the refresh promotion params

func (*RefreshPromotionParams) WithDefaults

WithDefaults hydrates default values in the refresh promotion params (not the query body).

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

func (*RefreshPromotionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the refresh promotion params

func (*RefreshPromotionParams) WithProject

func (o *RefreshPromotionParams) WithProject(project string) *RefreshPromotionParams

WithProject adds the project to the refresh promotion params

func (*RefreshPromotionParams) WithPromotion

func (o *RefreshPromotionParams) WithPromotion(promotion string) *RefreshPromotionParams

WithPromotion adds the promotion to the refresh promotion params

func (*RefreshPromotionParams) WithTimeout

WithTimeout adds the timeout to the refresh promotion params

func (*RefreshPromotionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RefreshPromotionReader

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

RefreshPromotionReader is a Reader for the RefreshPromotion structure.

func (*RefreshPromotionReader) ReadResponse

func (o *RefreshPromotionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RefreshStageOK

type RefreshStageOK struct {
}

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

Success

func NewRefreshStageOK

func NewRefreshStageOK() *RefreshStageOK

NewRefreshStageOK creates a RefreshStageOK with default headers values

func (*RefreshStageOK) Code

func (o *RefreshStageOK) Code() int

Code gets the status code for the refresh stage o k response

func (*RefreshStageOK) Error

func (o *RefreshStageOK) Error() string

func (*RefreshStageOK) IsClientError

func (o *RefreshStageOK) IsClientError() bool

IsClientError returns true when this refresh stage o k response has a 4xx status code

func (*RefreshStageOK) IsCode

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

IsCode returns true when this refresh stage o k response a status code equal to that given

func (*RefreshStageOK) IsRedirect

func (o *RefreshStageOK) IsRedirect() bool

IsRedirect returns true when this refresh stage o k response has a 3xx status code

func (*RefreshStageOK) IsServerError

func (o *RefreshStageOK) IsServerError() bool

IsServerError returns true when this refresh stage o k response has a 5xx status code

func (*RefreshStageOK) IsSuccess

func (o *RefreshStageOK) IsSuccess() bool

IsSuccess returns true when this refresh stage o k response has a 2xx status code

func (*RefreshStageOK) String

func (o *RefreshStageOK) String() string

type RefreshStageParams

type RefreshStageParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Stage.

	   Stage name
	*/
	Stage string

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

RefreshStageParams contains all the parameters to send to the API endpoint

for the refresh stage operation.

Typically these are written to a http.Request.

func NewRefreshStageParams

func NewRefreshStageParams() *RefreshStageParams

NewRefreshStageParams creates a new RefreshStageParams 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 NewRefreshStageParamsWithContext

func NewRefreshStageParamsWithContext(ctx context.Context) *RefreshStageParams

NewRefreshStageParamsWithContext creates a new RefreshStageParams object with the ability to set a context for a request.

func NewRefreshStageParamsWithHTTPClient

func NewRefreshStageParamsWithHTTPClient(client *http.Client) *RefreshStageParams

NewRefreshStageParamsWithHTTPClient creates a new RefreshStageParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshStageParamsWithTimeout

func NewRefreshStageParamsWithTimeout(timeout time.Duration) *RefreshStageParams

NewRefreshStageParamsWithTimeout creates a new RefreshStageParams object with the ability to set a timeout on a request.

func (*RefreshStageParams) SetContext

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

SetContext adds the context to the refresh stage params

func (*RefreshStageParams) SetDefaults

func (o *RefreshStageParams) SetDefaults()

SetDefaults hydrates default values in the refresh stage params (not the query body).

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

func (*RefreshStageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh stage params

func (*RefreshStageParams) SetProject

func (o *RefreshStageParams) SetProject(project string)

SetProject adds the project to the refresh stage params

func (*RefreshStageParams) SetStage

func (o *RefreshStageParams) SetStage(stage string)

SetStage adds the stage to the refresh stage params

func (*RefreshStageParams) SetTimeout

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

SetTimeout adds the timeout to the refresh stage params

func (*RefreshStageParams) WithContext

WithContext adds the context to the refresh stage params

func (*RefreshStageParams) WithDefaults

func (o *RefreshStageParams) WithDefaults() *RefreshStageParams

WithDefaults hydrates default values in the refresh stage params (not the query body).

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

func (*RefreshStageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the refresh stage params

func (*RefreshStageParams) WithProject

func (o *RefreshStageParams) WithProject(project string) *RefreshStageParams

WithProject adds the project to the refresh stage params

func (*RefreshStageParams) WithStage

func (o *RefreshStageParams) WithStage(stage string) *RefreshStageParams

WithStage adds the stage to the refresh stage params

func (*RefreshStageParams) WithTimeout

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

WithTimeout adds the timeout to the refresh stage params

func (*RefreshStageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RefreshStageReader

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

RefreshStageReader is a Reader for the RefreshStage structure.

func (*RefreshStageReader) ReadResponse

func (o *RefreshStageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type RefreshWarehouseOK

type RefreshWarehouseOK struct {
}

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

Success

func NewRefreshWarehouseOK

func NewRefreshWarehouseOK() *RefreshWarehouseOK

NewRefreshWarehouseOK creates a RefreshWarehouseOK with default headers values

func (*RefreshWarehouseOK) Code

func (o *RefreshWarehouseOK) Code() int

Code gets the status code for the refresh warehouse o k response

func (*RefreshWarehouseOK) Error

func (o *RefreshWarehouseOK) Error() string

func (*RefreshWarehouseOK) IsClientError

func (o *RefreshWarehouseOK) IsClientError() bool

IsClientError returns true when this refresh warehouse o k response has a 4xx status code

func (*RefreshWarehouseOK) IsCode

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

IsCode returns true when this refresh warehouse o k response a status code equal to that given

func (*RefreshWarehouseOK) IsRedirect

func (o *RefreshWarehouseOK) IsRedirect() bool

IsRedirect returns true when this refresh warehouse o k response has a 3xx status code

func (*RefreshWarehouseOK) IsServerError

func (o *RefreshWarehouseOK) IsServerError() bool

IsServerError returns true when this refresh warehouse o k response has a 5xx status code

func (*RefreshWarehouseOK) IsSuccess

func (o *RefreshWarehouseOK) IsSuccess() bool

IsSuccess returns true when this refresh warehouse o k response has a 2xx status code

func (*RefreshWarehouseOK) String

func (o *RefreshWarehouseOK) String() string

type RefreshWarehouseParams

type RefreshWarehouseParams struct {

	/* Project.

	   Project name
	*/
	Project string

	/* Warehouse.

	   Warehouse name
	*/
	Warehouse string

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

RefreshWarehouseParams contains all the parameters to send to the API endpoint

for the refresh warehouse operation.

Typically these are written to a http.Request.

func NewRefreshWarehouseParams

func NewRefreshWarehouseParams() *RefreshWarehouseParams

NewRefreshWarehouseParams creates a new RefreshWarehouseParams 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 NewRefreshWarehouseParamsWithContext

func NewRefreshWarehouseParamsWithContext(ctx context.Context) *RefreshWarehouseParams

NewRefreshWarehouseParamsWithContext creates a new RefreshWarehouseParams object with the ability to set a context for a request.

func NewRefreshWarehouseParamsWithHTTPClient

func NewRefreshWarehouseParamsWithHTTPClient(client *http.Client) *RefreshWarehouseParams

NewRefreshWarehouseParamsWithHTTPClient creates a new RefreshWarehouseParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshWarehouseParamsWithTimeout

func NewRefreshWarehouseParamsWithTimeout(timeout time.Duration) *RefreshWarehouseParams

NewRefreshWarehouseParamsWithTimeout creates a new RefreshWarehouseParams object with the ability to set a timeout on a request.

func (*RefreshWarehouseParams) SetContext

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

SetContext adds the context to the refresh warehouse params

func (*RefreshWarehouseParams) SetDefaults

func (o *RefreshWarehouseParams) SetDefaults()

SetDefaults hydrates default values in the refresh warehouse params (not the query body).

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

func (*RefreshWarehouseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the refresh warehouse params

func (*RefreshWarehouseParams) SetProject

func (o *RefreshWarehouseParams) SetProject(project string)

SetProject adds the project to the refresh warehouse params

func (*RefreshWarehouseParams) SetTimeout

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

SetTimeout adds the timeout to the refresh warehouse params

func (*RefreshWarehouseParams) SetWarehouse

func (o *RefreshWarehouseParams) SetWarehouse(warehouse string)

SetWarehouse adds the warehouse to the refresh warehouse params

func (*RefreshWarehouseParams) WithContext

WithContext adds the context to the refresh warehouse params

func (*RefreshWarehouseParams) WithDefaults

WithDefaults hydrates default values in the refresh warehouse params (not the query body).

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

func (*RefreshWarehouseParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the refresh warehouse params

func (*RefreshWarehouseParams) WithProject

func (o *RefreshWarehouseParams) WithProject(project string) *RefreshWarehouseParams

WithProject adds the project to the refresh warehouse params

func (*RefreshWarehouseParams) WithTimeout

WithTimeout adds the timeout to the refresh warehouse params

func (*RefreshWarehouseParams) WithWarehouse

func (o *RefreshWarehouseParams) WithWarehouse(warehouse string) *RefreshWarehouseParams

WithWarehouse adds the warehouse to the refresh warehouse params

func (*RefreshWarehouseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RefreshWarehouseReader

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

RefreshWarehouseReader is a Reader for the RefreshWarehouse structure.

func (*RefreshWarehouseReader) ReadResponse

func (o *RefreshWarehouseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateProjectConfigMapOK

type UpdateProjectConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewUpdateProjectConfigMapOK

func NewUpdateProjectConfigMapOK() *UpdateProjectConfigMapOK

NewUpdateProjectConfigMapOK creates a UpdateProjectConfigMapOK with default headers values

func (*UpdateProjectConfigMapOK) Code

func (o *UpdateProjectConfigMapOK) Code() int

Code gets the status code for the update project config map o k response

func (*UpdateProjectConfigMapOK) Error

func (o *UpdateProjectConfigMapOK) Error() string

func (*UpdateProjectConfigMapOK) GetPayload

func (o *UpdateProjectConfigMapOK) GetPayload() any

func (*UpdateProjectConfigMapOK) IsClientError

func (o *UpdateProjectConfigMapOK) IsClientError() bool

IsClientError returns true when this update project config map o k response has a 4xx status code

func (*UpdateProjectConfigMapOK) IsCode

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

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

func (*UpdateProjectConfigMapOK) IsRedirect

func (o *UpdateProjectConfigMapOK) IsRedirect() bool

IsRedirect returns true when this update project config map o k response has a 3xx status code

func (*UpdateProjectConfigMapOK) IsServerError

func (o *UpdateProjectConfigMapOK) IsServerError() bool

IsServerError returns true when this update project config map o k response has a 5xx status code

func (*UpdateProjectConfigMapOK) IsSuccess

func (o *UpdateProjectConfigMapOK) IsSuccess() bool

IsSuccess returns true when this update project config map o k response has a 2xx status code

func (*UpdateProjectConfigMapOK) String

func (o *UpdateProjectConfigMapOK) String() string

type UpdateProjectConfigMapParams

type UpdateProjectConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.UpdateConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

	/* Project.

	   Project name
	*/
	Project string

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

UpdateProjectConfigMapParams contains all the parameters to send to the API endpoint

for the update project config map operation.

Typically these are written to a http.Request.

func NewUpdateProjectConfigMapParams

func NewUpdateProjectConfigMapParams() *UpdateProjectConfigMapParams

NewUpdateProjectConfigMapParams creates a new UpdateProjectConfigMapParams 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 NewUpdateProjectConfigMapParamsWithContext

func NewUpdateProjectConfigMapParamsWithContext(ctx context.Context) *UpdateProjectConfigMapParams

NewUpdateProjectConfigMapParamsWithContext creates a new UpdateProjectConfigMapParams object with the ability to set a context for a request.

func NewUpdateProjectConfigMapParamsWithHTTPClient

func NewUpdateProjectConfigMapParamsWithHTTPClient(client *http.Client) *UpdateProjectConfigMapParams

NewUpdateProjectConfigMapParamsWithHTTPClient creates a new UpdateProjectConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProjectConfigMapParamsWithTimeout

func NewUpdateProjectConfigMapParamsWithTimeout(timeout time.Duration) *UpdateProjectConfigMapParams

NewUpdateProjectConfigMapParamsWithTimeout creates a new UpdateProjectConfigMapParams object with the ability to set a timeout on a request.

func (*UpdateProjectConfigMapParams) SetBody

SetBody adds the body to the update project config map params

func (*UpdateProjectConfigMapParams) SetConfigmap

func (o *UpdateProjectConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the update project config map params

func (*UpdateProjectConfigMapParams) SetContext

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

SetContext adds the context to the update project config map params

func (*UpdateProjectConfigMapParams) SetDefaults

func (o *UpdateProjectConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the update project config map params (not the query body).

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

func (*UpdateProjectConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update project config map params

func (*UpdateProjectConfigMapParams) SetProject

func (o *UpdateProjectConfigMapParams) SetProject(project string)

SetProject adds the project to the update project config map params

func (*UpdateProjectConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the update project config map params

func (*UpdateProjectConfigMapParams) WithBody

WithBody adds the body to the update project config map params

func (*UpdateProjectConfigMapParams) WithConfigmap

WithConfigmap adds the configmap to the update project config map params

func (*UpdateProjectConfigMapParams) WithContext

WithContext adds the context to the update project config map params

func (*UpdateProjectConfigMapParams) WithDefaults

WithDefaults hydrates default values in the update project config map params (not the query body).

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

func (*UpdateProjectConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project config map params

func (*UpdateProjectConfigMapParams) WithProject

WithProject adds the project to the update project config map params

func (*UpdateProjectConfigMapParams) WithTimeout

WithTimeout adds the timeout to the update project config map params

func (*UpdateProjectConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectConfigMapReader

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

UpdateProjectConfigMapReader is a Reader for the UpdateProjectConfigMap structure.

func (*UpdateProjectConfigMapReader) ReadResponse

func (o *UpdateProjectConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateSharedConfigMapOK

type UpdateSharedConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewUpdateSharedConfigMapOK

func NewUpdateSharedConfigMapOK() *UpdateSharedConfigMapOK

NewUpdateSharedConfigMapOK creates a UpdateSharedConfigMapOK with default headers values

func (*UpdateSharedConfigMapOK) Code

func (o *UpdateSharedConfigMapOK) Code() int

Code gets the status code for the update shared config map o k response

func (*UpdateSharedConfigMapOK) Error

func (o *UpdateSharedConfigMapOK) Error() string

func (*UpdateSharedConfigMapOK) GetPayload

func (o *UpdateSharedConfigMapOK) GetPayload() any

func (*UpdateSharedConfigMapOK) IsClientError

func (o *UpdateSharedConfigMapOK) IsClientError() bool

IsClientError returns true when this update shared config map o k response has a 4xx status code

func (*UpdateSharedConfigMapOK) IsCode

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

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

func (*UpdateSharedConfigMapOK) IsRedirect

func (o *UpdateSharedConfigMapOK) IsRedirect() bool

IsRedirect returns true when this update shared config map o k response has a 3xx status code

func (*UpdateSharedConfigMapOK) IsServerError

func (o *UpdateSharedConfigMapOK) IsServerError() bool

IsServerError returns true when this update shared config map o k response has a 5xx status code

func (*UpdateSharedConfigMapOK) IsSuccess

func (o *UpdateSharedConfigMapOK) IsSuccess() bool

IsSuccess returns true when this update shared config map o k response has a 2xx status code

func (*UpdateSharedConfigMapOK) String

func (o *UpdateSharedConfigMapOK) String() string

type UpdateSharedConfigMapParams

type UpdateSharedConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.UpdateConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

UpdateSharedConfigMapParams contains all the parameters to send to the API endpoint

for the update shared config map operation.

Typically these are written to a http.Request.

func NewUpdateSharedConfigMapParams

func NewUpdateSharedConfigMapParams() *UpdateSharedConfigMapParams

NewUpdateSharedConfigMapParams creates a new UpdateSharedConfigMapParams 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 NewUpdateSharedConfigMapParamsWithContext

func NewUpdateSharedConfigMapParamsWithContext(ctx context.Context) *UpdateSharedConfigMapParams

NewUpdateSharedConfigMapParamsWithContext creates a new UpdateSharedConfigMapParams object with the ability to set a context for a request.

func NewUpdateSharedConfigMapParamsWithHTTPClient

func NewUpdateSharedConfigMapParamsWithHTTPClient(client *http.Client) *UpdateSharedConfigMapParams

NewUpdateSharedConfigMapParamsWithHTTPClient creates a new UpdateSharedConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSharedConfigMapParamsWithTimeout

func NewUpdateSharedConfigMapParamsWithTimeout(timeout time.Duration) *UpdateSharedConfigMapParams

NewUpdateSharedConfigMapParamsWithTimeout creates a new UpdateSharedConfigMapParams object with the ability to set a timeout on a request.

func (*UpdateSharedConfigMapParams) SetBody

SetBody adds the body to the update shared config map params

func (*UpdateSharedConfigMapParams) SetConfigmap

func (o *UpdateSharedConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the update shared config map params

func (*UpdateSharedConfigMapParams) SetContext

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

SetContext adds the context to the update shared config map params

func (*UpdateSharedConfigMapParams) SetDefaults

func (o *UpdateSharedConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the update shared config map params (not the query body).

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

func (*UpdateSharedConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update shared config map params

func (*UpdateSharedConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the update shared config map params

func (*UpdateSharedConfigMapParams) WithBody

WithBody adds the body to the update shared config map params

func (*UpdateSharedConfigMapParams) WithConfigmap

func (o *UpdateSharedConfigMapParams) WithConfigmap(configmap string) *UpdateSharedConfigMapParams

WithConfigmap adds the configmap to the update shared config map params

func (*UpdateSharedConfigMapParams) WithContext

WithContext adds the context to the update shared config map params

func (*UpdateSharedConfigMapParams) WithDefaults

WithDefaults hydrates default values in the update shared config map params (not the query body).

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

func (*UpdateSharedConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update shared config map params

func (*UpdateSharedConfigMapParams) WithTimeout

WithTimeout adds the timeout to the update shared config map params

func (*UpdateSharedConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSharedConfigMapReader

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

UpdateSharedConfigMapReader is a Reader for the UpdateSharedConfigMap structure.

func (*UpdateSharedConfigMapReader) ReadResponse

func (o *UpdateSharedConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)

ReadResponse reads a server response into the received o.

type UpdateSystemConfigMapOK

type UpdateSystemConfigMapOK struct {
	Payload any
}

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

ConfigMap resource (k8s.io/api/core/v1.ConfigMap)

func NewUpdateSystemConfigMapOK

func NewUpdateSystemConfigMapOK() *UpdateSystemConfigMapOK

NewUpdateSystemConfigMapOK creates a UpdateSystemConfigMapOK with default headers values

func (*UpdateSystemConfigMapOK) Code

func (o *UpdateSystemConfigMapOK) Code() int

Code gets the status code for the update system config map o k response

func (*UpdateSystemConfigMapOK) Error

func (o *UpdateSystemConfigMapOK) Error() string

func (*UpdateSystemConfigMapOK) GetPayload

func (o *UpdateSystemConfigMapOK) GetPayload() any

func (*UpdateSystemConfigMapOK) IsClientError

func (o *UpdateSystemConfigMapOK) IsClientError() bool

IsClientError returns true when this update system config map o k response has a 4xx status code

func (*UpdateSystemConfigMapOK) IsCode

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

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

func (*UpdateSystemConfigMapOK) IsRedirect

func (o *UpdateSystemConfigMapOK) IsRedirect() bool

IsRedirect returns true when this update system config map o k response has a 3xx status code

func (*UpdateSystemConfigMapOK) IsServerError

func (o *UpdateSystemConfigMapOK) IsServerError() bool

IsServerError returns true when this update system config map o k response has a 5xx status code

func (*UpdateSystemConfigMapOK) IsSuccess

func (o *UpdateSystemConfigMapOK) IsSuccess() bool

IsSuccess returns true when this update system config map o k response has a 2xx status code

func (*UpdateSystemConfigMapOK) String

func (o *UpdateSystemConfigMapOK) String() string

type UpdateSystemConfigMapParams

type UpdateSystemConfigMapParams struct {

	/* Body.

	   ConfigMap
	*/
	Body *models.UpdateConfigMapRequest

	/* Configmap.

	   ConfigMap name
	*/
	Configmap string

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

UpdateSystemConfigMapParams contains all the parameters to send to the API endpoint

for the update system config map operation.

Typically these are written to a http.Request.

func NewUpdateSystemConfigMapParams

func NewUpdateSystemConfigMapParams() *UpdateSystemConfigMapParams

NewUpdateSystemConfigMapParams creates a new UpdateSystemConfigMapParams 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 NewUpdateSystemConfigMapParamsWithContext

func NewUpdateSystemConfigMapParamsWithContext(ctx context.Context) *UpdateSystemConfigMapParams

NewUpdateSystemConfigMapParamsWithContext creates a new UpdateSystemConfigMapParams object with the ability to set a context for a request.

func NewUpdateSystemConfigMapParamsWithHTTPClient

func NewUpdateSystemConfigMapParamsWithHTTPClient(client *http.Client) *UpdateSystemConfigMapParams

NewUpdateSystemConfigMapParamsWithHTTPClient creates a new UpdateSystemConfigMapParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSystemConfigMapParamsWithTimeout

func NewUpdateSystemConfigMapParamsWithTimeout(timeout time.Duration) *UpdateSystemConfigMapParams

NewUpdateSystemConfigMapParamsWithTimeout creates a new UpdateSystemConfigMapParams object with the ability to set a timeout on a request.

func (*UpdateSystemConfigMapParams) SetBody

SetBody adds the body to the update system config map params

func (*UpdateSystemConfigMapParams) SetConfigmap

func (o *UpdateSystemConfigMapParams) SetConfigmap(configmap string)

SetConfigmap adds the configmap to the update system config map params

func (*UpdateSystemConfigMapParams) SetContext

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

SetContext adds the context to the update system config map params

func (*UpdateSystemConfigMapParams) SetDefaults

func (o *UpdateSystemConfigMapParams) SetDefaults()

SetDefaults hydrates default values in the update system config map params (not the query body).

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

func (*UpdateSystemConfigMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update system config map params

func (*UpdateSystemConfigMapParams) SetTimeout

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

SetTimeout adds the timeout to the update system config map params

func (*UpdateSystemConfigMapParams) WithBody

WithBody adds the body to the update system config map params

func (*UpdateSystemConfigMapParams) WithConfigmap

func (o *UpdateSystemConfigMapParams) WithConfigmap(configmap string) *UpdateSystemConfigMapParams

WithConfigmap adds the configmap to the update system config map params

func (*UpdateSystemConfigMapParams) WithContext

WithContext adds the context to the update system config map params

func (*UpdateSystemConfigMapParams) WithDefaults

WithDefaults hydrates default values in the update system config map params (not the query body).

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

func (*UpdateSystemConfigMapParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update system config map params

func (*UpdateSystemConfigMapParams) WithTimeout

WithTimeout adds the timeout to the update system config map params

func (*UpdateSystemConfigMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSystemConfigMapReader

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

UpdateSystemConfigMapReader is a Reader for the UpdateSystemConfigMap structure.

func (*UpdateSystemConfigMapReader) ReadResponse

func (o *UpdateSystemConfigMapReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, 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