component_pipelines

package
v1.0.100 Latest Latest
Warning

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

Go to latest
Published: May 29, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptApplicationVndCycloidIoV1JSON

func WithAcceptApplicationVndCycloidIoV1JSON(r *runtime.ClientOperation)

WithAcceptApplicationVndCycloidIoV1JSON sets the Accept header to "application/vnd.cycloid.io.v1+json".

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeApplicationVndCycloidIoV1JSON

func WithContentTypeApplicationVndCycloidIoV1JSON(r *runtime.ClientOperation)

WithContentTypeApplicationVndCycloidIoV1JSON sets the Content-Type header to "application/vnd.cycloid.io.v1+json".

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

WithContentTypeApplicationxWwwFormUrlencoded sets the Content-Type header to "application/x-www-form-urlencoded".

Types

type Client

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

Client for component pipelines API

func (*Client) CreatePipeline

func (a *Client) CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePipelineOK, error)

CreatePipeline Create a new pipeline

func (*Client) DeletePipeline

func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePipelineNoContent, error)

DeletePipeline Delete the pipeline.

func (*Client) DiffPipeline

func (a *Client) DiffPipeline(params *DiffPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DiffPipelineOK, error)

DiffPipeline The diff between the provided pipeline configuration and the pipeline from the given name.

func (*Client) GetPipeline

func (a *Client) GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineOK, error)

GetPipeline Get the pipeline.

func (*Client) GetPipelineConfig

func (a *Client) GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineConfigOK, error)

GetPipelineConfig Get the YAML configuration of the pipeline.

func (*Client) GetPipelineVariables

func (a *Client) GetPipelineVariables(params *GetPipelineVariablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineVariablesOK, error)

GetPipelineVariables Get the YAML variables of the pipeline.

func (*Client) PausePipeline

func (a *Client) PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PausePipelineNoContent, error)

PausePipeline Pause a pipeline

func (*Client) RenamePipeline

func (a *Client) RenamePipeline(params *RenamePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RenamePipelineNoContent, error)

RenamePipeline Rename a pipeline

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SyncedPipeline

func (a *Client) SyncedPipeline(params *SyncedPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SyncedPipelineOK, error)

SyncedPipeline Will check if the pipeline from the database and the one specified in the stack are synced or not

func (*Client) UnpausePipeline

func (a *Client) UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnpausePipelineNoContent, error)

UnpausePipeline Unpause a pipeline

func (*Client) UpdatePipeline

func (a *Client) UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePipelineOK, error)

