info

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for info API

func (*Client) GetAPIV1InfoAgentName

func (a *Client) GetAPIV1InfoAgentName(params *GetAPIV1InfoAgentNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetAPIV1InfoAgentNameOK, error)

GetAPIV1InfoAgentName returns verbose information about the agent

func (*Client) GetAPIV1InfoWorkflowWorkflowPipelinePipeline

GetAPIV1InfoWorkflowWorkflowPipelinePipeline returns verbose information about a workflow

func (*Client) GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunID

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunID returns verbose information about a pipeline run

func (*Client) GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpec

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpec returns spec of the provided workflow pipeline

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new info API client.

type GetAPIV1InfoAgentNameBadRequest

type GetAPIV1InfoAgentNameBadRequest struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoAgentNameBadRequest handles this case with default header values.

Bad Request

func NewGetAPIV1InfoAgentNameBadRequest

func NewGetAPIV1InfoAgentNameBadRequest() *GetAPIV1InfoAgentNameBadRequest

NewGetAPIV1InfoAgentNameBadRequest creates a GetAPIV1InfoAgentNameBadRequest with default headers values

func (*GetAPIV1InfoAgentNameBadRequest) Error

func (*GetAPIV1InfoAgentNameBadRequest) GetPayload

type GetAPIV1InfoAgentNameInternalServerError

type GetAPIV1InfoAgentNameInternalServerError struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoAgentNameInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAPIV1InfoAgentNameInternalServerError

func NewGetAPIV1InfoAgentNameInternalServerError() *GetAPIV1InfoAgentNameInternalServerError

NewGetAPIV1InfoAgentNameInternalServerError creates a GetAPIV1InfoAgentNameInternalServerError with default headers values

func (*GetAPIV1InfoAgentNameInternalServerError) Error

func (*GetAPIV1InfoAgentNameInternalServerError) GetPayload

type GetAPIV1InfoAgentNameOK

type GetAPIV1InfoAgentNameOK struct {
	Payload *models.ResponseAgentVerboseInfo
}

GetAPIV1InfoAgentNameOK handles this case with default header values.

OK

func NewGetAPIV1InfoAgentNameOK

func NewGetAPIV1InfoAgentNameOK() *GetAPIV1InfoAgentNameOK

NewGetAPIV1InfoAgentNameOK creates a GetAPIV1InfoAgentNameOK with default headers values

func (*GetAPIV1InfoAgentNameOK) Error

func (o *GetAPIV1InfoAgentNameOK) Error() string

func (*GetAPIV1InfoAgentNameOK) GetPayload

type GetAPIV1InfoAgentNameParams

type GetAPIV1InfoAgentNameParams struct {

	/*Name
	  Name of the agent to get information about.

	*/
	Name string

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

GetAPIV1InfoAgentNameParams contains all the parameters to send to the API endpoint for the get API v1 info agent name operation typically these are written to a http.Request

func NewGetAPIV1InfoAgentNameParams

func NewGetAPIV1InfoAgentNameParams() *GetAPIV1InfoAgentNameParams

NewGetAPIV1InfoAgentNameParams creates a new GetAPIV1InfoAgentNameParams object with the default values initialized.

func NewGetAPIV1InfoAgentNameParamsWithContext

func NewGetAPIV1InfoAgentNameParamsWithContext(ctx context.Context) *GetAPIV1InfoAgentNameParams

NewGetAPIV1InfoAgentNameParamsWithContext creates a new GetAPIV1InfoAgentNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoAgentNameParamsWithHTTPClient

func NewGetAPIV1InfoAgentNameParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoAgentNameParams

NewGetAPIV1InfoAgentNameParamsWithHTTPClient creates a new GetAPIV1InfoAgentNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoAgentNameParamsWithTimeout

func NewGetAPIV1InfoAgentNameParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoAgentNameParams

NewGetAPIV1InfoAgentNameParamsWithTimeout creates a new GetAPIV1InfoAgentNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoAgentNameParams) SetContext

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

SetContext adds the context to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) SetName

func (o *GetAPIV1InfoAgentNameParams) SetName(name string)

SetName adds the name to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) SetTimeout

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

SetTimeout adds the timeout to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) WithContext

WithContext adds the context to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) WithName

WithName adds the name to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info agent name params