UpdatePipeline Update the configuration of the given pipeline name.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

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

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	CreatePipeline(params *CreatePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePipelineOK, error)

	DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePipelineNoContent, error)

	DiffPipeline(params *DiffPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DiffPipelineOK, error)

	GetPipeline(params *GetPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineOK, error)

	GetPipelineConfig(params *GetPipelineConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineConfigOK, error)

	GetPipelineVariables(params *GetPipelineVariablesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineVariablesOK, error)

	PausePipeline(params *PausePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PausePipelineNoContent, error)

	RenamePipeline(params *RenamePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RenamePipelineNoContent, error)

	SyncedPipeline(params *SyncedPipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SyncedPipelineOK, error)

	UnpausePipeline(params *UnpausePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnpausePipelineNoContent, error)

	UpdatePipeline(params *UpdatePipelineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePipelineOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new component pipelines API client.

func NewClientWithBasicAuth

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

New creates a new component pipelines 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 component pipelines 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 CreatePipelineDefault

type CreatePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

CreatePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewCreatePipelineDefault

func NewCreatePipelineDefault(code int) *CreatePipelineDefault

NewCreatePipelineDefault creates a CreatePipelineDefault with default headers values

func (*CreatePipelineDefault) Code

func (o *CreatePipelineDefault) Code() int

Code gets the status code for the create pipeline default response

func (*CreatePipelineDefault) Error

func (o *CreatePipelineDefault) Error() string

func (*CreatePipelineDefault) GetPayload

func (o *CreatePipelineDefault) GetPayload() *models.ErrorPayload

func (*CreatePipelineDefault) IsClientError

func (o *CreatePipelineDefault) IsClientError() bool

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

func (*CreatePipelineDefault) IsCode

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

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

func (*CreatePipelineDefault) IsRedirect

func (o *CreatePipelineDefault) IsRedirect() bool

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

func (*CreatePipelineDefault) IsServerError

func (o *CreatePipelineDefault) IsServerError() bool

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

func (*CreatePipelineDefault) IsSuccess

func (o *CreatePipelineDefault) IsSuccess() bool

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

func (*CreatePipelineDefault) String

func (o *CreatePipelineDefault) String() string

type CreatePipelineForbidden

type CreatePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewCreatePipelineForbidden

func NewCreatePipelineForbidden() *CreatePipelineForbidden

NewCreatePipelineForbidden creates a CreatePipelineForbidden with default headers values

func (*CreatePipelineForbidden) Code

func (o *CreatePipelineForbidden) Code() int

Code gets the status code for the create pipeline forbidden response

func (*CreatePipelineForbidden) Error

func (o *CreatePipelineForbidden) Error() string

func (*CreatePipelineForbidden) GetPayload

func (o *CreatePipelineForbidden) GetPayload() *models.ErrorPayload

func (*CreatePipelineForbidden) IsClientError

func (o *CreatePipelineForbidden) IsClientError() bool

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

func (*CreatePipelineForbidden) IsCode

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

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

func (*CreatePipelineForbidden) IsRedirect

func (o *CreatePipelineForbidden) IsRedirect() bool

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

func (*CreatePipelineForbidden) IsServerError

func (o *CreatePipelineForbidden) IsServerError() bool

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

func (*CreatePipelineForbidden) IsSuccess

func (o *CreatePipelineForbidden) IsSuccess() bool

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

func (*CreatePipelineForbidden) String

func (o *CreatePipelineForbidden) String() string

type CreatePipelineLengthRequired

type CreatePipelineLengthRequired struct {
}

CreatePipelineLengthRequired describes a response with status code 411, with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewCreatePipelineLengthRequired

func NewCreatePipelineLengthRequired() *CreatePipelineLengthRequired

NewCreatePipelineLengthRequired creates a CreatePipelineLengthRequired with default headers values

func (*CreatePipelineLengthRequired) Code

Code gets the status code for the create pipeline length required response

func (*CreatePipelineLengthRequired) Error

func (*CreatePipelineLengthRequired) IsClientError

func (o *CreatePipelineLengthRequired) IsClientError() bool

IsClientError returns true when this create pipeline length required response has a 4xx status code

func (*CreatePipelineLengthRequired) IsCode

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

IsCode returns true when this create pipeline length required response a status code equal to that given

func (*CreatePipelineLengthRequired) IsRedirect

func (o *CreatePipelineLengthRequired) IsRedirect() bool

IsRedirect returns true when this create pipeline length required response has a 3xx status code

func (*CreatePipelineLengthRequired) IsServerError

func (o *CreatePipelineLengthRequired) IsServerError() bool

IsServerError returns true when this create pipeline length required response has a 5xx status code

func (*CreatePipelineLengthRequired) IsSuccess

func (o *CreatePipelineLengthRequired) IsSuccess() bool

IsSuccess returns true when this create pipeline length required response has a 2xx status code

func (*CreatePipelineLengthRequired) String

type CreatePipelineNotFound

type CreatePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewCreatePipelineNotFound

func NewCreatePipelineNotFound() *CreatePipelineNotFound

NewCreatePipelineNotFound creates a CreatePipelineNotFound with default headers values

func (*CreatePipelineNotFound) Code

func (o *CreatePipelineNotFound) Code() int

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

func (*CreatePipelineNotFound) Error

func (o *CreatePipelineNotFound) Error() string

func (*CreatePipelineNotFound) GetPayload

func (o *CreatePipelineNotFound) GetPayload() *models.ErrorPayload

func (*CreatePipelineNotFound) IsClientError

func (o *CreatePipelineNotFound) IsClientError() bool

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

func (*CreatePipelineNotFound) IsCode

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

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

func (*CreatePipelineNotFound) IsRedirect

func (o *CreatePipelineNotFound) IsRedirect() bool

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

func (*CreatePipelineNotFound) IsServerError

func (o *CreatePipelineNotFound) IsServerError() bool

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

func (*CreatePipelineNotFound) IsSuccess

func (o *CreatePipelineNotFound) IsSuccess() bool

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

func (*CreatePipelineNotFound) String

func (o *CreatePipelineNotFound) String() string

type CreatePipelineOK

type CreatePipelineOK struct {
	Payload *CreatePipelineOKBody
}

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

The information of the pipeline which has been created.

func NewCreatePipelineOK

func NewCreatePipelineOK() *CreatePipelineOK

NewCreatePipelineOK creates a CreatePipelineOK with default headers values

func (*CreatePipelineOK) Code

func (o *CreatePipelineOK) Code() int

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

func (*CreatePipelineOK) Error

func (o *CreatePipelineOK) Error() string

func (*CreatePipelineOK) GetPayload

func (o *CreatePipelineOK) GetPayload() *CreatePipelineOKBody

func (*CreatePipelineOK) IsClientError

func (o *CreatePipelineOK) IsClientError() bool

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

func (*CreatePipelineOK) IsCode

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

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

func (*CreatePipelineOK) IsRedirect

func (o *CreatePipelineOK) IsRedirect() bool

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

func (*CreatePipelineOK) IsServerError

func (o *CreatePipelineOK) IsServerError() bool

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

func (*CreatePipelineOK) IsSuccess

func (o *CreatePipelineOK) IsSuccess() bool

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

func (*CreatePipelineOK) String

func (o *CreatePipelineOK) String() string

type CreatePipelineOKBody

type CreatePipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

CreatePipelineOKBody create pipeline o k body swagger:model CreatePipelineOKBody

func (*CreatePipelineOKBody) ContextValidate

func (o *CreatePipelineOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this create pipeline o k body based on the context it is used

func (*CreatePipelineOKBody) MarshalBinary

func (o *CreatePipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreatePipelineOKBody) UnmarshalBinary

func (o *CreatePipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreatePipelineOKBody) Validate

func (o *CreatePipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this create pipeline o k body

type CreatePipelineParams

type CreatePipelineParams struct {

	/* Body.

	   The configuration of the pipeline to create.
	*/
	Body *models.NewPipeline

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

CreatePipelineParams contains all the parameters to send to the API endpoint

for the create pipeline operation.

Typically these are written to a http.Request.

func NewCreatePipelineParams

func NewCreatePipelineParams() *CreatePipelineParams

NewCreatePipelineParams creates a new CreatePipelineParams 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 NewCreatePipelineParamsWithContext

func NewCreatePipelineParamsWithContext(ctx context.Context) *CreatePipelineParams

NewCreatePipelineParamsWithContext creates a new CreatePipelineParams object with the ability to set a context for a request.

func NewCreatePipelineParamsWithHTTPClient

func NewCreatePipelineParamsWithHTTPClient(client *http.Client) *CreatePipelineParams

NewCreatePipelineParamsWithHTTPClient creates a new CreatePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePipelineParamsWithTimeout

func NewCreatePipelineParamsWithTimeout(timeout time.Duration) *CreatePipelineParams

NewCreatePipelineParamsWithTimeout creates a new CreatePipelineParams object with the ability to set a timeout on a request.

func (*CreatePipelineParams) SetBody

func (o *CreatePipelineParams) SetBody(body *models.NewPipeline)

SetBody adds the body to the create pipeline params

func (*CreatePipelineParams) SetComponentCanonical

func (o *CreatePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the create pipeline params

func (*CreatePipelineParams) SetContext

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

SetContext adds the context to the create pipeline params

func (*CreatePipelineParams) SetDefaults

func (o *CreatePipelineParams) SetDefaults()

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

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

func (*CreatePipelineParams) SetEnvironmentCanonical

func (o *CreatePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the create pipeline params

func (*CreatePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create pipeline params

func (*CreatePipelineParams) SetOrganizationCanonical

func (o *CreatePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the create pipeline params

func (*CreatePipelineParams) SetProjectCanonical

func (o *CreatePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the create pipeline params

func (*CreatePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the create pipeline params

func (*CreatePipelineParams) WithBody

WithBody adds the body to the create pipeline params

func (*CreatePipelineParams) WithComponentCanonical

func (o *CreatePipelineParams) WithComponentCanonical(componentCanonical string) *CreatePipelineParams

WithComponentCanonical adds the componentCanonical to the create pipeline params

func (*CreatePipelineParams) WithContext

WithContext adds the context to the create pipeline params

func (*CreatePipelineParams) WithDefaults

func (o *CreatePipelineParams) WithDefaults() *CreatePipelineParams

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

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

func (*CreatePipelineParams) WithEnvironmentCanonical

func (o *CreatePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *CreatePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the create pipeline params

func (*CreatePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create pipeline params

func (*CreatePipelineParams) WithOrganizationCanonical

func (o *CreatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *CreatePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the create pipeline params

func (*CreatePipelineParams) WithProjectCanonical

func (o *CreatePipelineParams) WithProjectCanonical(projectCanonical string) *CreatePipelineParams

WithProjectCanonical adds the projectCanonical to the create pipeline params

func (*CreatePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the create pipeline params

func (*CreatePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreatePipelineReader

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

CreatePipelineReader is a Reader for the CreatePipeline structure.

func (*CreatePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePipelineUnprocessableEntity

type CreatePipelineUnprocessableEntity struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

CreatePipelineUnprocessableEntity describes a response with status code 422, with default header values.

All the custom errors that are generated from the Cycloid API

func NewCreatePipelineUnprocessableEntity

func NewCreatePipelineUnprocessableEntity() *CreatePipelineUnprocessableEntity

NewCreatePipelineUnprocessableEntity creates a CreatePipelineUnprocessableEntity with default headers values

func (*CreatePipelineUnprocessableEntity) Code

Code gets the status code for the create pipeline unprocessable entity response

func (*CreatePipelineUnprocessableEntity) Error

func (*CreatePipelineUnprocessableEntity) GetPayload

func (*CreatePipelineUnprocessableEntity) IsClientError

func (o *CreatePipelineUnprocessableEntity) IsClientError() bool

IsClientError returns true when this create pipeline unprocessable entity response has a 4xx status code

func (*CreatePipelineUnprocessableEntity) IsCode

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

IsCode returns true when this create pipeline unprocessable entity response a status code equal to that given

func (*CreatePipelineUnprocessableEntity) IsRedirect

func (o *CreatePipelineUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this create pipeline unprocessable entity response has a 3xx status code

func (*CreatePipelineUnprocessableEntity) IsServerError

func (o *CreatePipelineUnprocessableEntity) IsServerError() bool

IsServerError returns true when this create pipeline unprocessable entity response has a 5xx status code

func (*CreatePipelineUnprocessableEntity) IsSuccess

func (o *CreatePipelineUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this create pipeline unprocessable entity response has a 2xx status code

func (*CreatePipelineUnprocessableEntity) String

type DeletePipelineDefault

type DeletePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

DeletePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewDeletePipelineDefault

func NewDeletePipelineDefault(code int) *DeletePipelineDefault

NewDeletePipelineDefault creates a DeletePipelineDefault with default headers values

func (*DeletePipelineDefault) Code

func (o *DeletePipelineDefault) Code() int

Code gets the status code for the delete pipeline default response

func (*DeletePipelineDefault) Error

func (o *DeletePipelineDefault) Error() string

func (*DeletePipelineDefault) GetPayload

func (o *DeletePipelineDefault) GetPayload() *models.ErrorPayload

func (*DeletePipelineDefault) IsClientError

func (o *DeletePipelineDefault) IsClientError() bool

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

func (*DeletePipelineDefault) IsCode

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

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

func (*DeletePipelineDefault) IsRedirect

func (o *DeletePipelineDefault) IsRedirect() bool

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

func (*DeletePipelineDefault) IsServerError

func (o *DeletePipelineDefault) IsServerError() bool

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

func (*DeletePipelineDefault) IsSuccess

func (o *DeletePipelineDefault) IsSuccess() bool

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

func (*DeletePipelineDefault) String

func (o *DeletePipelineDefault) String() string

type DeletePipelineForbidden

type DeletePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeletePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewDeletePipelineForbidden

func NewDeletePipelineForbidden() *DeletePipelineForbidden

NewDeletePipelineForbidden creates a DeletePipelineForbidden with default headers values

func (*DeletePipelineForbidden) Code

func (o *DeletePipelineForbidden) Code() int

Code gets the status code for the delete pipeline forbidden response

func (*DeletePipelineForbidden) Error

func (o *DeletePipelineForbidden) Error() string

func (*DeletePipelineForbidden) GetPayload

func (o *DeletePipelineForbidden) GetPayload() *models.ErrorPayload

func (*DeletePipelineForbidden) IsClientError

func (o *DeletePipelineForbidden) IsClientError() bool

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

func (*DeletePipelineForbidden) IsCode

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

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

func (*DeletePipelineForbidden) IsRedirect

func (o *DeletePipelineForbidden) IsRedirect() bool

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

func (*DeletePipelineForbidden) IsServerError

func (o *DeletePipelineForbidden) IsServerError() bool

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

func (*DeletePipelineForbidden) IsSuccess

func (o *DeletePipelineForbidden) IsSuccess() bool

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

func (*DeletePipelineForbidden) String

func (o *DeletePipelineForbidden) String() string

type DeletePipelineNoContent

type DeletePipelineNoContent struct {
}

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

Pipeline has been deleted.

func NewDeletePipelineNoContent

func NewDeletePipelineNoContent() *DeletePipelineNoContent

NewDeletePipelineNoContent creates a DeletePipelineNoContent with default headers values

func (*DeletePipelineNoContent) Code

func (o *DeletePipelineNoContent) Code() int

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

func (*DeletePipelineNoContent) Error

func (o *DeletePipelineNoContent) Error() string

func (*DeletePipelineNoContent) IsClientError

func (o *DeletePipelineNoContent) IsClientError() bool

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

func (*DeletePipelineNoContent) IsCode

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

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

func (*DeletePipelineNoContent) IsRedirect

func (o *DeletePipelineNoContent) IsRedirect() bool

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

func (*DeletePipelineNoContent) IsServerError

func (o *DeletePipelineNoContent) IsServerError() bool

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

func (*DeletePipelineNoContent) IsSuccess

func (o *DeletePipelineNoContent) IsSuccess() bool

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

func (*DeletePipelineNoContent) String

func (o *DeletePipelineNoContent) String() string

type DeletePipelineNotFound

type DeletePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

DeletePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewDeletePipelineNotFound

func NewDeletePipelineNotFound() *DeletePipelineNotFound

NewDeletePipelineNotFound creates a DeletePipelineNotFound with default headers values

func (*DeletePipelineNotFound) Code

func (o *DeletePipelineNotFound) Code() int

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

func (*DeletePipelineNotFound) Error

func (o *DeletePipelineNotFound) Error() string

func (*DeletePipelineNotFound) GetPayload

func (o *DeletePipelineNotFound) GetPayload() *models.ErrorPayload

func (*DeletePipelineNotFound) IsClientError

func (o *DeletePipelineNotFound) IsClientError() bool

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

func (*DeletePipelineNotFound) IsCode

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

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

func (*DeletePipelineNotFound) IsRedirect

func (o *DeletePipelineNotFound) IsRedirect() bool

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

func (*DeletePipelineNotFound) IsServerError

func (o *DeletePipelineNotFound) IsServerError() bool

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

func (*DeletePipelineNotFound) IsSuccess

func (o *DeletePipelineNotFound) IsSuccess() bool

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

func (*DeletePipelineNotFound) String

func (o *DeletePipelineNotFound) String() string

type DeletePipelineParams

type DeletePipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

DeletePipelineParams contains all the parameters to send to the API endpoint

for the delete pipeline operation.

Typically these are written to a http.Request.

func NewDeletePipelineParams

func NewDeletePipelineParams() *DeletePipelineParams

NewDeletePipelineParams creates a new DeletePipelineParams 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 NewDeletePipelineParamsWithContext

func NewDeletePipelineParamsWithContext(ctx context.Context) *DeletePipelineParams

NewDeletePipelineParamsWithContext creates a new DeletePipelineParams object with the ability to set a context for a request.

func NewDeletePipelineParamsWithHTTPClient

func NewDeletePipelineParamsWithHTTPClient(client *http.Client) *DeletePipelineParams

NewDeletePipelineParamsWithHTTPClient creates a new DeletePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePipelineParamsWithTimeout

func NewDeletePipelineParamsWithTimeout(timeout time.Duration) *DeletePipelineParams

NewDeletePipelineParamsWithTimeout creates a new DeletePipelineParams object with the ability to set a timeout on a request.

func (*DeletePipelineParams) SetComponentCanonical

func (o *DeletePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the delete pipeline params

func (*DeletePipelineParams) SetContext

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

SetContext adds the context to the delete pipeline params

func (*DeletePipelineParams) SetDefaults

func (o *DeletePipelineParams) SetDefaults()

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

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

func (*DeletePipelineParams) SetEnvironmentCanonical

func (o *DeletePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the delete pipeline params

func (*DeletePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete pipeline params

func (*DeletePipelineParams) SetInpathPipelineName

func (o *DeletePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the delete pipeline params

func (*DeletePipelineParams) SetOrganizationCanonical

func (o *DeletePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the delete pipeline params

func (*DeletePipelineParams) SetProjectCanonical

func (o *DeletePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the delete pipeline params

func (*DeletePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the delete pipeline params

func (*DeletePipelineParams) WithComponentCanonical

func (o *DeletePipelineParams) WithComponentCanonical(componentCanonical string) *DeletePipelineParams

WithComponentCanonical adds the componentCanonical to the delete pipeline params

func (*DeletePipelineParams) WithContext

WithContext adds the context to the delete pipeline params

func (*DeletePipelineParams) WithDefaults

func (o *DeletePipelineParams) WithDefaults() *DeletePipelineParams

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

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

func (*DeletePipelineParams) WithEnvironmentCanonical

func (o *DeletePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *DeletePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the delete pipeline params

func (*DeletePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete pipeline params

func (*DeletePipelineParams) WithInpathPipelineName

func (o *DeletePipelineParams) WithInpathPipelineName(inpathPipelineName string) *DeletePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the delete pipeline params

func (*DeletePipelineParams) WithOrganizationCanonical

func (o *DeletePipelineParams) WithOrganizationCanonical(organizationCanonical string) *DeletePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the delete pipeline params

func (*DeletePipelineParams) WithProjectCanonical

func (o *DeletePipelineParams) WithProjectCanonical(projectCanonical string) *DeletePipelineParams

WithProjectCanonical adds the projectCanonical to the delete pipeline params

func (*DeletePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the delete pipeline params

func (*DeletePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeletePipelineReader

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

DeletePipelineReader is a Reader for the DeletePipeline structure.

func (*DeletePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DiffPipelineDefault

type DiffPipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

DiffPipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewDiffPipelineDefault

func NewDiffPipelineDefault(code int) *DiffPipelineDefault

NewDiffPipelineDefault creates a DiffPipelineDefault with default headers values

func (*DiffPipelineDefault) Code

func (o *DiffPipelineDefault) Code() int

Code gets the status code for the diff pipeline default response

func (*DiffPipelineDefault) Error

func (o *DiffPipelineDefault) Error() string

func (*DiffPipelineDefault) GetPayload

func (o *DiffPipelineDefault) GetPayload() *models.ErrorPayload

func (*DiffPipelineDefault) IsClientError

func (o *DiffPipelineDefault) IsClientError() bool

IsClientError returns true when this diff pipeline default response has a 4xx status code

func (*DiffPipelineDefault) IsCode

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

IsCode returns true when this diff pipeline default response a status code equal to that given

func (*DiffPipelineDefault) IsRedirect

func (o *DiffPipelineDefault) IsRedirect() bool

IsRedirect returns true when this diff pipeline default response has a 3xx status code

func (*DiffPipelineDefault) IsServerError

func (o *DiffPipelineDefault) IsServerError() bool

IsServerError returns true when this diff pipeline default response has a 5xx status code

func (*DiffPipelineDefault) IsSuccess

func (o *DiffPipelineDefault) IsSuccess() bool

IsSuccess returns true when this diff pipeline default response has a 2xx status code

func (*DiffPipelineDefault) String

func (o *DiffPipelineDefault) String() string

type DiffPipelineForbidden

type DiffPipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewDiffPipelineForbidden

func NewDiffPipelineForbidden() *DiffPipelineForbidden

NewDiffPipelineForbidden creates a DiffPipelineForbidden with default headers values

func (*DiffPipelineForbidden) Code

func (o *DiffPipelineForbidden) Code() int

Code gets the status code for the diff pipeline forbidden response

func (*DiffPipelineForbidden) Error

func (o *DiffPipelineForbidden) Error() string

func (*DiffPipelineForbidden) GetPayload

func (o *DiffPipelineForbidden) GetPayload() *models.ErrorPayload

func (*DiffPipelineForbidden) IsClientError

func (o *DiffPipelineForbidden) IsClientError() bool

IsClientError returns true when this diff pipeline forbidden response has a 4xx status code

func (*DiffPipelineForbidden) IsCode

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

IsCode returns true when this diff pipeline forbidden response a status code equal to that given

func (*DiffPipelineForbidden) IsRedirect

func (o *DiffPipelineForbidden) IsRedirect() bool

IsRedirect returns true when this diff pipeline forbidden response has a 3xx status code

func (*DiffPipelineForbidden) IsServerError

func (o *DiffPipelineForbidden) IsServerError() bool

IsServerError returns true when this diff pipeline forbidden response has a 5xx status code

func (*DiffPipelineForbidden) IsSuccess

func (o *DiffPipelineForbidden) IsSuccess() bool

IsSuccess returns true when this diff pipeline forbidden response has a 2xx status code

func (*DiffPipelineForbidden) String

func (o *DiffPipelineForbidden) String() string

type DiffPipelineLengthRequired

type DiffPipelineLengthRequired struct {
}

DiffPipelineLengthRequired describes a response with status code 411, with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewDiffPipelineLengthRequired

func NewDiffPipelineLengthRequired() *DiffPipelineLengthRequired

NewDiffPipelineLengthRequired creates a DiffPipelineLengthRequired with default headers values

func (*DiffPipelineLengthRequired) Code

func (o *DiffPipelineLengthRequired) Code() int

Code gets the status code for the diff pipeline length required response

func (*DiffPipelineLengthRequired) Error

func (*DiffPipelineLengthRequired) IsClientError

func (o *DiffPipelineLengthRequired) IsClientError() bool

IsClientError returns true when this diff pipeline length required response has a 4xx status code

func (*DiffPipelineLengthRequired) IsCode

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

IsCode returns true when this diff pipeline length required response a status code equal to that given

func (*DiffPipelineLengthRequired) IsRedirect

func (o *DiffPipelineLengthRequired) IsRedirect() bool

IsRedirect returns true when this diff pipeline length required response has a 3xx status code

func (*DiffPipelineLengthRequired) IsServerError

func (o *DiffPipelineLengthRequired) IsServerError() bool

IsServerError returns true when this diff pipeline length required response has a 5xx status code

func (*DiffPipelineLengthRequired) IsSuccess

func (o *DiffPipelineLengthRequired) IsSuccess() bool

IsSuccess returns true when this diff pipeline length required response has a 2xx status code

func (*DiffPipelineLengthRequired) String

func (o *DiffPipelineLengthRequired) String() string

type DiffPipelineNotFound

type DiffPipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewDiffPipelineNotFound

func NewDiffPipelineNotFound() *DiffPipelineNotFound

NewDiffPipelineNotFound creates a DiffPipelineNotFound with default headers values

func (*DiffPipelineNotFound) Code

func (o *DiffPipelineNotFound) Code() int

Code gets the status code for the diff pipeline not found response

func (*DiffPipelineNotFound) Error

func (o *DiffPipelineNotFound) Error() string

func (*DiffPipelineNotFound) GetPayload

func (o *DiffPipelineNotFound) GetPayload() *models.ErrorPayload

func (*DiffPipelineNotFound) IsClientError

func (o *DiffPipelineNotFound) IsClientError() bool

IsClientError returns true when this diff pipeline not found response has a 4xx status code

func (*DiffPipelineNotFound) IsCode

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

IsCode returns true when this diff pipeline not found response a status code equal to that given

func (*DiffPipelineNotFound) IsRedirect

func (o *DiffPipelineNotFound) IsRedirect() bool

IsRedirect returns true when this diff pipeline not found response has a 3xx status code

func (*DiffPipelineNotFound) IsServerError

func (o *DiffPipelineNotFound) IsServerError() bool

IsServerError returns true when this diff pipeline not found response has a 5xx status code

func (*DiffPipelineNotFound) IsSuccess

func (o *DiffPipelineNotFound) IsSuccess() bool

IsSuccess returns true when this diff pipeline not found response has a 2xx status code

func (*DiffPipelineNotFound) String

func (o *DiffPipelineNotFound) String() string

type DiffPipelineOK

type DiffPipelineOK struct {
	Payload *DiffPipelineOKBody
}

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

The diff between the provided pipeline configuration and the existing pipeline has been done.

func NewDiffPipelineOK

func NewDiffPipelineOK() *DiffPipelineOK

NewDiffPipelineOK creates a DiffPipelineOK with default headers values

func (*DiffPipelineOK) Code

func (o *DiffPipelineOK) Code() int

Code gets the status code for the diff pipeline o k response

func (*DiffPipelineOK) Error

func (o *DiffPipelineOK) Error() string

func (*DiffPipelineOK) GetPayload

func (o *DiffPipelineOK) GetPayload() *DiffPipelineOKBody

func (*DiffPipelineOK) IsClientError

func (o *DiffPipelineOK) IsClientError() bool

IsClientError returns true when this diff pipeline o k response has a 4xx status code

func (*DiffPipelineOK) IsCode

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

IsCode returns true when this diff pipeline o k response a status code equal to that given

func (*DiffPipelineOK) IsRedirect

func (o *DiffPipelineOK) IsRedirect() bool

IsRedirect returns true when this diff pipeline o k response has a 3xx status code

func (*DiffPipelineOK) IsServerError

func (o *DiffPipelineOK) IsServerError() bool

IsServerError returns true when this diff pipeline o k response has a 5xx status code

func (*DiffPipelineOK) IsSuccess

func (o *DiffPipelineOK) IsSuccess() bool

IsSuccess returns true when this diff pipeline o k response has a 2xx status code

func (*DiffPipelineOK) String

func (o *DiffPipelineOK) String() string

type DiffPipelineOKBody

type DiffPipelineOKBody struct {

	// data
	// Required: true
	Data *models.PipelineDiffs `json:"data"`
}

DiffPipelineOKBody diff pipeline o k body swagger:model DiffPipelineOKBody

func (*DiffPipelineOKBody) ContextValidate

func (o *DiffPipelineOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this diff pipeline o k body based on the context it is used

func (*DiffPipelineOKBody) MarshalBinary

func (o *DiffPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DiffPipelineOKBody) UnmarshalBinary

func (o *DiffPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DiffPipelineOKBody) Validate

func (o *DiffPipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this diff pipeline o k body

type DiffPipelineParams

type DiffPipelineParams struct {

	/* Body.

	   The pipeline configuration
	*/
	Body *models.UpdatePipeline

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

DiffPipelineParams contains all the parameters to send to the API endpoint

for the diff pipeline operation.

Typically these are written to a http.Request.

func NewDiffPipelineParams

func NewDiffPipelineParams() *DiffPipelineParams

NewDiffPipelineParams creates a new DiffPipelineParams 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 NewDiffPipelineParamsWithContext

func NewDiffPipelineParamsWithContext(ctx context.Context) *DiffPipelineParams

NewDiffPipelineParamsWithContext creates a new DiffPipelineParams object with the ability to set a context for a request.

func NewDiffPipelineParamsWithHTTPClient

func NewDiffPipelineParamsWithHTTPClient(client *http.Client) *DiffPipelineParams

NewDiffPipelineParamsWithHTTPClient creates a new DiffPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewDiffPipelineParamsWithTimeout

func NewDiffPipelineParamsWithTimeout(timeout time.Duration) *DiffPipelineParams

NewDiffPipelineParamsWithTimeout creates a new DiffPipelineParams object with the ability to set a timeout on a request.

func (*DiffPipelineParams) SetBody

func (o *DiffPipelineParams) SetBody(body *models.UpdatePipeline)

SetBody adds the body to the diff pipeline params

func (*DiffPipelineParams) SetComponentCanonical

func (o *DiffPipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the diff pipeline params

func (*DiffPipelineParams) SetContext

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

SetContext adds the context to the diff pipeline params

func (*DiffPipelineParams) SetDefaults

func (o *DiffPipelineParams) SetDefaults()

SetDefaults hydrates default values in the diff pipeline params (not the query body).

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

func (*DiffPipelineParams) SetEnvironmentCanonical

func (o *DiffPipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the diff pipeline params

func (*DiffPipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the diff pipeline params

func (*DiffPipelineParams) SetInpathPipelineName

func (o *DiffPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the diff pipeline params

func (*DiffPipelineParams) SetOrganizationCanonical

func (o *DiffPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the diff pipeline params

func (*DiffPipelineParams) SetProjectCanonical

func (o *DiffPipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the diff pipeline params

func (*DiffPipelineParams) SetTimeout

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

SetTimeout adds the timeout to the diff pipeline params

func (*DiffPipelineParams) WithBody

WithBody adds the body to the diff pipeline params

func (*DiffPipelineParams) WithComponentCanonical

func (o *DiffPipelineParams) WithComponentCanonical(componentCanonical string) *DiffPipelineParams

WithComponentCanonical adds the componentCanonical to the diff pipeline params

func (*DiffPipelineParams) WithContext

WithContext adds the context to the diff pipeline params

func (*DiffPipelineParams) WithDefaults

func (o *DiffPipelineParams) WithDefaults() *DiffPipelineParams

WithDefaults hydrates default values in the diff pipeline params (not the query body).

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

func (*DiffPipelineParams) WithEnvironmentCanonical

func (o *DiffPipelineParams) WithEnvironmentCanonical(environmentCanonical string) *DiffPipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the diff pipeline params

func (*DiffPipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the diff pipeline params

func (*DiffPipelineParams) WithInpathPipelineName

func (o *DiffPipelineParams) WithInpathPipelineName(inpathPipelineName string) *DiffPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the diff pipeline params

func (*DiffPipelineParams) WithOrganizationCanonical

func (o *DiffPipelineParams) WithOrganizationCanonical(organizationCanonical string) *DiffPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the diff pipeline params

func (*DiffPipelineParams) WithProjectCanonical

func (o *DiffPipelineParams) WithProjectCanonical(projectCanonical string) *DiffPipelineParams

WithProjectCanonical adds the projectCanonical to the diff pipeline params

func (*DiffPipelineParams) WithTimeout

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

WithTimeout adds the timeout to the diff pipeline params

func (*DiffPipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DiffPipelineReader

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

DiffPipelineReader is a Reader for the DiffPipeline structure.

func (*DiffPipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DiffPipelineUnprocessableEntity

type DiffPipelineUnprocessableEntity struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

DiffPipelineUnprocessableEntity describes a response with status code 422, with default header values.

All the custom errors that are generated from the Cycloid API

func NewDiffPipelineUnprocessableEntity

func NewDiffPipelineUnprocessableEntity() *DiffPipelineUnprocessableEntity

NewDiffPipelineUnprocessableEntity creates a DiffPipelineUnprocessableEntity with default headers values

func (*DiffPipelineUnprocessableEntity) Code

Code gets the status code for the diff pipeline unprocessable entity response

func (*DiffPipelineUnprocessableEntity) Error

func (*DiffPipelineUnprocessableEntity) GetPayload

func (*DiffPipelineUnprocessableEntity) IsClientError

func (o *DiffPipelineUnprocessableEntity) IsClientError() bool

IsClientError returns true when this diff pipeline unprocessable entity response has a 4xx status code

func (*DiffPipelineUnprocessableEntity) IsCode

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

IsCode returns true when this diff pipeline unprocessable entity response a status code equal to that given

func (*DiffPipelineUnprocessableEntity) IsRedirect

func (o *DiffPipelineUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this diff pipeline unprocessable entity response has a 3xx status code

func (*DiffPipelineUnprocessableEntity) IsServerError

func (o *DiffPipelineUnprocessableEntity) IsServerError() bool

IsServerError returns true when this diff pipeline unprocessable entity response has a 5xx status code

func (*DiffPipelineUnprocessableEntity) IsSuccess

func (o *DiffPipelineUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this diff pipeline unprocessable entity response has a 2xx status code

func (*DiffPipelineUnprocessableEntity) String

type GetPipelineConfigDefault

type GetPipelineConfigDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineConfigDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineConfigDefault

func NewGetPipelineConfigDefault(code int) *GetPipelineConfigDefault

NewGetPipelineConfigDefault creates a GetPipelineConfigDefault with default headers values

func (*GetPipelineConfigDefault) Code

func (o *GetPipelineConfigDefault) Code() int

Code gets the status code for the get pipeline config default response

func (*GetPipelineConfigDefault) Error

func (o *GetPipelineConfigDefault) Error() string

func (*GetPipelineConfigDefault) GetPayload

func (o *GetPipelineConfigDefault) GetPayload() *models.ErrorPayload

func (*GetPipelineConfigDefault) IsClientError

func (o *GetPipelineConfigDefault) IsClientError() bool

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

func (*GetPipelineConfigDefault) IsCode

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

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

func (*GetPipelineConfigDefault) IsRedirect

func (o *GetPipelineConfigDefault) IsRedirect() bool

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

func (*GetPipelineConfigDefault) IsServerError

func (o *GetPipelineConfigDefault) IsServerError() bool

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

func (*GetPipelineConfigDefault) IsSuccess

func (o *GetPipelineConfigDefault) IsSuccess() bool

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

func (*GetPipelineConfigDefault) String

func (o *GetPipelineConfigDefault) String() string

type GetPipelineConfigForbidden

type GetPipelineConfigForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineConfigForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineConfigForbidden

func NewGetPipelineConfigForbidden() *GetPipelineConfigForbidden

NewGetPipelineConfigForbidden creates a GetPipelineConfigForbidden with default headers values

func (*GetPipelineConfigForbidden) Code

func (o *GetPipelineConfigForbidden) Code() int

Code gets the status code for the get pipeline config forbidden response

func (*GetPipelineConfigForbidden) Error

func (*GetPipelineConfigForbidden) GetPayload

func (*GetPipelineConfigForbidden) IsClientError

func (o *GetPipelineConfigForbidden) IsClientError() bool

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

func (*GetPipelineConfigForbidden) IsCode

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

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

func (*GetPipelineConfigForbidden) IsRedirect

func (o *GetPipelineConfigForbidden) IsRedirect() bool

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

func (*GetPipelineConfigForbidden) IsServerError

func (o *GetPipelineConfigForbidden) IsServerError() bool

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

func (*GetPipelineConfigForbidden) IsSuccess

func (o *GetPipelineConfigForbidden) IsSuccess() bool

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

func (*GetPipelineConfigForbidden) String

func (o *GetPipelineConfigForbidden) String() string

type GetPipelineConfigNotFound

type GetPipelineConfigNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineConfigNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineConfigNotFound

func NewGetPipelineConfigNotFound() *GetPipelineConfigNotFound

NewGetPipelineConfigNotFound creates a GetPipelineConfigNotFound with default headers values

func (*GetPipelineConfigNotFound) Code

func (o *GetPipelineConfigNotFound) Code() int

Code gets the status code for the get pipeline config not found response

func (*GetPipelineConfigNotFound) Error

func (o *GetPipelineConfigNotFound) Error() string

func (*GetPipelineConfigNotFound) GetPayload

func (*GetPipelineConfigNotFound) IsClientError

func (o *GetPipelineConfigNotFound) IsClientError() bool

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

func (*GetPipelineConfigNotFound) IsCode

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

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

func (*GetPipelineConfigNotFound) IsRedirect

func (o *GetPipelineConfigNotFound) IsRedirect() bool

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

func (*GetPipelineConfigNotFound) IsServerError

func (o *GetPipelineConfigNotFound) IsServerError() bool

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

func (*GetPipelineConfigNotFound) IsSuccess

func (o *GetPipelineConfigNotFound) IsSuccess() bool

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

func (*GetPipelineConfigNotFound) String

func (o *GetPipelineConfigNotFound) String() string

type GetPipelineConfigOK

type GetPipelineConfigOK struct {
	Payload *GetPipelineConfigOKBody
}

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

This endpoint returns the config of the pipeline.

func NewGetPipelineConfigOK

func NewGetPipelineConfigOK() *GetPipelineConfigOK

NewGetPipelineConfigOK creates a GetPipelineConfigOK with default headers values

func (*GetPipelineConfigOK) Code

func (o *GetPipelineConfigOK) Code() int

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

func (*GetPipelineConfigOK) Error

func (o *GetPipelineConfigOK) Error() string

func (*GetPipelineConfigOK) GetPayload

func (*GetPipelineConfigOK) IsClientError

func (o *GetPipelineConfigOK) IsClientError() bool

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

func (*GetPipelineConfigOK) IsCode

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

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

func (*GetPipelineConfigOK) IsRedirect

func (o *GetPipelineConfigOK) IsRedirect() bool

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

func (*GetPipelineConfigOK) IsServerError

func (o *GetPipelineConfigOK) IsServerError() bool

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

func (*GetPipelineConfigOK) IsSuccess

func (o *GetPipelineConfigOK) IsSuccess() bool

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

func (*GetPipelineConfigOK) String

func (o *GetPipelineConfigOK) String() string

type GetPipelineConfigOKBody

type GetPipelineConfigOKBody struct {

	// data
	// Required: true
	Data *string `json:"data"`
}

GetPipelineConfigOKBody get pipeline config o k body swagger:model GetPipelineConfigOKBody

func (*GetPipelineConfigOKBody) ContextValidate

func (o *GetPipelineConfigOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this get pipeline config o k body based on context it is used

func (*GetPipelineConfigOKBody) MarshalBinary

func (o *GetPipelineConfigOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineConfigOKBody) UnmarshalBinary

func (o *GetPipelineConfigOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineConfigOKBody) Validate

func (o *GetPipelineConfigOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline config o k body

type GetPipelineConfigParams

type GetPipelineConfigParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

GetPipelineConfigParams contains all the parameters to send to the API endpoint

for the get pipeline config operation.

Typically these are written to a http.Request.

func NewGetPipelineConfigParams

func NewGetPipelineConfigParams() *GetPipelineConfigParams

NewGetPipelineConfigParams creates a new GetPipelineConfigParams 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 NewGetPipelineConfigParamsWithContext

func NewGetPipelineConfigParamsWithContext(ctx context.Context) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithContext creates a new GetPipelineConfigParams object with the ability to set a context for a request.

func NewGetPipelineConfigParamsWithHTTPClient

func NewGetPipelineConfigParamsWithHTTPClient(client *http.Client) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithHTTPClient creates a new GetPipelineConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineConfigParamsWithTimeout

func NewGetPipelineConfigParamsWithTimeout(timeout time.Duration) *GetPipelineConfigParams

NewGetPipelineConfigParamsWithTimeout creates a new GetPipelineConfigParams object with the ability to set a timeout on a request.

func (*GetPipelineConfigParams) SetComponentCanonical

func (o *GetPipelineConfigParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetContext

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

SetContext adds the context to the get pipeline config params

func (*GetPipelineConfigParams) SetDefaults

func (o *GetPipelineConfigParams) SetDefaults()

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

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

func (*GetPipelineConfigParams) SetEnvironmentCanonical

func (o *GetPipelineConfigParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline config params

func (*GetPipelineConfigParams) SetInpathPipelineName

func (o *GetPipelineConfigParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline config params

func (*GetPipelineConfigParams) SetOrganizationCanonical

func (o *GetPipelineConfigParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetProjectCanonical

func (o *GetPipelineConfigParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline config params

func (*GetPipelineConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline config params

func (*GetPipelineConfigParams) WithComponentCanonical

func (o *GetPipelineConfigParams) WithComponentCanonical(componentCanonical string) *GetPipelineConfigParams

WithComponentCanonical adds the componentCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithContext

WithContext adds the context to the get pipeline config params

func (*GetPipelineConfigParams) WithDefaults

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

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

func (*GetPipelineConfigParams) WithEnvironmentCanonical

func (o *GetPipelineConfigParams) WithEnvironmentCanonical(environmentCanonical string) *GetPipelineConfigParams

WithEnvironmentCanonical adds the environmentCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get pipeline config params

func (*GetPipelineConfigParams) WithInpathPipelineName

func (o *GetPipelineConfigParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineConfigParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline config params

func (*GetPipelineConfigParams) WithOrganizationCanonical

func (o *GetPipelineConfigParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineConfigParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithProjectCanonical

func (o *GetPipelineConfigParams) WithProjectCanonical(projectCanonical string) *GetPipelineConfigParams

WithProjectCanonical adds the projectCanonical to the get pipeline config params

func (*GetPipelineConfigParams) WithTimeout

WithTimeout adds the timeout to the get pipeline config params

func (*GetPipelineConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineConfigReader

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

GetPipelineConfigReader is a Reader for the GetPipelineConfig structure.

func (*GetPipelineConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineDefault

type GetPipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineDefault

func NewGetPipelineDefault(code int) *GetPipelineDefault

NewGetPipelineDefault creates a GetPipelineDefault with default headers values

func (*GetPipelineDefault) Code

func (o *GetPipelineDefault) Code() int

Code gets the status code for the get pipeline default response

func (*GetPipelineDefault) Error

func (o *GetPipelineDefault) Error() string

func (*GetPipelineDefault) GetPayload

func (o *GetPipelineDefault) GetPayload() *models.ErrorPayload

func (*GetPipelineDefault) IsClientError

func (o *GetPipelineDefault) IsClientError() bool

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

func (*GetPipelineDefault) IsCode

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

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

func (*GetPipelineDefault) IsRedirect

func (o *GetPipelineDefault) IsRedirect() bool

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

func (*GetPipelineDefault) IsServerError

func (o *GetPipelineDefault) IsServerError() bool

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

func (*GetPipelineDefault) IsSuccess

func (o *GetPipelineDefault) IsSuccess() bool

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

func (*GetPipelineDefault) String

func (o *GetPipelineDefault) String() string

type GetPipelineForbidden

type GetPipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineForbidden

func NewGetPipelineForbidden() *GetPipelineForbidden

NewGetPipelineForbidden creates a GetPipelineForbidden with default headers values

func (*GetPipelineForbidden) Code

func (o *GetPipelineForbidden) Code() int

Code gets the status code for the get pipeline forbidden response

func (*GetPipelineForbidden) Error

func (o *GetPipelineForbidden) Error() string

func (*GetPipelineForbidden) GetPayload

func (o *GetPipelineForbidden) GetPayload() *models.ErrorPayload

func (*GetPipelineForbidden) IsClientError

func (o *GetPipelineForbidden) IsClientError() bool

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

func (*GetPipelineForbidden) IsCode

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

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

func (*GetPipelineForbidden) IsRedirect

func (o *GetPipelineForbidden) IsRedirect() bool

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

func (*GetPipelineForbidden) IsServerError

func (o *GetPipelineForbidden) IsServerError() bool

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

func (*GetPipelineForbidden) IsSuccess

func (o *GetPipelineForbidden) IsSuccess() bool

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

func (*GetPipelineForbidden) String

func (o *GetPipelineForbidden) String() string

type GetPipelineNotFound

type GetPipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineNotFound

func NewGetPipelineNotFound() *GetPipelineNotFound

NewGetPipelineNotFound creates a GetPipelineNotFound with default headers values

func (*GetPipelineNotFound) Code

func (o *GetPipelineNotFound) Code() int

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

func (*GetPipelineNotFound) Error

func (o *GetPipelineNotFound) Error() string

func (*GetPipelineNotFound) GetPayload

func (o *GetPipelineNotFound) GetPayload() *models.ErrorPayload

func (*GetPipelineNotFound) IsClientError

func (o *GetPipelineNotFound) IsClientError() bool

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

func (*GetPipelineNotFound) IsCode

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

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

func (*GetPipelineNotFound) IsRedirect

func (o *GetPipelineNotFound) IsRedirect() bool

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

func (*GetPipelineNotFound) IsServerError

func (o *GetPipelineNotFound) IsServerError() bool

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

func (*GetPipelineNotFound) IsSuccess

func (o *GetPipelineNotFound) IsSuccess() bool

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

func (*GetPipelineNotFound) String

func (o *GetPipelineNotFound) String() string

type GetPipelineOK

type GetPipelineOK struct {
	Payload *GetPipelineOKBody
}

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

The information of the pipeline which has the specified name.

func NewGetPipelineOK

func NewGetPipelineOK() *GetPipelineOK

NewGetPipelineOK creates a GetPipelineOK with default headers values

func (*GetPipelineOK) Code

func (o *GetPipelineOK) Code() int

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

func (*GetPipelineOK) Error

func (o *GetPipelineOK) Error() string

func (*GetPipelineOK) GetPayload

func (o *GetPipelineOK) GetPayload() *GetPipelineOKBody

func (*GetPipelineOK) IsClientError

func (o *GetPipelineOK) IsClientError() bool

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

func (*GetPipelineOK) IsCode

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

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

func (*GetPipelineOK) IsRedirect

func (o *GetPipelineOK) IsRedirect() bool

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

func (*GetPipelineOK) IsServerError

func (o *GetPipelineOK) IsServerError() bool

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

func (*GetPipelineOK) IsSuccess

func (o *GetPipelineOK) IsSuccess() bool

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

func (*GetPipelineOK) String

func (o *GetPipelineOK) String() string

type GetPipelineOKBody

type GetPipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

GetPipelineOKBody get pipeline o k body swagger:model GetPipelineOKBody

func (*GetPipelineOKBody) ContextValidate

func (o *GetPipelineOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get pipeline o k body based on the context it is used

func (*GetPipelineOKBody) MarshalBinary

func (o *GetPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineOKBody) UnmarshalBinary

func (o *GetPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineOKBody) Validate

func (o *GetPipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline o k body

type GetPipelineParams

type GetPipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

GetPipelineParams contains all the parameters to send to the API endpoint

for the get pipeline operation.

Typically these are written to a http.Request.

func NewGetPipelineParams

func NewGetPipelineParams() *GetPipelineParams

NewGetPipelineParams creates a new GetPipelineParams 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 NewGetPipelineParamsWithContext

func NewGetPipelineParamsWithContext(ctx context.Context) *GetPipelineParams

NewGetPipelineParamsWithContext creates a new GetPipelineParams object with the ability to set a context for a request.

func NewGetPipelineParamsWithHTTPClient

func NewGetPipelineParamsWithHTTPClient(client *http.Client) *GetPipelineParams

NewGetPipelineParamsWithHTTPClient creates a new GetPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineParamsWithTimeout

func NewGetPipelineParamsWithTimeout(timeout time.Duration) *GetPipelineParams

NewGetPipelineParamsWithTimeout creates a new GetPipelineParams object with the ability to set a timeout on a request.

func (*GetPipelineParams) SetComponentCanonical

func (o *GetPipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the get pipeline params

func (*GetPipelineParams) SetContext

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

SetContext adds the context to the get pipeline params

func (*GetPipelineParams) SetDefaults

func (o *GetPipelineParams) SetDefaults()

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

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

func (*GetPipelineParams) SetEnvironmentCanonical

func (o *GetPipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the get pipeline params

func (*GetPipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline params

func (*GetPipelineParams) SetInpathPipelineName

func (o *GetPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline params

func (*GetPipelineParams) SetOrganizationCanonical

func (o *GetPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline params

func (*GetPipelineParams) SetProjectCanonical

func (o *GetPipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline params

func (*GetPipelineParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline params

func (*GetPipelineParams) WithComponentCanonical

func (o *GetPipelineParams) WithComponentCanonical(componentCanonical string) *GetPipelineParams

WithComponentCanonical adds the componentCanonical to the get pipeline params

func (*GetPipelineParams) WithContext

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

WithContext adds the context to the get pipeline params

func (*GetPipelineParams) WithDefaults

func (o *GetPipelineParams) WithDefaults() *GetPipelineParams

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

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

func (*GetPipelineParams) WithEnvironmentCanonical

func (o *GetPipelineParams) WithEnvironmentCanonical(environmentCanonical string) *GetPipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the get pipeline params

func (*GetPipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get pipeline params

func (*GetPipelineParams) WithInpathPipelineName

func (o *GetPipelineParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline params

func (*GetPipelineParams) WithOrganizationCanonical

func (o *GetPipelineParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline params

func (*GetPipelineParams) WithProjectCanonical

func (o *GetPipelineParams) WithProjectCanonical(projectCanonical string) *GetPipelineParams

WithProjectCanonical adds the projectCanonical to the get pipeline params

func (*GetPipelineParams) WithTimeout

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

WithTimeout adds the timeout to the get pipeline params

func (*GetPipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPipelineReader

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

GetPipelineReader is a Reader for the GetPipeline structure.

func (*GetPipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineVariablesConflict

type GetPipelineVariablesConflict struct {
}

GetPipelineVariablesConflict describes a response with status code 409, with default header values.

Project has no config repository configured

func NewGetPipelineVariablesConflict

func NewGetPipelineVariablesConflict() *GetPipelineVariablesConflict

NewGetPipelineVariablesConflict creates a GetPipelineVariablesConflict with default headers values

func (*GetPipelineVariablesConflict) Code

Code gets the status code for the get pipeline variables conflict response

func (*GetPipelineVariablesConflict) Error

func (*GetPipelineVariablesConflict) IsClientError

func (o *GetPipelineVariablesConflict) IsClientError() bool

IsClientError returns true when this get pipeline variables conflict response has a 4xx status code

func (*GetPipelineVariablesConflict) IsCode

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

IsCode returns true when this get pipeline variables conflict response a status code equal to that given

func (*GetPipelineVariablesConflict) IsRedirect

func (o *GetPipelineVariablesConflict) IsRedirect() bool

IsRedirect returns true when this get pipeline variables conflict response has a 3xx status code

func (*GetPipelineVariablesConflict) IsServerError

func (o *GetPipelineVariablesConflict) IsServerError() bool

IsServerError returns true when this get pipeline variables conflict response has a 5xx status code

func (*GetPipelineVariablesConflict) IsSuccess

func (o *GetPipelineVariablesConflict) IsSuccess() bool

IsSuccess returns true when this get pipeline variables conflict response has a 2xx status code

func (*GetPipelineVariablesConflict) String

type GetPipelineVariablesDefault

type GetPipelineVariablesDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

GetPipelineVariablesDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewGetPipelineVariablesDefault

func NewGetPipelineVariablesDefault(code int) *GetPipelineVariablesDefault

NewGetPipelineVariablesDefault creates a GetPipelineVariablesDefault with default headers values

func (*GetPipelineVariablesDefault) Code

func (o *GetPipelineVariablesDefault) Code() int

Code gets the status code for the get pipeline variables default response

func (*GetPipelineVariablesDefault) Error

func (*GetPipelineVariablesDefault) GetPayload

func (*GetPipelineVariablesDefault) IsClientError

func (o *GetPipelineVariablesDefault) IsClientError() bool

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

func (*GetPipelineVariablesDefault) IsCode

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

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

func (*GetPipelineVariablesDefault) IsRedirect

func (o *GetPipelineVariablesDefault) IsRedirect() bool

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

func (*GetPipelineVariablesDefault) IsServerError

func (o *GetPipelineVariablesDefault) IsServerError() bool

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

func (*GetPipelineVariablesDefault) IsSuccess

func (o *GetPipelineVariablesDefault) IsSuccess() bool

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

func (*GetPipelineVariablesDefault) String

func (o *GetPipelineVariablesDefault) String() string

type GetPipelineVariablesForbidden

type GetPipelineVariablesForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineVariablesForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewGetPipelineVariablesForbidden

func NewGetPipelineVariablesForbidden() *GetPipelineVariablesForbidden

NewGetPipelineVariablesForbidden creates a GetPipelineVariablesForbidden with default headers values

func (*GetPipelineVariablesForbidden) Code

Code gets the status code for the get pipeline variables forbidden response

func (*GetPipelineVariablesForbidden) Error

func (*GetPipelineVariablesForbidden) GetPayload

func (*GetPipelineVariablesForbidden) IsClientError

func (o *GetPipelineVariablesForbidden) IsClientError() bool

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

func (*GetPipelineVariablesForbidden) IsCode

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

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

func (*GetPipelineVariablesForbidden) IsRedirect

func (o *GetPipelineVariablesForbidden) IsRedirect() bool

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

func (*GetPipelineVariablesForbidden) IsServerError

func (o *GetPipelineVariablesForbidden) IsServerError() bool

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

func (*GetPipelineVariablesForbidden) IsSuccess

func (o *GetPipelineVariablesForbidden) IsSuccess() bool

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

func (*GetPipelineVariablesForbidden) String

type GetPipelineVariablesNotFound

type GetPipelineVariablesNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

GetPipelineVariablesNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewGetPipelineVariablesNotFound

func NewGetPipelineVariablesNotFound() *GetPipelineVariablesNotFound

NewGetPipelineVariablesNotFound creates a GetPipelineVariablesNotFound with default headers values

func (*GetPipelineVariablesNotFound) Code

Code gets the status code for the get pipeline variables not found response

func (*GetPipelineVariablesNotFound) Error

func (*GetPipelineVariablesNotFound) GetPayload

func (*GetPipelineVariablesNotFound) IsClientError

func (o *GetPipelineVariablesNotFound) IsClientError() bool

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

func (*GetPipelineVariablesNotFound) IsCode

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

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

func (*GetPipelineVariablesNotFound) IsRedirect

func (o *GetPipelineVariablesNotFound) IsRedirect() bool

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

func (*GetPipelineVariablesNotFound) IsServerError

func (o *GetPipelineVariablesNotFound) IsServerError() bool

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

func (*GetPipelineVariablesNotFound) IsSuccess

func (o *GetPipelineVariablesNotFound) IsSuccess() bool

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

func (*GetPipelineVariablesNotFound) String

type GetPipelineVariablesOK

type GetPipelineVariablesOK struct {
	Payload *GetPipelineVariablesOKBody
}

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

This endpoint returns the variables of the pipeline.

func NewGetPipelineVariablesOK

func NewGetPipelineVariablesOK() *GetPipelineVariablesOK

NewGetPipelineVariablesOK creates a GetPipelineVariablesOK with default headers values

func (*GetPipelineVariablesOK) Code

func (o *GetPipelineVariablesOK) Code() int

Code gets the status code for the get pipeline variables o k response

func (*GetPipelineVariablesOK) Error

func (o *GetPipelineVariablesOK) Error() string

func (*GetPipelineVariablesOK) GetPayload

func (*GetPipelineVariablesOK) IsClientError

func (o *GetPipelineVariablesOK) IsClientError() bool

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

func (*GetPipelineVariablesOK) IsCode

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

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

func (*GetPipelineVariablesOK) IsRedirect

func (o *GetPipelineVariablesOK) IsRedirect() bool

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

func (*GetPipelineVariablesOK) IsServerError

func (o *GetPipelineVariablesOK) IsServerError() bool

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

func (*GetPipelineVariablesOK) IsSuccess

func (o *GetPipelineVariablesOK) IsSuccess() bool

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

func (*GetPipelineVariablesOK) String

func (o *GetPipelineVariablesOK) String() string

type GetPipelineVariablesOKBody

type GetPipelineVariablesOKBody struct {

	// data
	// Required: true
	Data *models.PipelineVariables `json:"data"`
}

GetPipelineVariablesOKBody get pipeline variables o k body swagger:model GetPipelineVariablesOKBody

func (*GetPipelineVariablesOKBody) ContextValidate

func (o *GetPipelineVariablesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get pipeline variables o k body based on the context it is used

func (*GetPipelineVariablesOKBody) MarshalBinary

func (o *GetPipelineVariablesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetPipelineVariablesOKBody) UnmarshalBinary

func (o *GetPipelineVariablesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetPipelineVariablesOKBody) Validate

func (o *GetPipelineVariablesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get pipeline variables o k body

type GetPipelineVariablesParams

type GetPipelineVariablesParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

GetPipelineVariablesParams contains all the parameters to send to the API endpoint

for the get pipeline variables operation.

Typically these are written to a http.Request.

func NewGetPipelineVariablesParams

func NewGetPipelineVariablesParams() *GetPipelineVariablesParams

NewGetPipelineVariablesParams creates a new GetPipelineVariablesParams 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 NewGetPipelineVariablesParamsWithContext

func NewGetPipelineVariablesParamsWithContext(ctx context.Context) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithContext creates a new GetPipelineVariablesParams object with the ability to set a context for a request.

func NewGetPipelineVariablesParamsWithHTTPClient

func NewGetPipelineVariablesParamsWithHTTPClient(client *http.Client) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithHTTPClient creates a new GetPipelineVariablesParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineVariablesParamsWithTimeout

func NewGetPipelineVariablesParamsWithTimeout(timeout time.Duration) *GetPipelineVariablesParams

NewGetPipelineVariablesParamsWithTimeout creates a new GetPipelineVariablesParams object with the ability to set a timeout on a request.

func (*GetPipelineVariablesParams) SetComponentCanonical

func (o *GetPipelineVariablesParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetContext

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

SetContext adds the context to the get pipeline variables params

func (*GetPipelineVariablesParams) SetDefaults

func (o *GetPipelineVariablesParams) SetDefaults()

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

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

func (*GetPipelineVariablesParams) SetEnvironmentCanonical

func (o *GetPipelineVariablesParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline variables params

func (*GetPipelineVariablesParams) SetInpathPipelineName

func (o *GetPipelineVariablesParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the get pipeline variables params

func (*GetPipelineVariablesParams) SetOrganizationCanonical

func (o *GetPipelineVariablesParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetProjectCanonical

func (o *GetPipelineVariablesParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline variables params

func (*GetPipelineVariablesParams) WithComponentCanonical

func (o *GetPipelineVariablesParams) WithComponentCanonical(componentCanonical string) *GetPipelineVariablesParams

WithComponentCanonical adds the componentCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithContext

WithContext adds the context to the get pipeline variables params

func (*GetPipelineVariablesParams) WithDefaults

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

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

func (*GetPipelineVariablesParams) WithEnvironmentCanonical

func (o *GetPipelineVariablesParams) WithEnvironmentCanonical(environmentCanonical string) *GetPipelineVariablesParams

WithEnvironmentCanonical adds the environmentCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline variables params

func (*GetPipelineVariablesParams) WithInpathPipelineName

func (o *GetPipelineVariablesParams) WithInpathPipelineName(inpathPipelineName string) *GetPipelineVariablesParams

WithInpathPipelineName adds the inpathPipelineName to the get pipeline variables params

func (*GetPipelineVariablesParams) WithOrganizationCanonical

func (o *GetPipelineVariablesParams) WithOrganizationCanonical(organizationCanonical string) *GetPipelineVariablesParams

WithOrganizationCanonical adds the organizationCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithProjectCanonical

func (o *GetPipelineVariablesParams) WithProjectCanonical(projectCanonical string) *GetPipelineVariablesParams

WithProjectCanonical adds the projectCanonical to the get pipeline variables params

func (*GetPipelineVariablesParams) WithTimeout

WithTimeout adds the timeout to the get pipeline variables params

func (*GetPipelineVariablesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineVariablesReader

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

GetPipelineVariablesReader is a Reader for the GetPipelineVariables structure.

func (*GetPipelineVariablesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PausePipelineDefault

type PausePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

PausePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewPausePipelineDefault

func NewPausePipelineDefault(code int) *PausePipelineDefault

NewPausePipelineDefault creates a PausePipelineDefault with default headers values

func (*PausePipelineDefault) Code

func (o *PausePipelineDefault) Code() int

Code gets the status code for the pause pipeline default response

func (*PausePipelineDefault) Error

func (o *PausePipelineDefault) Error() string

func (*PausePipelineDefault) GetPayload

func (o *PausePipelineDefault) GetPayload() *models.ErrorPayload

func (*PausePipelineDefault) IsClientError

func (o *PausePipelineDefault) IsClientError() bool

IsClientError returns true when this pause pipeline default response has a 4xx status code

func (*PausePipelineDefault) IsCode

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

IsCode returns true when this pause pipeline default response a status code equal to that given

func (*PausePipelineDefault) IsRedirect

func (o *PausePipelineDefault) IsRedirect() bool

IsRedirect returns true when this pause pipeline default response has a 3xx status code

func (*PausePipelineDefault) IsServerError

func (o *PausePipelineDefault) IsServerError() bool

IsServerError returns true when this pause pipeline default response has a 5xx status code

func (*PausePipelineDefault) IsSuccess

func (o *PausePipelineDefault) IsSuccess() bool

IsSuccess returns true when this pause pipeline default response has a 2xx status code

func (*PausePipelineDefault) String

func (o *PausePipelineDefault) String() string

type PausePipelineForbidden

type PausePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

PausePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewPausePipelineForbidden

func NewPausePipelineForbidden() *PausePipelineForbidden

NewPausePipelineForbidden creates a PausePipelineForbidden with default headers values

func (*PausePipelineForbidden) Code

func (o *PausePipelineForbidden) Code() int

Code gets the status code for the pause pipeline forbidden response

func (*PausePipelineForbidden) Error

func (o *PausePipelineForbidden) Error() string

func (*PausePipelineForbidden) GetPayload

func (o *PausePipelineForbidden) GetPayload() *models.ErrorPayload

func (*PausePipelineForbidden) IsClientError

func (o *PausePipelineForbidden) IsClientError() bool

IsClientError returns true when this pause pipeline forbidden response has a 4xx status code

func (*PausePipelineForbidden) IsCode

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

IsCode returns true when this pause pipeline forbidden response a status code equal to that given

func (*PausePipelineForbidden) IsRedirect

func (o *PausePipelineForbidden) IsRedirect() bool

IsRedirect returns true when this pause pipeline forbidden response has a 3xx status code

func (*PausePipelineForbidden) IsServerError

func (o *PausePipelineForbidden) IsServerError() bool

IsServerError returns true when this pause pipeline forbidden response has a 5xx status code

func (*PausePipelineForbidden) IsSuccess

func (o *PausePipelineForbidden) IsSuccess() bool

IsSuccess returns true when this pause pipeline forbidden response has a 2xx status code

func (*PausePipelineForbidden) String

func (o *PausePipelineForbidden) String() string

type PausePipelineNoContent

type PausePipelineNoContent struct {
}

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

Pipeline has been paused.

func NewPausePipelineNoContent

func NewPausePipelineNoContent() *PausePipelineNoContent

NewPausePipelineNoContent creates a PausePipelineNoContent with default headers values

func (*PausePipelineNoContent) Code

func (o *PausePipelineNoContent) Code() int

Code gets the status code for the pause pipeline no content response

func (*PausePipelineNoContent) Error

func (o *PausePipelineNoContent) Error() string

func (*PausePipelineNoContent) IsClientError

func (o *PausePipelineNoContent) IsClientError() bool

IsClientError returns true when this pause pipeline no content response has a 4xx status code

func (*PausePipelineNoContent) IsCode

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

IsCode returns true when this pause pipeline no content response a status code equal to that given

func (*PausePipelineNoContent) IsRedirect

func (o *PausePipelineNoContent) IsRedirect() bool

IsRedirect returns true when this pause pipeline no content response has a 3xx status code

func (*PausePipelineNoContent) IsServerError

func (o *PausePipelineNoContent) IsServerError() bool

IsServerError returns true when this pause pipeline no content response has a 5xx status code

func (*PausePipelineNoContent) IsSuccess

func (o *PausePipelineNoContent) IsSuccess() bool

IsSuccess returns true when this pause pipeline no content response has a 2xx status code

func (*PausePipelineNoContent) String

func (o *PausePipelineNoContent) String() string

type PausePipelineNotFound

type PausePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

PausePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewPausePipelineNotFound

func NewPausePipelineNotFound() *PausePipelineNotFound

NewPausePipelineNotFound creates a PausePipelineNotFound with default headers values

func (*PausePipelineNotFound) Code

func (o *PausePipelineNotFound) Code() int

Code gets the status code for the pause pipeline not found response

func (*PausePipelineNotFound) Error

func (o *PausePipelineNotFound) Error() string

func (*PausePipelineNotFound) GetPayload

func (o *PausePipelineNotFound) GetPayload() *models.ErrorPayload

func (*PausePipelineNotFound) IsClientError

func (o *PausePipelineNotFound) IsClientError() bool

IsClientError returns true when this pause pipeline not found response has a 4xx status code

func (*PausePipelineNotFound) IsCode

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

IsCode returns true when this pause pipeline not found response a status code equal to that given

func (*PausePipelineNotFound) IsRedirect

func (o *PausePipelineNotFound) IsRedirect() bool

IsRedirect returns true when this pause pipeline not found response has a 3xx status code

func (*PausePipelineNotFound) IsServerError

func (o *PausePipelineNotFound) IsServerError() bool

IsServerError returns true when this pause pipeline not found response has a 5xx status code

func (*PausePipelineNotFound) IsSuccess

func (o *PausePipelineNotFound) IsSuccess() bool

IsSuccess returns true when this pause pipeline not found response has a 2xx status code

func (*PausePipelineNotFound) String

func (o *PausePipelineNotFound) String() string

type PausePipelineParams

type PausePipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

PausePipelineParams contains all the parameters to send to the API endpoint

for the pause pipeline operation.

Typically these are written to a http.Request.

func NewPausePipelineParams

func NewPausePipelineParams() *PausePipelineParams

NewPausePipelineParams creates a new PausePipelineParams 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 NewPausePipelineParamsWithContext

func NewPausePipelineParamsWithContext(ctx context.Context) *PausePipelineParams

NewPausePipelineParamsWithContext creates a new PausePipelineParams object with the ability to set a context for a request.

func NewPausePipelineParamsWithHTTPClient

func NewPausePipelineParamsWithHTTPClient(client *http.Client) *PausePipelineParams

NewPausePipelineParamsWithHTTPClient creates a new PausePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewPausePipelineParamsWithTimeout

func NewPausePipelineParamsWithTimeout(timeout time.Duration) *PausePipelineParams

NewPausePipelineParamsWithTimeout creates a new PausePipelineParams object with the ability to set a timeout on a request.

func (*PausePipelineParams) SetComponentCanonical

func (o *PausePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the pause pipeline params

func (*PausePipelineParams) SetContext

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

SetContext adds the context to the pause pipeline params

func (*PausePipelineParams) SetDefaults

func (o *PausePipelineParams) SetDefaults()

SetDefaults hydrates default values in the pause pipeline params (not the query body).

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

func (*PausePipelineParams) SetEnvironmentCanonical

func (o *PausePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the pause pipeline params

func (*PausePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pause pipeline params

func (*PausePipelineParams) SetInpathPipelineName

func (o *PausePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the pause pipeline params

func (*PausePipelineParams) SetOrganizationCanonical

func (o *PausePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the pause pipeline params

func (*PausePipelineParams) SetProjectCanonical

func (o *PausePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the pause pipeline params

func (*PausePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the pause pipeline params

func (*PausePipelineParams) WithComponentCanonical

func (o *PausePipelineParams) WithComponentCanonical(componentCanonical string) *PausePipelineParams

WithComponentCanonical adds the componentCanonical to the pause pipeline params

func (*PausePipelineParams) WithContext

WithContext adds the context to the pause pipeline params

func (*PausePipelineParams) WithDefaults

func (o *PausePipelineParams) WithDefaults() *PausePipelineParams

WithDefaults hydrates default values in the pause pipeline params (not the query body).

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

func (*PausePipelineParams) WithEnvironmentCanonical

func (o *PausePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *PausePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the pause pipeline params

func (*PausePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the pause pipeline params

func (*PausePipelineParams) WithInpathPipelineName

func (o *PausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *PausePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the pause pipeline params

func (*PausePipelineParams) WithOrganizationCanonical

func (o *PausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *PausePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the pause pipeline params

func (*PausePipelineParams) WithProjectCanonical

func (o *PausePipelineParams) WithProjectCanonical(projectCanonical string) *PausePipelineParams

WithProjectCanonical adds the projectCanonical to the pause pipeline params

func (*PausePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the pause pipeline params

func (*PausePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PausePipelineReader

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

PausePipelineReader is a Reader for the PausePipeline structure.

func (*PausePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RenamePipelineDefault

type RenamePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

RenamePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewRenamePipelineDefault

func NewRenamePipelineDefault(code int) *RenamePipelineDefault

NewRenamePipelineDefault creates a RenamePipelineDefault with default headers values

func (*RenamePipelineDefault) Code

func (o *RenamePipelineDefault) Code() int

Code gets the status code for the rename pipeline default response

func (*RenamePipelineDefault) Error

func (o *RenamePipelineDefault) Error() string

func (*RenamePipelineDefault) GetPayload

func (o *RenamePipelineDefault) GetPayload() *models.ErrorPayload

func (*RenamePipelineDefault) IsClientError

func (o *RenamePipelineDefault) IsClientError() bool

IsClientError returns true when this rename pipeline default response has a 4xx status code

func (*RenamePipelineDefault) IsCode

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

IsCode returns true when this rename pipeline default response a status code equal to that given

func (*RenamePipelineDefault) IsRedirect

func (o *RenamePipelineDefault) IsRedirect() bool

IsRedirect returns true when this rename pipeline default response has a 3xx status code

func (*RenamePipelineDefault) IsServerError

func (o *RenamePipelineDefault) IsServerError() bool

IsServerError returns true when this rename pipeline default response has a 5xx status code

func (*RenamePipelineDefault) IsSuccess

func (o *RenamePipelineDefault) IsSuccess() bool

IsSuccess returns true when this rename pipeline default response has a 2xx status code

func (*RenamePipelineDefault) String

func (o *RenamePipelineDefault) String() string

type RenamePipelineForbidden

type RenamePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

RenamePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewRenamePipelineForbidden

func NewRenamePipelineForbidden() *RenamePipelineForbidden

NewRenamePipelineForbidden creates a RenamePipelineForbidden with default headers values

func (*RenamePipelineForbidden) Code

func (o *RenamePipelineForbidden) Code() int

Code gets the status code for the rename pipeline forbidden response

func (*RenamePipelineForbidden) Error

func (o *RenamePipelineForbidden) Error() string

func (*RenamePipelineForbidden) GetPayload

func (o *RenamePipelineForbidden) GetPayload() *models.ErrorPayload

func (*RenamePipelineForbidden) IsClientError

func (o *RenamePipelineForbidden) IsClientError() bool

IsClientError returns true when this rename pipeline forbidden response has a 4xx status code

func (*RenamePipelineForbidden) IsCode

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

IsCode returns true when this rename pipeline forbidden response a status code equal to that given

func (*RenamePipelineForbidden) IsRedirect

func (o *RenamePipelineForbidden) IsRedirect() bool

IsRedirect returns true when this rename pipeline forbidden response has a 3xx status code

func (*RenamePipelineForbidden) IsServerError

func (o *RenamePipelineForbidden) IsServerError() bool

IsServerError returns true when this rename pipeline forbidden response has a 5xx status code

func (*RenamePipelineForbidden) IsSuccess

func (o *RenamePipelineForbidden) IsSuccess() bool

IsSuccess returns true when this rename pipeline forbidden response has a 2xx status code

func (*RenamePipelineForbidden) String

func (o *RenamePipelineForbidden) String() string

type RenamePipelineNoContent

type RenamePipelineNoContent struct {
}

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

Pipeline has been renamed.

func NewRenamePipelineNoContent

func NewRenamePipelineNoContent() *RenamePipelineNoContent

NewRenamePipelineNoContent creates a RenamePipelineNoContent with default headers values

func (*RenamePipelineNoContent) Code

func (o *RenamePipelineNoContent) Code() int

Code gets the status code for the rename pipeline no content response

func (*RenamePipelineNoContent) Error

func (o *RenamePipelineNoContent) Error() string

func (*RenamePipelineNoContent) IsClientError

func (o *RenamePipelineNoContent) IsClientError() bool

IsClientError returns true when this rename pipeline no content response has a 4xx status code

func (*RenamePipelineNoContent) IsCode

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

IsCode returns true when this rename pipeline no content response a status code equal to that given

func (*RenamePipelineNoContent) IsRedirect

func (o *RenamePipelineNoContent) IsRedirect() bool

IsRedirect returns true when this rename pipeline no content response has a 3xx status code

func (*RenamePipelineNoContent) IsServerError

func (o *RenamePipelineNoContent) IsServerError() bool

IsServerError returns true when this rename pipeline no content response has a 5xx status code

func (*RenamePipelineNoContent) IsSuccess

func (o *RenamePipelineNoContent) IsSuccess() bool

IsSuccess returns true when this rename pipeline no content response has a 2xx status code

func (*RenamePipelineNoContent) String

func (o *RenamePipelineNoContent) String() string

type RenamePipelineNotFound

type RenamePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

RenamePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewRenamePipelineNotFound

func NewRenamePipelineNotFound() *RenamePipelineNotFound

NewRenamePipelineNotFound creates a RenamePipelineNotFound with default headers values

func (*RenamePipelineNotFound) Code

func (o *RenamePipelineNotFound) Code() int

Code gets the status code for the rename pipeline not found response

func (*RenamePipelineNotFound) Error

func (o *RenamePipelineNotFound) Error() string

func (*RenamePipelineNotFound) GetPayload

func (o *RenamePipelineNotFound) GetPayload() *models.ErrorPayload

func (*RenamePipelineNotFound) IsClientError

func (o *RenamePipelineNotFound) IsClientError() bool

IsClientError returns true when this rename pipeline not found response has a 4xx status code

func (*RenamePipelineNotFound) IsCode

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

IsCode returns true when this rename pipeline not found response a status code equal to that given

func (*RenamePipelineNotFound) IsRedirect

func (o *RenamePipelineNotFound) IsRedirect() bool

IsRedirect returns true when this rename pipeline not found response has a 3xx status code

func (*RenamePipelineNotFound) IsServerError

func (o *RenamePipelineNotFound) IsServerError() bool

IsServerError returns true when this rename pipeline not found response has a 5xx status code

func (*RenamePipelineNotFound) IsSuccess

func (o *RenamePipelineNotFound) IsSuccess() bool

IsSuccess returns true when this rename pipeline not found response has a 2xx status code

func (*RenamePipelineNotFound) String

func (o *RenamePipelineNotFound) String() string

type RenamePipelineParams

type RenamePipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* PipelineName.

	   A pipeline name
	*/
	PipelineName string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

RenamePipelineParams contains all the parameters to send to the API endpoint

for the rename pipeline operation.

Typically these are written to a http.Request.

func NewRenamePipelineParams

func NewRenamePipelineParams() *RenamePipelineParams

NewRenamePipelineParams creates a new RenamePipelineParams 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 NewRenamePipelineParamsWithContext

func NewRenamePipelineParamsWithContext(ctx context.Context) *RenamePipelineParams

NewRenamePipelineParamsWithContext creates a new RenamePipelineParams object with the ability to set a context for a request.

func NewRenamePipelineParamsWithHTTPClient

func NewRenamePipelineParamsWithHTTPClient(client *http.Client) *RenamePipelineParams

NewRenamePipelineParamsWithHTTPClient creates a new RenamePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewRenamePipelineParamsWithTimeout

func NewRenamePipelineParamsWithTimeout(timeout time.Duration) *RenamePipelineParams

NewRenamePipelineParamsWithTimeout creates a new RenamePipelineParams object with the ability to set a timeout on a request.

func (*RenamePipelineParams) SetComponentCanonical

func (o *RenamePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the rename pipeline params

func (*RenamePipelineParams) SetContext

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

SetContext adds the context to the rename pipeline params

func (*RenamePipelineParams) SetDefaults

func (o *RenamePipelineParams) SetDefaults()

SetDefaults hydrates default values in the rename pipeline params (not the query body).

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

func (*RenamePipelineParams) SetEnvironmentCanonical

func (o *RenamePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the rename pipeline params

func (*RenamePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the rename pipeline params

func (*RenamePipelineParams) SetInpathPipelineName

func (o *RenamePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the rename pipeline params

func (*RenamePipelineParams) SetOrganizationCanonical

func (o *RenamePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the rename pipeline params

func (*RenamePipelineParams) SetPipelineName

func (o *RenamePipelineParams) SetPipelineName(pipelineName string)

SetPipelineName adds the pipelineName to the rename pipeline params

func (*RenamePipelineParams) SetProjectCanonical

func (o *RenamePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the rename pipeline params

func (*RenamePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the rename pipeline params

func (*RenamePipelineParams) WithComponentCanonical

func (o *RenamePipelineParams) WithComponentCanonical(componentCanonical string) *RenamePipelineParams

WithComponentCanonical adds the componentCanonical to the rename pipeline params

func (*RenamePipelineParams) WithContext

WithContext adds the context to the rename pipeline params

func (*RenamePipelineParams) WithDefaults

func (o *RenamePipelineParams) WithDefaults() *RenamePipelineParams

WithDefaults hydrates default values in the rename pipeline params (not the query body).

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

func (*RenamePipelineParams) WithEnvironmentCanonical

func (o *RenamePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *RenamePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the rename pipeline params

func (*RenamePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the rename pipeline params

func (*RenamePipelineParams) WithInpathPipelineName

func (o *RenamePipelineParams) WithInpathPipelineName(inpathPipelineName string) *RenamePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the rename pipeline params

func (*RenamePipelineParams) WithOrganizationCanonical

func (o *RenamePipelineParams) WithOrganizationCanonical(organizationCanonical string) *RenamePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the rename pipeline params

func (*RenamePipelineParams) WithPipelineName

func (o *RenamePipelineParams) WithPipelineName(pipelineName string) *RenamePipelineParams

WithPipelineName adds the pipelineName to the rename pipeline params

func (*RenamePipelineParams) WithProjectCanonical

func (o *RenamePipelineParams) WithProjectCanonical(projectCanonical string) *RenamePipelineParams

WithProjectCanonical adds the projectCanonical to the rename pipeline params

func (*RenamePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the rename pipeline params

func (*RenamePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RenamePipelineReader

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

RenamePipelineReader is a Reader for the RenamePipeline structure.

func (*RenamePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncedPipelineDefault

type SyncedPipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

SyncedPipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewSyncedPipelineDefault

func NewSyncedPipelineDefault(code int) *SyncedPipelineDefault

NewSyncedPipelineDefault creates a SyncedPipelineDefault with default headers values

func (*SyncedPipelineDefault) Code

func (o *SyncedPipelineDefault) Code() int

Code gets the status code for the synced pipeline default response

func (*SyncedPipelineDefault) Error

func (o *SyncedPipelineDefault) Error() string

func (*SyncedPipelineDefault) GetPayload

func (o *SyncedPipelineDefault) GetPayload() *models.ErrorPayload

func (*SyncedPipelineDefault) IsClientError

func (o *SyncedPipelineDefault) IsClientError() bool

IsClientError returns true when this synced pipeline default response has a 4xx status code

func (*SyncedPipelineDefault) IsCode

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

IsCode returns true when this synced pipeline default response a status code equal to that given

func (*SyncedPipelineDefault) IsRedirect

func (o *SyncedPipelineDefault) IsRedirect() bool

IsRedirect returns true when this synced pipeline default response has a 3xx status code

func (*SyncedPipelineDefault) IsServerError

func (o *SyncedPipelineDefault) IsServerError() bool

IsServerError returns true when this synced pipeline default response has a 5xx status code

func (*SyncedPipelineDefault) IsSuccess

func (o *SyncedPipelineDefault) IsSuccess() bool

IsSuccess returns true when this synced pipeline default response has a 2xx status code

func (*SyncedPipelineDefault) String

func (o *SyncedPipelineDefault) String() string

type SyncedPipelineForbidden

type SyncedPipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewSyncedPipelineForbidden

func NewSyncedPipelineForbidden() *SyncedPipelineForbidden

NewSyncedPipelineForbidden creates a SyncedPipelineForbidden with default headers values

func (*SyncedPipelineForbidden) Code

func (o *SyncedPipelineForbidden) Code() int

Code gets the status code for the synced pipeline forbidden response

func (*SyncedPipelineForbidden) Error

func (o *SyncedPipelineForbidden) Error() string

func (*SyncedPipelineForbidden) GetPayload

func (o *SyncedPipelineForbidden) GetPayload() *models.ErrorPayload

func (*SyncedPipelineForbidden) IsClientError

func (o *SyncedPipelineForbidden) IsClientError() bool

IsClientError returns true when this synced pipeline forbidden response has a 4xx status code

func (*SyncedPipelineForbidden) IsCode

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

IsCode returns true when this synced pipeline forbidden response a status code equal to that given

func (*SyncedPipelineForbidden) IsRedirect

func (o *SyncedPipelineForbidden) IsRedirect() bool

IsRedirect returns true when this synced pipeline forbidden response has a 3xx status code

func (*SyncedPipelineForbidden) IsServerError

func (o *SyncedPipelineForbidden) IsServerError() bool

IsServerError returns true when this synced pipeline forbidden response has a 5xx status code

func (*SyncedPipelineForbidden) IsSuccess

func (o *SyncedPipelineForbidden) IsSuccess() bool

IsSuccess returns true when this synced pipeline forbidden response has a 2xx status code

func (*SyncedPipelineForbidden) String

func (o *SyncedPipelineForbidden) String() string

type SyncedPipelineLengthRequired

type SyncedPipelineLengthRequired struct {
}

SyncedPipelineLengthRequired describes a response with status code 411, with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewSyncedPipelineLengthRequired

func NewSyncedPipelineLengthRequired() *SyncedPipelineLengthRequired

NewSyncedPipelineLengthRequired creates a SyncedPipelineLengthRequired with default headers values

func (*SyncedPipelineLengthRequired) Code

Code gets the status code for the synced pipeline length required response

func (*SyncedPipelineLengthRequired) Error

func (*SyncedPipelineLengthRequired) IsClientError

func (o *SyncedPipelineLengthRequired) IsClientError() bool

IsClientError returns true when this synced pipeline length required response has a 4xx status code

func (*SyncedPipelineLengthRequired) IsCode

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

IsCode returns true when this synced pipeline length required response a status code equal to that given

func (*SyncedPipelineLengthRequired) IsRedirect

func (o *SyncedPipelineLengthRequired) IsRedirect() bool

IsRedirect returns true when this synced pipeline length required response has a 3xx status code

func (*SyncedPipelineLengthRequired) IsServerError

func (o *SyncedPipelineLengthRequired) IsServerError() bool

IsServerError returns true when this synced pipeline length required response has a 5xx status code

func (*SyncedPipelineLengthRequired) IsSuccess

func (o *SyncedPipelineLengthRequired) IsSuccess() bool

IsSuccess returns true when this synced pipeline length required response has a 2xx status code

func (*SyncedPipelineLengthRequired) String

type SyncedPipelineNotFound

type SyncedPipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewSyncedPipelineNotFound

func NewSyncedPipelineNotFound() *SyncedPipelineNotFound

NewSyncedPipelineNotFound creates a SyncedPipelineNotFound with default headers values

func (*SyncedPipelineNotFound) Code

func (o *SyncedPipelineNotFound) Code() int

Code gets the status code for the synced pipeline not found response

func (*SyncedPipelineNotFound) Error

func (o *SyncedPipelineNotFound) Error() string

func (*SyncedPipelineNotFound) GetPayload

func (o *SyncedPipelineNotFound) GetPayload() *models.ErrorPayload

func (*SyncedPipelineNotFound) IsClientError

func (o *SyncedPipelineNotFound) IsClientError() bool

IsClientError returns true when this synced pipeline not found response has a 4xx status code

func (*SyncedPipelineNotFound) IsCode

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

IsCode returns true when this synced pipeline not found response a status code equal to that given

func (*SyncedPipelineNotFound) IsRedirect

func (o *SyncedPipelineNotFound) IsRedirect() bool

IsRedirect returns true when this synced pipeline not found response has a 3xx status code

func (*SyncedPipelineNotFound) IsServerError

func (o *SyncedPipelineNotFound) IsServerError() bool

IsServerError returns true when this synced pipeline not found response has a 5xx status code

func (*SyncedPipelineNotFound) IsSuccess

func (o *SyncedPipelineNotFound) IsSuccess() bool

IsSuccess returns true when this synced pipeline not found response has a 2xx status code

func (*SyncedPipelineNotFound) String

func (o *SyncedPipelineNotFound) String() string

type SyncedPipelineOK

type SyncedPipelineOK struct {
	Payload *SyncedPipelineOKBody
}

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

The diff between the stack's pipeline and the existing pipeline if any exists.

func NewSyncedPipelineOK

func NewSyncedPipelineOK() *SyncedPipelineOK

NewSyncedPipelineOK creates a SyncedPipelineOK with default headers values

func (*SyncedPipelineOK) Code

func (o *SyncedPipelineOK) Code() int

Code gets the status code for the synced pipeline o k response

func (*SyncedPipelineOK) Error

func (o *SyncedPipelineOK) Error() string

func (*SyncedPipelineOK) GetPayload

func (o *SyncedPipelineOK) GetPayload() *SyncedPipelineOKBody

func (*SyncedPipelineOK) IsClientError

func (o *SyncedPipelineOK) IsClientError() bool

IsClientError returns true when this synced pipeline o k response has a 4xx status code

func (*SyncedPipelineOK) IsCode

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

IsCode returns true when this synced pipeline o k response a status code equal to that given

func (*SyncedPipelineOK) IsRedirect

func (o *SyncedPipelineOK) IsRedirect() bool

IsRedirect returns true when this synced pipeline o k response has a 3xx status code

func (*SyncedPipelineOK) IsServerError

func (o *SyncedPipelineOK) IsServerError() bool

IsServerError returns true when this synced pipeline o k response has a 5xx status code

func (*SyncedPipelineOK) IsSuccess

func (o *SyncedPipelineOK) IsSuccess() bool

IsSuccess returns true when this synced pipeline o k response has a 2xx status code

func (*SyncedPipelineOK) String

func (o *SyncedPipelineOK) String() string

type SyncedPipelineOKBody

type SyncedPipelineOKBody struct {

	// data
	// Required: true
	Data *models.PipelineStatus `json:"data"`
}

SyncedPipelineOKBody synced pipeline o k body swagger:model SyncedPipelineOKBody

func (*SyncedPipelineOKBody) ContextValidate

func (o *SyncedPipelineOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this synced pipeline o k body based on the context it is used

func (*SyncedPipelineOKBody) MarshalBinary

func (o *SyncedPipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*SyncedPipelineOKBody) UnmarshalBinary

func (o *SyncedPipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*SyncedPipelineOKBody) Validate

func (o *SyncedPipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this synced pipeline o k body

type SyncedPipelineParams

type SyncedPipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

SyncedPipelineParams contains all the parameters to send to the API endpoint

for the synced pipeline operation.

Typically these are written to a http.Request.

func NewSyncedPipelineParams

func NewSyncedPipelineParams() *SyncedPipelineParams

NewSyncedPipelineParams creates a new SyncedPipelineParams 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 NewSyncedPipelineParamsWithContext

func NewSyncedPipelineParamsWithContext(ctx context.Context) *SyncedPipelineParams

NewSyncedPipelineParamsWithContext creates a new SyncedPipelineParams object with the ability to set a context for a request.

func NewSyncedPipelineParamsWithHTTPClient

func NewSyncedPipelineParamsWithHTTPClient(client *http.Client) *SyncedPipelineParams

NewSyncedPipelineParamsWithHTTPClient creates a new SyncedPipelineParams object with the ability to set a custom HTTPClient for a request.

func NewSyncedPipelineParamsWithTimeout

func NewSyncedPipelineParamsWithTimeout(timeout time.Duration) *SyncedPipelineParams

NewSyncedPipelineParamsWithTimeout creates a new SyncedPipelineParams object with the ability to set a timeout on a request.

func (*SyncedPipelineParams) SetComponentCanonical

func (o *SyncedPipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the synced pipeline params

func (*SyncedPipelineParams) SetContext

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

SetContext adds the context to the synced pipeline params

func (*SyncedPipelineParams) SetDefaults

func (o *SyncedPipelineParams) SetDefaults()

SetDefaults hydrates default values in the synced pipeline params (not the query body).

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

func (*SyncedPipelineParams) SetEnvironmentCanonical

func (o *SyncedPipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the synced pipeline params

func (*SyncedPipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the synced pipeline params

func (*SyncedPipelineParams) SetInpathPipelineName

func (o *SyncedPipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the synced pipeline params

func (*SyncedPipelineParams) SetOrganizationCanonical

func (o *SyncedPipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the synced pipeline params

func (*SyncedPipelineParams) SetProjectCanonical

func (o *SyncedPipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the synced pipeline params

func (*SyncedPipelineParams) SetTimeout

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

SetTimeout adds the timeout to the synced pipeline params

func (*SyncedPipelineParams) WithComponentCanonical

func (o *SyncedPipelineParams) WithComponentCanonical(componentCanonical string) *SyncedPipelineParams

WithComponentCanonical adds the componentCanonical to the synced pipeline params

func (*SyncedPipelineParams) WithContext

WithContext adds the context to the synced pipeline params

func (*SyncedPipelineParams) WithDefaults

func (o *SyncedPipelineParams) WithDefaults() *SyncedPipelineParams

WithDefaults hydrates default values in the synced pipeline params (not the query body).

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

func (*SyncedPipelineParams) WithEnvironmentCanonical

func (o *SyncedPipelineParams) WithEnvironmentCanonical(environmentCanonical string) *SyncedPipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the synced pipeline params

func (*SyncedPipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the synced pipeline params

func (*SyncedPipelineParams) WithInpathPipelineName

func (o *SyncedPipelineParams) WithInpathPipelineName(inpathPipelineName string) *SyncedPipelineParams

WithInpathPipelineName adds the inpathPipelineName to the synced pipeline params

func (*SyncedPipelineParams) WithOrganizationCanonical

func (o *SyncedPipelineParams) WithOrganizationCanonical(organizationCanonical string) *SyncedPipelineParams

WithOrganizationCanonical adds the organizationCanonical to the synced pipeline params

func (*SyncedPipelineParams) WithProjectCanonical

func (o *SyncedPipelineParams) WithProjectCanonical(projectCanonical string) *SyncedPipelineParams

WithProjectCanonical adds the projectCanonical to the synced pipeline params

func (*SyncedPipelineParams) WithTimeout

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

WithTimeout adds the timeout to the synced pipeline params

func (*SyncedPipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SyncedPipelineReader

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

SyncedPipelineReader is a Reader for the SyncedPipeline structure.

func (*SyncedPipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SyncedPipelineUnprocessableEntity

type SyncedPipelineUnprocessableEntity struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

SyncedPipelineUnprocessableEntity describes a response with status code 422, with default header values.

All the custom errors that are generated from the Cycloid API

func NewSyncedPipelineUnprocessableEntity

func NewSyncedPipelineUnprocessableEntity() *SyncedPipelineUnprocessableEntity

NewSyncedPipelineUnprocessableEntity creates a SyncedPipelineUnprocessableEntity with default headers values

func (*SyncedPipelineUnprocessableEntity) Code

Code gets the status code for the synced pipeline unprocessable entity response

func (*SyncedPipelineUnprocessableEntity) Error

func (*SyncedPipelineUnprocessableEntity) GetPayload

func (*SyncedPipelineUnprocessableEntity) IsClientError

func (o *SyncedPipelineUnprocessableEntity) IsClientError() bool

IsClientError returns true when this synced pipeline unprocessable entity response has a 4xx status code

func (*SyncedPipelineUnprocessableEntity) IsCode

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

IsCode returns true when this synced pipeline unprocessable entity response a status code equal to that given

func (*SyncedPipelineUnprocessableEntity) IsRedirect

func (o *SyncedPipelineUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this synced pipeline unprocessable entity response has a 3xx status code

func (*SyncedPipelineUnprocessableEntity) IsServerError

func (o *SyncedPipelineUnprocessableEntity) IsServerError() bool

IsServerError returns true when this synced pipeline unprocessable entity response has a 5xx status code

func (*SyncedPipelineUnprocessableEntity) IsSuccess

func (o *SyncedPipelineUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this synced pipeline unprocessable entity response has a 2xx status code

func (*SyncedPipelineUnprocessableEntity) String

type UnpausePipelineDefault

type UnpausePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UnpausePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUnpausePipelineDefault

func NewUnpausePipelineDefault(code int) *UnpausePipelineDefault

NewUnpausePipelineDefault creates a UnpausePipelineDefault with default headers values

func (*UnpausePipelineDefault) Code

func (o *UnpausePipelineDefault) Code() int

Code gets the status code for the unpause pipeline default response

func (*UnpausePipelineDefault) Error

func (o *UnpausePipelineDefault) Error() string

func (*UnpausePipelineDefault) GetPayload

func (o *UnpausePipelineDefault) GetPayload() *models.ErrorPayload

func (*UnpausePipelineDefault) IsClientError

func (o *UnpausePipelineDefault) IsClientError() bool

IsClientError returns true when this unpause pipeline default response has a 4xx status code

func (*UnpausePipelineDefault) IsCode

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

IsCode returns true when this unpause pipeline default response a status code equal to that given

func (*UnpausePipelineDefault) IsRedirect

func (o *UnpausePipelineDefault) IsRedirect() bool

IsRedirect returns true when this unpause pipeline default response has a 3xx status code

func (*UnpausePipelineDefault) IsServerError

func (o *UnpausePipelineDefault) IsServerError() bool

IsServerError returns true when this unpause pipeline default response has a 5xx status code

func (*UnpausePipelineDefault) IsSuccess

func (o *UnpausePipelineDefault) IsSuccess() bool

IsSuccess returns true when this unpause pipeline default response has a 2xx status code

func (*UnpausePipelineDefault) String

func (o *UnpausePipelineDefault) String() string

type UnpausePipelineForbidden

type UnpausePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

UnpausePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUnpausePipelineForbidden

func NewUnpausePipelineForbidden() *UnpausePipelineForbidden

NewUnpausePipelineForbidden creates a UnpausePipelineForbidden with default headers values

func (*UnpausePipelineForbidden) Code

func (o *UnpausePipelineForbidden) Code() int

Code gets the status code for the unpause pipeline forbidden response

func (*UnpausePipelineForbidden) Error

func (o *UnpausePipelineForbidden) Error() string

func (*UnpausePipelineForbidden) GetPayload

func (o *UnpausePipelineForbidden) GetPayload() *models.ErrorPayload

func (*UnpausePipelineForbidden) IsClientError

func (o *UnpausePipelineForbidden) IsClientError() bool

IsClientError returns true when this unpause pipeline forbidden response has a 4xx status code

func (*UnpausePipelineForbidden) IsCode

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

IsCode returns true when this unpause pipeline forbidden response a status code equal to that given

func (*UnpausePipelineForbidden) IsRedirect

func (o *UnpausePipelineForbidden) IsRedirect() bool

IsRedirect returns true when this unpause pipeline forbidden response has a 3xx status code

func (*UnpausePipelineForbidden) IsServerError

func (o *UnpausePipelineForbidden) IsServerError() bool

IsServerError returns true when this unpause pipeline forbidden response has a 5xx status code

func (*UnpausePipelineForbidden) IsSuccess

func (o *UnpausePipelineForbidden) IsSuccess() bool

IsSuccess returns true when this unpause pipeline forbidden response has a 2xx status code

func (*UnpausePipelineForbidden) String

func (o *UnpausePipelineForbidden) String() string

type UnpausePipelineNoContent

type UnpausePipelineNoContent struct {
}

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

Pipeline has been unpaused.

func NewUnpausePipelineNoContent

func NewUnpausePipelineNoContent() *UnpausePipelineNoContent

NewUnpausePipelineNoContent creates a UnpausePipelineNoContent with default headers values

func (*UnpausePipelineNoContent) Code

func (o *UnpausePipelineNoContent) Code() int

Code gets the status code for the unpause pipeline no content response

func (*UnpausePipelineNoContent) Error

func (o *UnpausePipelineNoContent) Error() string

func (*UnpausePipelineNoContent) IsClientError

func (o *UnpausePipelineNoContent) IsClientError() bool

IsClientError returns true when this unpause pipeline no content response has a 4xx status code

func (*UnpausePipelineNoContent) IsCode

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

IsCode returns true when this unpause pipeline no content response a status code equal to that given

func (*UnpausePipelineNoContent) IsRedirect

func (o *UnpausePipelineNoContent) IsRedirect() bool

IsRedirect returns true when this unpause pipeline no content response has a 3xx status code

func (*UnpausePipelineNoContent) IsServerError

func (o *UnpausePipelineNoContent) IsServerError() bool

IsServerError returns true when this unpause pipeline no content response has a 5xx status code

func (*UnpausePipelineNoContent) IsSuccess

func (o *UnpausePipelineNoContent) IsSuccess() bool

IsSuccess returns true when this unpause pipeline no content response has a 2xx status code

func (*UnpausePipelineNoContent) String

func (o *UnpausePipelineNoContent) String() string

type UnpausePipelineNotFound

type UnpausePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

UnpausePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewUnpausePipelineNotFound

func NewUnpausePipelineNotFound() *UnpausePipelineNotFound

NewUnpausePipelineNotFound creates a UnpausePipelineNotFound with default headers values

func (*UnpausePipelineNotFound) Code

func (o *UnpausePipelineNotFound) Code() int

Code gets the status code for the unpause pipeline not found response

func (*UnpausePipelineNotFound) Error

func (o *UnpausePipelineNotFound) Error() string

func (*UnpausePipelineNotFound) GetPayload

func (o *UnpausePipelineNotFound) GetPayload() *models.ErrorPayload

func (*UnpausePipelineNotFound) IsClientError

func (o *UnpausePipelineNotFound) IsClientError() bool

IsClientError returns true when this unpause pipeline not found response has a 4xx status code

func (*UnpausePipelineNotFound) IsCode

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

IsCode returns true when this unpause pipeline not found response a status code equal to that given

func (*UnpausePipelineNotFound) IsRedirect

func (o *UnpausePipelineNotFound) IsRedirect() bool

IsRedirect returns true when this unpause pipeline not found response has a 3xx status code

func (*UnpausePipelineNotFound) IsServerError

func (o *UnpausePipelineNotFound) IsServerError() bool

IsServerError returns true when this unpause pipeline not found response has a 5xx status code

func (*UnpausePipelineNotFound) IsSuccess

func (o *UnpausePipelineNotFound) IsSuccess() bool

IsSuccess returns true when this unpause pipeline not found response has a 2xx status code

func (*UnpausePipelineNotFound) String

func (o *UnpausePipelineNotFound) String() string

type UnpausePipelineParams

type UnpausePipelineParams struct {

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

UnpausePipelineParams contains all the parameters to send to the API endpoint

for the unpause pipeline operation.

Typically these are written to a http.Request.

func NewUnpausePipelineParams

func NewUnpausePipelineParams() *UnpausePipelineParams

NewUnpausePipelineParams creates a new UnpausePipelineParams 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 NewUnpausePipelineParamsWithContext

func NewUnpausePipelineParamsWithContext(ctx context.Context) *UnpausePipelineParams

NewUnpausePipelineParamsWithContext creates a new UnpausePipelineParams object with the ability to set a context for a request.

func NewUnpausePipelineParamsWithHTTPClient

func NewUnpausePipelineParamsWithHTTPClient(client *http.Client) *UnpausePipelineParams

NewUnpausePipelineParamsWithHTTPClient creates a new UnpausePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewUnpausePipelineParamsWithTimeout

func NewUnpausePipelineParamsWithTimeout(timeout time.Duration) *UnpausePipelineParams

NewUnpausePipelineParamsWithTimeout creates a new UnpausePipelineParams object with the ability to set a timeout on a request.

func (*UnpausePipelineParams) SetComponentCanonical

func (o *UnpausePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetContext

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

SetContext adds the context to the unpause pipeline params

func (*UnpausePipelineParams) SetDefaults

func (o *UnpausePipelineParams) SetDefaults()

SetDefaults hydrates default values in the unpause pipeline params (not the query body).

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

func (*UnpausePipelineParams) SetEnvironmentCanonical

func (o *UnpausePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the unpause pipeline params

func (*UnpausePipelineParams) SetInpathPipelineName

func (o *UnpausePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the unpause pipeline params

func (*UnpausePipelineParams) SetOrganizationCanonical

func (o *UnpausePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetProjectCanonical

func (o *UnpausePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the unpause pipeline params

func (*UnpausePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the unpause pipeline params

func (*UnpausePipelineParams) WithComponentCanonical

func (o *UnpausePipelineParams) WithComponentCanonical(componentCanonical string) *UnpausePipelineParams

WithComponentCanonical adds the componentCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithContext

WithContext adds the context to the unpause pipeline params

func (*UnpausePipelineParams) WithDefaults

func (o *UnpausePipelineParams) WithDefaults() *UnpausePipelineParams

WithDefaults hydrates default values in the unpause pipeline params (not the query body).

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

func (*UnpausePipelineParams) WithEnvironmentCanonical

func (o *UnpausePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *UnpausePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the unpause pipeline params

func (*UnpausePipelineParams) WithInpathPipelineName

func (o *UnpausePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UnpausePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the unpause pipeline params

func (*UnpausePipelineParams) WithOrganizationCanonical

func (o *UnpausePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UnpausePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithProjectCanonical

func (o *UnpausePipelineParams) WithProjectCanonical(projectCanonical string) *UnpausePipelineParams

WithProjectCanonical adds the projectCanonical to the unpause pipeline params

func (*UnpausePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the unpause pipeline params

func (*UnpausePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UnpausePipelineReader

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

UnpausePipelineReader is a Reader for the UnpausePipeline structure.

func (*UnpausePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePipelineDefault

type UpdatePipelineDefault struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
	// contains filtered or unexported fields
}

UpdatePipelineDefault describes a response with status code -1, with default header values.

The response sent when an unexpected error happened, as known as an internal server error.

func NewUpdatePipelineDefault

func NewUpdatePipelineDefault(code int) *UpdatePipelineDefault

NewUpdatePipelineDefault creates a UpdatePipelineDefault with default headers values

func (*UpdatePipelineDefault) Code

func (o *UpdatePipelineDefault) Code() int

Code gets the status code for the update pipeline default response

func (*UpdatePipelineDefault) Error

func (o *UpdatePipelineDefault) Error() string

func (*UpdatePipelineDefault) GetPayload

func (o *UpdatePipelineDefault) GetPayload() *models.ErrorPayload

func (*UpdatePipelineDefault) IsClientError

func (o *UpdatePipelineDefault) IsClientError() bool

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

func (*UpdatePipelineDefault) IsCode

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

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

func (*UpdatePipelineDefault) IsRedirect

func (o *UpdatePipelineDefault) IsRedirect() bool

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

func (*UpdatePipelineDefault) IsServerError

func (o *UpdatePipelineDefault) IsServerError() bool

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

func (*UpdatePipelineDefault) IsSuccess

func (o *UpdatePipelineDefault) IsSuccess() bool

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

func (*UpdatePipelineDefault) String

func (o *UpdatePipelineDefault) String() string

type UpdatePipelineForbidden

type UpdatePipelineForbidden struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineForbidden describes a response with status code 403, with default header values.

The authenticated user cannot perform the operation because, it doesn't have permissions for such operation.

func NewUpdatePipelineForbidden

func NewUpdatePipelineForbidden() *UpdatePipelineForbidden

NewUpdatePipelineForbidden creates a UpdatePipelineForbidden with default headers values

func (*UpdatePipelineForbidden) Code

func (o *UpdatePipelineForbidden) Code() int

Code gets the status code for the update pipeline forbidden response

func (*UpdatePipelineForbidden) Error

func (o *UpdatePipelineForbidden) Error() string

func (*UpdatePipelineForbidden) GetPayload

func (o *UpdatePipelineForbidden) GetPayload() *models.ErrorPayload

func (*UpdatePipelineForbidden) IsClientError

func (o *UpdatePipelineForbidden) IsClientError() bool

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

func (*UpdatePipelineForbidden) IsCode

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

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

func (*UpdatePipelineForbidden) IsRedirect

func (o *UpdatePipelineForbidden) IsRedirect() bool

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

func (*UpdatePipelineForbidden) IsServerError

func (o *UpdatePipelineForbidden) IsServerError() bool

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

func (*UpdatePipelineForbidden) IsSuccess

func (o *UpdatePipelineForbidden) IsSuccess() bool

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

func (*UpdatePipelineForbidden) String

func (o *UpdatePipelineForbidden) String() string

type UpdatePipelineLengthRequired

type UpdatePipelineLengthRequired struct {
}

UpdatePipelineLengthRequired describes a response with status code 411, with default header values.

The request has a body but it doesn't have a Content-Length header.

func NewUpdatePipelineLengthRequired

func NewUpdatePipelineLengthRequired() *UpdatePipelineLengthRequired

NewUpdatePipelineLengthRequired creates a UpdatePipelineLengthRequired with default headers values

func (*UpdatePipelineLengthRequired) Code

Code gets the status code for the update pipeline length required response

func (*UpdatePipelineLengthRequired) Error

func (*UpdatePipelineLengthRequired) IsClientError

func (o *UpdatePipelineLengthRequired) IsClientError() bool

IsClientError returns true when this update pipeline length required response has a 4xx status code

func (*UpdatePipelineLengthRequired) IsCode

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

IsCode returns true when this update pipeline length required response a status code equal to that given

func (*UpdatePipelineLengthRequired) IsRedirect

func (o *UpdatePipelineLengthRequired) IsRedirect() bool

IsRedirect returns true when this update pipeline length required response has a 3xx status code

func (*UpdatePipelineLengthRequired) IsServerError

func (o *UpdatePipelineLengthRequired) IsServerError() bool

IsServerError returns true when this update pipeline length required response has a 5xx status code

func (*UpdatePipelineLengthRequired) IsSuccess

func (o *UpdatePipelineLengthRequired) IsSuccess() bool

IsSuccess returns true when this update pipeline length required response has a 2xx status code

func (*UpdatePipelineLengthRequired) String

type UpdatePipelineNotFound

type UpdatePipelineNotFound struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineNotFound describes a response with status code 404, with default header values.

The response sent when any of the entities present in the path is not found.

func NewUpdatePipelineNotFound

func NewUpdatePipelineNotFound() *UpdatePipelineNotFound

NewUpdatePipelineNotFound creates a UpdatePipelineNotFound with default headers values

func (*UpdatePipelineNotFound) Code

func (o *UpdatePipelineNotFound) Code() int

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

func (*UpdatePipelineNotFound) Error

func (o *UpdatePipelineNotFound) Error() string

func (*UpdatePipelineNotFound) GetPayload

func (o *UpdatePipelineNotFound) GetPayload() *models.ErrorPayload

func (*UpdatePipelineNotFound) IsClientError

func (o *UpdatePipelineNotFound) IsClientError() bool

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

func (*UpdatePipelineNotFound) IsCode

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

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

func (*UpdatePipelineNotFound) IsRedirect

func (o *UpdatePipelineNotFound) IsRedirect() bool

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

func (*UpdatePipelineNotFound) IsServerError

func (o *UpdatePipelineNotFound) IsServerError() bool

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

func (*UpdatePipelineNotFound) IsSuccess

func (o *UpdatePipelineNotFound) IsSuccess() bool

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

func (*UpdatePipelineNotFound) String

func (o *UpdatePipelineNotFound) String() string

type UpdatePipelineOK

type UpdatePipelineOK struct {
	Payload *UpdatePipelineOKBody
}

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

The information of the pipeline which has been updated.

func NewUpdatePipelineOK

func NewUpdatePipelineOK() *UpdatePipelineOK

NewUpdatePipelineOK creates a UpdatePipelineOK with default headers values

func (*UpdatePipelineOK) Code

func (o *UpdatePipelineOK) Code() int

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

func (*UpdatePipelineOK) Error

func (o *UpdatePipelineOK) Error() string

func (*UpdatePipelineOK) GetPayload

func (o *UpdatePipelineOK) GetPayload() *UpdatePipelineOKBody

func (*UpdatePipelineOK) IsClientError

func (o *UpdatePipelineOK) IsClientError() bool

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

func (*UpdatePipelineOK) IsCode

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

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

func (*UpdatePipelineOK) IsRedirect

func (o *UpdatePipelineOK) IsRedirect() bool

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

func (*UpdatePipelineOK) IsServerError

func (o *UpdatePipelineOK) IsServerError() bool

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

func (*UpdatePipelineOK) IsSuccess

func (o *UpdatePipelineOK) IsSuccess() bool

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

func (*UpdatePipelineOK) String

func (o *UpdatePipelineOK) String() string

type UpdatePipelineOKBody

type UpdatePipelineOKBody struct {

	// data
	// Required: true
	Data *models.Pipeline `json:"data"`
}

UpdatePipelineOKBody update pipeline o k body swagger:model UpdatePipelineOKBody

func (*UpdatePipelineOKBody) ContextValidate

func (o *UpdatePipelineOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this update pipeline o k body based on the context it is used

func (*UpdatePipelineOKBody) MarshalBinary

func (o *UpdatePipelineOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UpdatePipelineOKBody) UnmarshalBinary

func (o *UpdatePipelineOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UpdatePipelineOKBody) Validate

func (o *UpdatePipelineOKBody) Validate(formats strfmt.Registry) error

Validate validates this update pipeline o k body

type UpdatePipelineParams

type UpdatePipelineParams struct {

	/* Body.

	   The pipeline configuration
	*/
	Body *models.UpdatePipeline

	/* ComponentCanonical.

	   A canonical of a component.
	*/
	ComponentCanonical string

	/* EnvironmentCanonical.

	   The environment canonical to use as part of a path
	*/
	EnvironmentCanonical string

	/* InpathPipelineName.

	   A pipeline name
	*/
	InpathPipelineName string

	/* OrganizationCanonical.

	   A canonical of an organization.
	*/
	OrganizationCanonical string

	/* ProjectCanonical.

	   A canonical of a project.
	*/
	ProjectCanonical string

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

UpdatePipelineParams contains all the parameters to send to the API endpoint

for the update pipeline operation.

Typically these are written to a http.Request.

func NewUpdatePipelineParams

func NewUpdatePipelineParams() *UpdatePipelineParams

NewUpdatePipelineParams creates a new UpdatePipelineParams 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 NewUpdatePipelineParamsWithContext

func NewUpdatePipelineParamsWithContext(ctx context.Context) *UpdatePipelineParams

NewUpdatePipelineParamsWithContext creates a new UpdatePipelineParams object with the ability to set a context for a request.

func NewUpdatePipelineParamsWithHTTPClient

func NewUpdatePipelineParamsWithHTTPClient(client *http.Client) *UpdatePipelineParams

NewUpdatePipelineParamsWithHTTPClient creates a new UpdatePipelineParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePipelineParamsWithTimeout

func NewUpdatePipelineParamsWithTimeout(timeout time.Duration) *UpdatePipelineParams

NewUpdatePipelineParamsWithTimeout creates a new UpdatePipelineParams object with the ability to set a timeout on a request.

func (*UpdatePipelineParams) SetBody

func (o *UpdatePipelineParams) SetBody(body *models.UpdatePipeline)

SetBody adds the body to the update pipeline params

func (*UpdatePipelineParams) SetComponentCanonical

func (o *UpdatePipelineParams) SetComponentCanonical(componentCanonical string)

SetComponentCanonical adds the componentCanonical to the update pipeline params

func (*UpdatePipelineParams) SetContext

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

SetContext adds the context to the update pipeline params

func (*UpdatePipelineParams) SetDefaults

func (o *UpdatePipelineParams) SetDefaults()

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

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

func (*UpdatePipelineParams) SetEnvironmentCanonical

func (o *UpdatePipelineParams) SetEnvironmentCanonical(environmentCanonical string)

SetEnvironmentCanonical adds the environmentCanonical to the update pipeline params

func (*UpdatePipelineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update pipeline params

func (*UpdatePipelineParams) SetInpathPipelineName

func (o *UpdatePipelineParams) SetInpathPipelineName(inpathPipelineName string)

SetInpathPipelineName adds the inpathPipelineName to the update pipeline params

func (*UpdatePipelineParams) SetOrganizationCanonical

func (o *UpdatePipelineParams) SetOrganizationCanonical(organizationCanonical string)

SetOrganizationCanonical adds the organizationCanonical to the update pipeline params

func (*UpdatePipelineParams) SetProjectCanonical

func (o *UpdatePipelineParams) SetProjectCanonical(projectCanonical string)

SetProjectCanonical adds the projectCanonical to the update pipeline params

func (*UpdatePipelineParams) SetTimeout

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

SetTimeout adds the timeout to the update pipeline params

func (*UpdatePipelineParams) WithBody

WithBody adds the body to the update pipeline params

func (*UpdatePipelineParams) WithComponentCanonical

func (o *UpdatePipelineParams) WithComponentCanonical(componentCanonical string) *UpdatePipelineParams

WithComponentCanonical adds the componentCanonical to the update pipeline params

func (*UpdatePipelineParams) WithContext

WithContext adds the context to the update pipeline params

func (*UpdatePipelineParams) WithDefaults

func (o *UpdatePipelineParams) WithDefaults() *UpdatePipelineParams

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

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

func (*UpdatePipelineParams) WithEnvironmentCanonical

func (o *UpdatePipelineParams) WithEnvironmentCanonical(environmentCanonical string) *UpdatePipelineParams

WithEnvironmentCanonical adds the environmentCanonical to the update pipeline params

func (*UpdatePipelineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update pipeline params

func (*UpdatePipelineParams) WithInpathPipelineName

func (o *UpdatePipelineParams) WithInpathPipelineName(inpathPipelineName string) *UpdatePipelineParams

WithInpathPipelineName adds the inpathPipelineName to the update pipeline params

func (*UpdatePipelineParams) WithOrganizationCanonical

func (o *UpdatePipelineParams) WithOrganizationCanonical(organizationCanonical string) *UpdatePipelineParams

WithOrganizationCanonical adds the organizationCanonical to the update pipeline params

func (*UpdatePipelineParams) WithProjectCanonical

func (o *UpdatePipelineParams) WithProjectCanonical(projectCanonical string) *UpdatePipelineParams

WithProjectCanonical adds the projectCanonical to the update pipeline params

func (*UpdatePipelineParams) WithTimeout

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

WithTimeout adds the timeout to the update pipeline params

func (*UpdatePipelineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdatePipelineReader

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

UpdatePipelineReader is a Reader for the UpdatePipeline structure.

func (*UpdatePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePipelineUnprocessableEntity

type UpdatePipelineUnprocessableEntity struct {

	/* The length of the response body in octets (8-bit bytes).

	   Format: uint64
	*/
	ContentLength uint64

	Payload *models.ErrorPayload
}

UpdatePipelineUnprocessableEntity describes a response with status code 422, with default header values.

All the custom errors that are generated from the Cycloid API

func NewUpdatePipelineUnprocessableEntity

func NewUpdatePipelineUnprocessableEntity() *UpdatePipelineUnprocessableEntity

NewUpdatePipelineUnprocessableEntity creates a UpdatePipelineUnprocessableEntity with default headers values

func (*UpdatePipelineUnprocessableEntity) Code

Code gets the status code for the update pipeline unprocessable entity response

func (*UpdatePipelineUnprocessableEntity) Error

func (*UpdatePipelineUnprocessableEntity) GetPayload

func (*UpdatePipelineUnprocessableEntity) IsClientError

func (o *UpdatePipelineUnprocessableEntity) IsClientError() bool

IsClientError returns true when this update pipeline unprocessable entity response has a 4xx status code

func (*UpdatePipelineUnprocessableEntity) IsCode

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

IsCode returns true when this update pipeline unprocessable entity response a status code equal to that given

func (*UpdatePipelineUnprocessableEntity) IsRedirect

func (o *UpdatePipelineUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this update pipeline unprocessable entity response has a 3xx status code

func (*UpdatePipelineUnprocessableEntity) IsServerError

func (o *UpdatePipelineUnprocessableEntity) IsServerError() bool

IsServerError returns true when this update pipeline unprocessable entity response has a 5xx status code

func (*UpdatePipelineUnprocessableEntity) IsSuccess

func (o *UpdatePipelineUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this update pipeline unprocessable entity response has a 2xx status code

func (*UpdatePipelineUnprocessableEntity) String

Jump to

Keyboard shortcuts

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