func (*GetAPIV1InfoAgentNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoAgentNameReader

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

GetAPIV1InfoAgentNameReader is a Reader for the GetAPIV1InfoAgentName structure.

func (*GetAPIV1InfoAgentNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV1InfoWorkflowNameOK

type GetAPIV1InfoWorkflowNameOK struct {
	Payload models.ResponseWorkflowVerboseInfo
}

GetAPIV1InfoWorkflowNameOK handles this case with default header values.

OK

func NewGetAPIV1InfoWorkflowNameOK

func NewGetAPIV1InfoWorkflowNameOK() *GetAPIV1InfoWorkflowNameOK

NewGetAPIV1InfoWorkflowNameOK creates a GetAPIV1InfoWorkflowNameOK with default headers values

func (*GetAPIV1InfoWorkflowNameOK) Error

func (*GetAPIV1InfoWorkflowNameOK) GetPayload

type GetAPIV1InfoWorkflowNameParams

type GetAPIV1InfoWorkflowNameParams struct {

	/*Name
	  Name of the workflow to get information about.

	*/
	Name string

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

GetAPIV1InfoWorkflowNameParams contains all the parameters to send to the API endpoint for the get API v1 info workflow name operation typically these are written to a http.Request

func NewGetAPIV1InfoWorkflowNameParams

func NewGetAPIV1InfoWorkflowNameParams() *GetAPIV1InfoWorkflowNameParams

NewGetAPIV1InfoWorkflowNameParams creates a new GetAPIV1InfoWorkflowNameParams object with the default values initialized.

func NewGetAPIV1InfoWorkflowNameParamsWithContext

func NewGetAPIV1InfoWorkflowNameParamsWithContext(ctx context.Context) *GetAPIV1InfoWorkflowNameParams

NewGetAPIV1InfoWorkflowNameParamsWithContext creates a new GetAPIV1InfoWorkflowNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoWorkflowNameParamsWithHTTPClient

func NewGetAPIV1InfoWorkflowNameParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoWorkflowNameParams

NewGetAPIV1InfoWorkflowNameParamsWithHTTPClient creates a new GetAPIV1InfoWorkflowNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoWorkflowNameParamsWithTimeout

func NewGetAPIV1InfoWorkflowNameParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoWorkflowNameParams

NewGetAPIV1InfoWorkflowNameParamsWithTimeout creates a new GetAPIV1InfoWorkflowNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoWorkflowNameParams) SetContext

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

SetContext adds the context to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) SetName

func (o *GetAPIV1InfoWorkflowNameParams) SetName(name string)

SetName adds the name to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) SetTimeout

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

SetTimeout adds the timeout to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) WithContext

WithContext adds the context to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) WithName

WithName adds the name to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info workflow name params

func (*GetAPIV1InfoWorkflowNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest

type GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest handles this case with default header values.

Bad Request

func NewGetAPIV1InfoWorkflowNamePipelinePipelineBadRequest

func NewGetAPIV1InfoWorkflowNamePipelinePipelineBadRequest() *GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest

NewGetAPIV1InfoWorkflowNamePipelinePipelineBadRequest creates a GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest with default headers values

func (*GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest) Error

func (*GetAPIV1InfoWorkflowNamePipelinePipelineBadRequest) GetPayload

type GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError

type GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError

func NewGetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError() *GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError

NewGetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError creates a GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError with default headers values

func (*GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError) Error

func (*GetAPIV1InfoWorkflowNamePipelinePipelineInternalServerError) GetPayload

type GetAPIV1InfoWorkflowNamePipelinePipelineOK

type GetAPIV1InfoWorkflowNamePipelinePipelineOK struct {
	Payload *models.ResponsePipelineInfo
}

GetAPIV1InfoWorkflowNamePipelinePipelineOK handles this case with default header values.

OK

func NewGetAPIV1InfoWorkflowNamePipelinePipelineOK

func NewGetAPIV1InfoWorkflowNamePipelinePipelineOK() *GetAPIV1InfoWorkflowNamePipelinePipelineOK

NewGetAPIV1InfoWorkflowNamePipelinePipelineOK creates a GetAPIV1InfoWorkflowNamePipelinePipelineOK with default headers values

func (*GetAPIV1InfoWorkflowNamePipelinePipelineOK) Error

func (*GetAPIV1InfoWorkflowNamePipelinePipelineOK) GetPayload

type GetAPIV1InfoWorkflowNamePipelinePipelineParams

type GetAPIV1InfoWorkflowNamePipelinePipelineParams struct {

	/*Name
	  Name of the workflow to get information about.

	*/
	Name string
	/*Pipeline
	  Name of the pipeline to return the info about.

	*/
	Pipeline string

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

GetAPIV1InfoWorkflowNamePipelinePipelineParams contains all the parameters to send to the API endpoint for the get API v1 info workflow name pipeline pipeline operation typically these are written to a http.Request

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParams

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParams() *GetAPIV1InfoWorkflowNamePipelinePipelineParams

NewGetAPIV1InfoWorkflowNamePipelinePipelineParams creates a new GetAPIV1InfoWorkflowNamePipelinePipelineParams object with the default values initialized.

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithContext

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithContext(ctx context.Context) *GetAPIV1InfoWorkflowNamePipelinePipelineParams

NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithContext creates a new GetAPIV1InfoWorkflowNamePipelinePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithHTTPClient

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoWorkflowNamePipelinePipelineParams

NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithHTTPClient creates a new GetAPIV1InfoWorkflowNamePipelinePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithTimeout

func NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoWorkflowNamePipelinePipelineParams

NewGetAPIV1InfoWorkflowNamePipelinePipelineParamsWithTimeout creates a new GetAPIV1InfoWorkflowNamePipelinePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetContext

SetContext adds the context to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetName

SetName adds the name to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetPipeline

func (o *GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetPipeline(pipeline string)

SetPipeline adds the pipeline to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) SetTimeout

SetTimeout adds the timeout to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WithContext

WithContext adds the context to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WithName

WithName adds the name to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WithPipeline

WithPipeline adds the pipeline to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info workflow name pipeline pipeline params

func (*GetAPIV1InfoWorkflowNamePipelinePipelineParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoWorkflowNamePipelinePipelineReader

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

GetAPIV1InfoWorkflowNamePipelinePipelineReader is a Reader for the GetAPIV1InfoWorkflowNamePipelinePipeline structure.

func (*GetAPIV1InfoWorkflowNamePipelinePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV1InfoWorkflowNameReader

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

GetAPIV1InfoWorkflowNameReader is a Reader for the GetAPIV1InfoWorkflowName structure.

func (*GetAPIV1InfoWorkflowNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest handles this case with default header values.

Bad Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineBadRequest) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineInternalServerError) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK struct {
	Payload *models.ResponsePipelineInfo
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK handles this case with default header values.

OK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineOK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineOK() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineOK creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineOK) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams struct {

	/*Pipeline
	  Name of the pipeline to return the info about.

	*/
	Pipeline string
	/*Workflow
	  Name of the workflow to get information about.

	*/
	Workflow string

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams contains all the parameters to send to the API endpoint for the get API v1 info workflow workflow pipeline pipeline operation typically these are written to a http.Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParams() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParams creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams object with the default values initialized.

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithContext

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithContext(ctx context.Context) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithContext creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithHTTPClient

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithHTTPClient creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithTimeout

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineParamsWithTimeout creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) SetContext

SetContext adds the context to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) SetPipeline

SetPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) SetTimeout

SetTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) SetWorkflow

SetWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WithContext

WithContext adds the context to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WithPipeline

WithPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WithWorkflow

WithWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineReader

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineReader is a Reader for the GetAPIV1InfoWorkflowWorkflowPipelinePipeline structure.

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest handles this case with default header values.

Bad Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDBadRequest) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDInternalServerError) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK struct {
	Payload *models.ResponsePipelineRunVerboseInfo
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK handles this case with default header values.

OK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDOK) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams struct {

	/*Pipeline
	  Name of the pipeline to return the info about.

	*/
	Pipeline string
	/*RunID
	  RUN ID of the pipeline run.

	*/
	RunID string
	/*Workflow
	  Name of the workflow to get information about.

	*/
	Workflow string

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams contains all the parameters to send to the API endpoint for the get API v1 info workflow workflow pipeline pipeline runs run ID operation typically these are written to a http.Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams object with the default values initialized.

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithContext

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithContext(ctx context.Context) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithContext creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithHTTPClient

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithHTTPClient creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithTimeout

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParamsWithTimeout creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetContext

SetContext adds the context to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetPipeline

SetPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetRunID

SetRunID adds the runId to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetTimeout

SetTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) SetWorkflow

SetWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithContext

WithContext adds the context to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithPipeline

WithPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithRunID

WithRunID adds the runID to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WithWorkflow

WithWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline runs run ID params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDReader

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDReader is a Reader for the GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunID structure.

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineRunsRunIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest handles this case with default header values.

Bad Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecBadRequest) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError struct {
	Payload *models.ResponseHTTPError
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecInternalServerError) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK struct {
	Payload *models.ResponseRegistryItem
}

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK handles this case with default header values.

OK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK creates a GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK with default headers values

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK) Error

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecOK) GetPayload

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams struct {

	/*Pipeline
	  Name of the pipeline to return the info about.

	*/
	Pipeline string
	/*Workflow
	  Name of the workflow to get information about.

	*/
	Workflow string

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams contains all the parameters to send to the API endpoint for the get API v1 info workflow workflow pipeline pipeline spec operation typically these are written to a http.Request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams() *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams object with the default values initialized.

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithContext

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithContext(ctx context.Context) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithContext creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithHTTPClient

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithHTTPClient(client *http.Client) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithHTTPClient creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithTimeout

func NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithTimeout(timeout time.Duration) *GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams

NewGetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParamsWithTimeout creates a new GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) SetContext

SetContext adds the context to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) SetPipeline

SetPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) SetTimeout

SetTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) SetWorkflow

SetWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WithContext

WithContext adds the context to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WithPipeline

WithPipeline adds the pipeline to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WithTimeout

WithTimeout adds the timeout to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WithWorkflow

WithWorkflow adds the workflow to the get API v1 info workflow workflow pipeline pipeline spec params

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecReader

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

GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecReader is a Reader for the GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpec structure.

func (*GetAPIV1InfoWorkflowWorkflowPipelinePipelineSpecReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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