pipeline_service

package
v1.7.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2021 License: Apache-2.0 Imports: 11 Imported by: 2

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 pipeline service API

func New

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

New creates a new pipeline service API client.

func (*Client) CreatePipeline

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

CreatePipeline creates a pipeline

func (*Client) CreatePipelineVersion

func (a *Client) CreatePipelineVersion(params *CreatePipelineVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePipelineVersionOK, error)

CreatePipelineVersion adds a pipeline version to the specified pipeline

func (*Client) DeletePipeline

func (a *Client) DeletePipeline(params *DeletePipelineParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineOK, error)

DeletePipeline deletes a pipeline and its pipeline versions

func (*Client) DeletePipelineVersion

func (a *Client) DeletePipelineVersion(params *DeletePipelineVersionParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePipelineVersionOK, error)

DeletePipelineVersion deletes a pipeline version by pipeline version ID if the deleted pipeline version is the default pipeline version the pipeline s default version changes to the pipeline s most recent pipeline version if there are no remaining pipeline versions the pipeline will have no default version examines the run service api ipynb notebook to learn more about creating a run using a pipeline version https github com kubeflow pipelines blob master tools benchmarks run service api ipynb

func (*Client) GetPipeline

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

GetPipeline finds a specific pipeline by ID

func (*Client) GetPipelineVersion

func (a *Client) GetPipelineVersion(params *GetPipelineVersionParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineVersionOK, error)

GetPipelineVersion gets a pipeline version by pipeline version ID

func (*Client) GetPipelineVersionTemplate

func (a *Client) GetPipelineVersionTemplate(params *GetPipelineVersionTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetPipelineVersionTemplateOK, error)

GetPipelineVersionTemplate returns a y a m l template that contains the specified pipeline version s description parameters and metadata

func (*Client) GetTemplate

func (a *Client) GetTemplate(params *GetTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetTemplateOK, error)

GetTemplate returns a single y a m l template that contains the description parameters and metadata associated with the pipeline provided

func (*Client) ListPipelineVersions

func (a *Client) ListPipelineVersions(params *ListPipelineVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListPipelineVersionsOK, error)

ListPipelineVersions lists all pipeline versions of a given pipeline

func (*Client) ListPipelines

func (a *Client) ListPipelines(params *ListPipelinesParams, authInfo runtime.ClientAuthInfoWriter) (*ListPipelinesOK, error)

ListPipelines finds all pipelines

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdatePipelineDefaultVersion

func (a *Client) UpdatePipelineDefaultVersion(params *UpdatePipelineDefaultVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePipelineDefaultVersionOK, error)

UpdatePipelineDefaultVersion updates the default pipeline version of a specific pipeline

type CreatePipelineDefault

type CreatePipelineDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

CreatePipelineDefault handles this case with default header values.

CreatePipelineDefault create pipeline default

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

type CreatePipelineOK

type CreatePipelineOK struct {
	Payload *pipeline_model.APIPipeline
}

CreatePipelineOK handles this case with default header values.

A successful response.

func NewCreatePipelineOK

func NewCreatePipelineOK() *CreatePipelineOK

NewCreatePipelineOK creates a CreatePipelineOK with default headers values

func (*CreatePipelineOK) Error

func (o *CreatePipelineOK) Error() string

type CreatePipelineParams

type CreatePipelineParams struct {

	/*Body*/
	Body *pipeline_model.APIPipeline

	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 values initialized.

func NewCreatePipelineParamsWithContext

func NewCreatePipelineParamsWithContext(ctx context.Context) *CreatePipelineParams

NewCreatePipelineParamsWithContext creates a new CreatePipelineParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and the ability to set a timeout on a request

func (*CreatePipelineParams) SetBody

SetBody adds the body 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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient 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) WithContext

WithContext adds the context 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) 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 CreatePipelineVersionDefault

type CreatePipelineVersionDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

CreatePipelineVersionDefault handles this case with default header values.

CreatePipelineVersionDefault create pipeline version default

func NewCreatePipelineVersionDefault

func NewCreatePipelineVersionDefault(code int) *CreatePipelineVersionDefault

NewCreatePipelineVersionDefault creates a CreatePipelineVersionDefault with default headers values

func (*CreatePipelineVersionDefault) Code

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

func (*CreatePipelineVersionDefault) Error

type CreatePipelineVersionOK

type CreatePipelineVersionOK struct {
	Payload *pipeline_model.APIPipelineVersion
}

CreatePipelineVersionOK handles this case with default header values.

A successful response.

func NewCreatePipelineVersionOK

func NewCreatePipelineVersionOK() *CreatePipelineVersionOK

NewCreatePipelineVersionOK creates a CreatePipelineVersionOK with default headers values

func (*CreatePipelineVersionOK) Error

func (o *CreatePipelineVersionOK) Error() string

type CreatePipelineVersionParams

type CreatePipelineVersionParams struct {

	/*Body
	  ResourceReference inside PipelineVersion specifies the pipeline that this
	version belongs to.

	*/
	Body *pipeline_model.APIPipelineVersion

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

CreatePipelineVersionParams contains all the parameters to send to the API endpoint for the create pipeline version operation typically these are written to a http.Request

func NewCreatePipelineVersionParams

func NewCreatePipelineVersionParams() *CreatePipelineVersionParams

NewCreatePipelineVersionParams creates a new CreatePipelineVersionParams object with the default values initialized.

func NewCreatePipelineVersionParamsWithContext

func NewCreatePipelineVersionParamsWithContext(ctx context.Context) *CreatePipelineVersionParams

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

func NewCreatePipelineVersionParamsWithHTTPClient

func NewCreatePipelineVersionParamsWithHTTPClient(client *http.Client) *CreatePipelineVersionParams

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

func NewCreatePipelineVersionParamsWithTimeout

func NewCreatePipelineVersionParamsWithTimeout(timeout time.Duration) *CreatePipelineVersionParams

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

func (*CreatePipelineVersionParams) SetBody

SetBody adds the body to the create pipeline version params

func (*CreatePipelineVersionParams) SetContext

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

SetContext adds the context to the create pipeline version params

func (*CreatePipelineVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create pipeline version params

func (*CreatePipelineVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create pipeline version params

func (*CreatePipelineVersionParams) WithBody

WithBody adds the body to the create pipeline version params

func (*CreatePipelineVersionParams) WithContext

WithContext adds the context to the create pipeline version params

func (*CreatePipelineVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create pipeline version params

func (*CreatePipelineVersionParams) WithTimeout

WithTimeout adds the timeout to the create pipeline version params

func (*CreatePipelineVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePipelineVersionReader

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

CreatePipelineVersionReader is a Reader for the CreatePipelineVersion structure.

func (*CreatePipelineVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePipelineDefault

type DeletePipelineDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

DeletePipelineDefault handles this case with default header values.

DeletePipelineDefault delete pipeline default

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

type DeletePipelineOK

type DeletePipelineOK struct {
	Payload interface{}
}

DeletePipelineOK handles this case with default header values.

A successful response.

func NewDeletePipelineOK

func NewDeletePipelineOK() *DeletePipelineOK

NewDeletePipelineOK creates a DeletePipelineOK with default headers values

func (*DeletePipelineOK) Error

func (o *DeletePipelineOK) Error() string

type DeletePipelineParams

type DeletePipelineParams struct {

	/*ID
	  The ID of the pipeline to be deleted.

	*/
	ID 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 values initialized.

func NewDeletePipelineParamsWithContext

func NewDeletePipelineParamsWithContext(ctx context.Context) *DeletePipelineParams

NewDeletePipelineParamsWithContext creates a new DeletePipelineParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and the ability to set a timeout on a request

func (*DeletePipelineParams) SetContext

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

SetContext adds the context 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) SetID

func (o *DeletePipelineParams) SetID(id string)

SetID adds the id 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) WithContext

WithContext adds the context 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) WithID

WithID adds the id 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 DeletePipelineVersionDefault

type DeletePipelineVersionDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

DeletePipelineVersionDefault handles this case with default header values.

DeletePipelineVersionDefault delete pipeline version default

func NewDeletePipelineVersionDefault

func NewDeletePipelineVersionDefault(code int) *DeletePipelineVersionDefault

NewDeletePipelineVersionDefault creates a DeletePipelineVersionDefault with default headers values

func (*DeletePipelineVersionDefault) Code

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

func (*DeletePipelineVersionDefault) Error

type DeletePipelineVersionOK

type DeletePipelineVersionOK struct {
	Payload interface{}
}

DeletePipelineVersionOK handles this case with default header values.

A successful response.

func NewDeletePipelineVersionOK

func NewDeletePipelineVersionOK() *DeletePipelineVersionOK

NewDeletePipelineVersionOK creates a DeletePipelineVersionOK with default headers values

func (*DeletePipelineVersionOK) Error

func (o *DeletePipelineVersionOK) Error() string

type DeletePipelineVersionParams

type DeletePipelineVersionParams struct {

	/*VersionID
	  The ID of the pipeline version to be deleted.

	*/
	VersionID string

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

DeletePipelineVersionParams contains all the parameters to send to the API endpoint for the delete pipeline version operation typically these are written to a http.Request

func NewDeletePipelineVersionParams

func NewDeletePipelineVersionParams() *DeletePipelineVersionParams

NewDeletePipelineVersionParams creates a new DeletePipelineVersionParams object with the default values initialized.

func NewDeletePipelineVersionParamsWithContext

func NewDeletePipelineVersionParamsWithContext(ctx context.Context) *DeletePipelineVersionParams

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

func NewDeletePipelineVersionParamsWithHTTPClient

func NewDeletePipelineVersionParamsWithHTTPClient(client *http.Client) *DeletePipelineVersionParams

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

func NewDeletePipelineVersionParamsWithTimeout

func NewDeletePipelineVersionParamsWithTimeout(timeout time.Duration) *DeletePipelineVersionParams

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

func (*DeletePipelineVersionParams) SetContext

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

SetContext adds the context to the delete pipeline version params

func (*DeletePipelineVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete pipeline version params

func (*DeletePipelineVersionParams) SetTimeout

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

SetTimeout adds the timeout to the delete pipeline version params

func (*DeletePipelineVersionParams) SetVersionID

func (o *DeletePipelineVersionParams) SetVersionID(versionID string)

SetVersionID adds the versionId to the delete pipeline version params

func (*DeletePipelineVersionParams) WithContext

WithContext adds the context to the delete pipeline version params

func (*DeletePipelineVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete pipeline version params

func (*DeletePipelineVersionParams) WithTimeout

WithTimeout adds the timeout to the delete pipeline version params

func (*DeletePipelineVersionParams) WithVersionID

func (o *DeletePipelineVersionParams) WithVersionID(versionID string) *DeletePipelineVersionParams

WithVersionID adds the versionID to the delete pipeline version params

func (*DeletePipelineVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePipelineVersionReader

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

DeletePipelineVersionReader is a Reader for the DeletePipelineVersion structure.

func (*DeletePipelineVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineDefault

type GetPipelineDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

GetPipelineDefault handles this case with default header values.

GetPipelineDefault get pipeline default

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

type GetPipelineOK

type GetPipelineOK struct {
	Payload *pipeline_model.APIPipeline
}

GetPipelineOK handles this case with default header values.

A successful response.

func NewGetPipelineOK

func NewGetPipelineOK() *GetPipelineOK

NewGetPipelineOK creates a GetPipelineOK with default headers values

func (*GetPipelineOK) Error

func (o *GetPipelineOK) Error() string

type GetPipelineParams

type GetPipelineParams struct {

	/*ID
	  The ID of the pipeline to be retrieved.

	*/
	ID 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 values initialized.

func NewGetPipelineParamsWithContext

func NewGetPipelineParamsWithContext(ctx context.Context) *GetPipelineParams

NewGetPipelineParamsWithContext creates a new GetPipelineParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and the ability to set a timeout on a request

func (*GetPipelineParams) SetContext

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

SetContext adds the context 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) SetID

func (o *GetPipelineParams) SetID(id string)

SetID adds the id 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) WithContext

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

WithContext adds the context 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) WithID

WithID adds the id 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 GetPipelineVersionDefault

type GetPipelineVersionDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

GetPipelineVersionDefault handles this case with default header values.

GetPipelineVersionDefault get pipeline version default

func NewGetPipelineVersionDefault

func NewGetPipelineVersionDefault(code int) *GetPipelineVersionDefault

NewGetPipelineVersionDefault creates a GetPipelineVersionDefault with default headers values

func (*GetPipelineVersionDefault) Code

func (o *GetPipelineVersionDefault) Code() int

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

func (*GetPipelineVersionDefault) Error

func (o *GetPipelineVersionDefault) Error() string

type GetPipelineVersionOK

type GetPipelineVersionOK struct {
	Payload *pipeline_model.APIPipelineVersion
}

GetPipelineVersionOK handles this case with default header values.

A successful response.

func NewGetPipelineVersionOK

func NewGetPipelineVersionOK() *GetPipelineVersionOK

NewGetPipelineVersionOK creates a GetPipelineVersionOK with default headers values

func (*GetPipelineVersionOK) Error

func (o *GetPipelineVersionOK) Error() string

type GetPipelineVersionParams

type GetPipelineVersionParams struct {

	/*VersionID
	  The ID of the pipeline version to be retrieved.

	*/
	VersionID string

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

GetPipelineVersionParams contains all the parameters to send to the API endpoint for the get pipeline version operation typically these are written to a http.Request

func NewGetPipelineVersionParams

func NewGetPipelineVersionParams() *GetPipelineVersionParams

NewGetPipelineVersionParams creates a new GetPipelineVersionParams object with the default values initialized.

func NewGetPipelineVersionParamsWithContext

func NewGetPipelineVersionParamsWithContext(ctx context.Context) *GetPipelineVersionParams

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

func NewGetPipelineVersionParamsWithHTTPClient

func NewGetPipelineVersionParamsWithHTTPClient(client *http.Client) *GetPipelineVersionParams

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

func NewGetPipelineVersionParamsWithTimeout

func NewGetPipelineVersionParamsWithTimeout(timeout time.Duration) *GetPipelineVersionParams

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

func (*GetPipelineVersionParams) SetContext

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

SetContext adds the context to the get pipeline version params

func (*GetPipelineVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline version params

func (*GetPipelineVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline version params

func (*GetPipelineVersionParams) SetVersionID

func (o *GetPipelineVersionParams) SetVersionID(versionID string)

SetVersionID adds the versionId to the get pipeline version params

func (*GetPipelineVersionParams) WithContext

WithContext adds the context to the get pipeline version params

func (*GetPipelineVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get pipeline version params

func (*GetPipelineVersionParams) WithTimeout

WithTimeout adds the timeout to the get pipeline version params

func (*GetPipelineVersionParams) WithVersionID

func (o *GetPipelineVersionParams) WithVersionID(versionID string) *GetPipelineVersionParams

WithVersionID adds the versionID to the get pipeline version params

func (*GetPipelineVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineVersionReader

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

GetPipelineVersionReader is a Reader for the GetPipelineVersion structure.

func (*GetPipelineVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineVersionTemplateDefault

type GetPipelineVersionTemplateDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

GetPipelineVersionTemplateDefault handles this case with default header values.

GetPipelineVersionTemplateDefault get pipeline version template default

func NewGetPipelineVersionTemplateDefault

func NewGetPipelineVersionTemplateDefault(code int) *GetPipelineVersionTemplateDefault

NewGetPipelineVersionTemplateDefault creates a GetPipelineVersionTemplateDefault with default headers values

func (*GetPipelineVersionTemplateDefault) Code

Code gets the status code for the get pipeline version template default response

func (*GetPipelineVersionTemplateDefault) Error

type GetPipelineVersionTemplateOK

type GetPipelineVersionTemplateOK struct {
	Payload *pipeline_model.APIGetTemplateResponse
}

GetPipelineVersionTemplateOK handles this case with default header values.

A successful response.

func NewGetPipelineVersionTemplateOK

func NewGetPipelineVersionTemplateOK() *GetPipelineVersionTemplateOK

NewGetPipelineVersionTemplateOK creates a GetPipelineVersionTemplateOK with default headers values

func (*GetPipelineVersionTemplateOK) Error

type GetPipelineVersionTemplateParams

type GetPipelineVersionTemplateParams struct {

	/*VersionID
	  The ID of the pipeline version whose template is to be retrieved.

	*/
	VersionID string

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

GetPipelineVersionTemplateParams contains all the parameters to send to the API endpoint for the get pipeline version template operation typically these are written to a http.Request

func NewGetPipelineVersionTemplateParams

func NewGetPipelineVersionTemplateParams() *GetPipelineVersionTemplateParams

NewGetPipelineVersionTemplateParams creates a new GetPipelineVersionTemplateParams object with the default values initialized.

func NewGetPipelineVersionTemplateParamsWithContext

func NewGetPipelineVersionTemplateParamsWithContext(ctx context.Context) *GetPipelineVersionTemplateParams

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

func NewGetPipelineVersionTemplateParamsWithHTTPClient

func NewGetPipelineVersionTemplateParamsWithHTTPClient(client *http.Client) *GetPipelineVersionTemplateParams

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

func NewGetPipelineVersionTemplateParamsWithTimeout

func NewGetPipelineVersionTemplateParamsWithTimeout(timeout time.Duration) *GetPipelineVersionTemplateParams

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

func (*GetPipelineVersionTemplateParams) SetContext

SetContext adds the context to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) SetVersionID

func (o *GetPipelineVersionTemplateParams) SetVersionID(versionID string)

SetVersionID adds the versionId to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) WithContext

WithContext adds the context to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) WithTimeout

WithTimeout adds the timeout to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) WithVersionID

WithVersionID adds the versionID to the get pipeline version template params

func (*GetPipelineVersionTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineVersionTemplateReader

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

GetPipelineVersionTemplateReader is a Reader for the GetPipelineVersionTemplate structure.

func (*GetPipelineVersionTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTemplateDefault

type GetTemplateDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

GetTemplateDefault handles this case with default header values.

GetTemplateDefault get template default

func NewGetTemplateDefault

func NewGetTemplateDefault(code int) *GetTemplateDefault

NewGetTemplateDefault creates a GetTemplateDefault with default headers values

func (*GetTemplateDefault) Code

func (o *GetTemplateDefault) Code() int

Code gets the status code for the get template default response

func (*GetTemplateDefault) Error

func (o *GetTemplateDefault) Error() string

type GetTemplateOK

type GetTemplateOK struct {
	Payload *pipeline_model.APIGetTemplateResponse
}

GetTemplateOK handles this case with default header values.

A successful response.

func NewGetTemplateOK

func NewGetTemplateOK() *GetTemplateOK

NewGetTemplateOK creates a GetTemplateOK with default headers values

func (*GetTemplateOK) Error

func (o *GetTemplateOK) Error() string

type GetTemplateParams

type GetTemplateParams struct {

	/*ID
	  The ID of the pipeline whose template is to be retrieved.

	*/
	ID string

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

GetTemplateParams contains all the parameters to send to the API endpoint for the get template operation typically these are written to a http.Request

func NewGetTemplateParams

func NewGetTemplateParams() *GetTemplateParams

NewGetTemplateParams creates a new GetTemplateParams object with the default values initialized.

func NewGetTemplateParamsWithContext

func NewGetTemplateParamsWithContext(ctx context.Context) *GetTemplateParams

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

func NewGetTemplateParamsWithHTTPClient

func NewGetTemplateParamsWithHTTPClient(client *http.Client) *GetTemplateParams

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

func NewGetTemplateParamsWithTimeout

func NewGetTemplateParamsWithTimeout(timeout time.Duration) *GetTemplateParams

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

func (*GetTemplateParams) SetContext

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

SetContext adds the context to the get template params

func (*GetTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get template params

func (*GetTemplateParams) SetID

func (o *GetTemplateParams) SetID(id string)

SetID adds the id to the get template params

func (*GetTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the get template params

func (*GetTemplateParams) WithContext

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

WithContext adds the context to the get template params

func (*GetTemplateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get template params

func (*GetTemplateParams) WithID

WithID adds the id to the get template params

func (*GetTemplateParams) WithTimeout

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

WithTimeout adds the timeout to the get template params

func (*GetTemplateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTemplateReader

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

GetTemplateReader is a Reader for the GetTemplate structure.

func (*GetTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPipelineVersionsDefault

type ListPipelineVersionsDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

ListPipelineVersionsDefault handles this case with default header values.

ListPipelineVersionsDefault list pipeline versions default

func NewListPipelineVersionsDefault

func NewListPipelineVersionsDefault(code int) *ListPipelineVersionsDefault

NewListPipelineVersionsDefault creates a ListPipelineVersionsDefault with default headers values

func (*ListPipelineVersionsDefault) Code

func (o *ListPipelineVersionsDefault) Code() int

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

func (*ListPipelineVersionsDefault) Error

type ListPipelineVersionsOK

type ListPipelineVersionsOK struct {
	Payload *pipeline_model.APIListPipelineVersionsResponse
}

ListPipelineVersionsOK handles this case with default header values.

A successful response.

func NewListPipelineVersionsOK

func NewListPipelineVersionsOK() *ListPipelineVersionsOK

NewListPipelineVersionsOK creates a ListPipelineVersionsOK with default headers values

func (*ListPipelineVersionsOK) Error

func (o *ListPipelineVersionsOK) Error() string

type ListPipelineVersionsParams

type ListPipelineVersionsParams struct {

	/*Filter
	  A base-64 encoded, JSON-serialized Filter protocol buffer (see
	filter.proto).

	*/
	Filter *string
	/*PageSize
	  The number of pipeline versions to be listed per page. If there are more
	pipeline versions than this number, the response message will contain a
	nextPageToken field you can use to fetch the next page.

	*/
	PageSize *int32
	/*PageToken
	  A page token to request the next page of results. The token is acquried
	from the nextPageToken field of the response from the previous
	ListPipelineVersions call or can be omitted when fetching the first page.

	*/
	PageToken *string
	/*ResourceKeyID
	  The ID of the resource that referred to.

	*/
	ResourceKeyID *string
	/*ResourceKeyType
	  The type of the resource that referred to.

	*/
	ResourceKeyType *string
	/*SortBy
	  Can be format of "field_name", "field_name asc" or "field_name desc"
	Ascending by default.

	*/
	SortBy *string

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

ListPipelineVersionsParams contains all the parameters to send to the API endpoint for the list pipeline versions operation typically these are written to a http.Request

func NewListPipelineVersionsParams

func NewListPipelineVersionsParams() *ListPipelineVersionsParams

NewListPipelineVersionsParams creates a new ListPipelineVersionsParams object with the default values initialized.

func NewListPipelineVersionsParamsWithContext

func NewListPipelineVersionsParamsWithContext(ctx context.Context) *ListPipelineVersionsParams

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

func NewListPipelineVersionsParamsWithHTTPClient

func NewListPipelineVersionsParamsWithHTTPClient(client *http.Client) *ListPipelineVersionsParams

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

func NewListPipelineVersionsParamsWithTimeout

func NewListPipelineVersionsParamsWithTimeout(timeout time.Duration) *ListPipelineVersionsParams

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

func (*ListPipelineVersionsParams) SetContext

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

SetContext adds the context to the list pipeline versions params

func (*ListPipelineVersionsParams) SetFilter

func (o *ListPipelineVersionsParams) SetFilter(filter *string)

SetFilter adds the filter to the list pipeline versions params

func (*ListPipelineVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list pipeline versions params

func (*ListPipelineVersionsParams) SetPageSize

func (o *ListPipelineVersionsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the list pipeline versions params

func (*ListPipelineVersionsParams) SetPageToken

func (o *ListPipelineVersionsParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list pipeline versions params

func (*ListPipelineVersionsParams) SetResourceKeyID

func (o *ListPipelineVersionsParams) SetResourceKeyID(resourceKeyID *string)

SetResourceKeyID adds the resourceKeyId to the list pipeline versions params

func (*ListPipelineVersionsParams) SetResourceKeyType

func (o *ListPipelineVersionsParams) SetResourceKeyType(resourceKeyType *string)

SetResourceKeyType adds the resourceKeyType to the list pipeline versions params

func (*ListPipelineVersionsParams) SetSortBy

func (o *ListPipelineVersionsParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the list pipeline versions params

func (*ListPipelineVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the list pipeline versions params

func (*ListPipelineVersionsParams) WithContext

WithContext adds the context to the list pipeline versions params

func (*ListPipelineVersionsParams) WithFilter

WithFilter adds the filter to the list pipeline versions params

func (*ListPipelineVersionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list pipeline versions params

func (*ListPipelineVersionsParams) WithPageSize

func (o *ListPipelineVersionsParams) WithPageSize(pageSize *int32) *ListPipelineVersionsParams

WithPageSize adds the pageSize to the list pipeline versions params

func (*ListPipelineVersionsParams) WithPageToken

func (o *ListPipelineVersionsParams) WithPageToken(pageToken *string) *ListPipelineVersionsParams

WithPageToken adds the pageToken to the list pipeline versions params

func (*ListPipelineVersionsParams) WithResourceKeyID

func (o *ListPipelineVersionsParams) WithResourceKeyID(resourceKeyID *string) *ListPipelineVersionsParams

WithResourceKeyID adds the resourceKeyID to the list pipeline versions params

func (*ListPipelineVersionsParams) WithResourceKeyType

func (o *ListPipelineVersionsParams) WithResourceKeyType(resourceKeyType *string) *ListPipelineVersionsParams

WithResourceKeyType adds the resourceKeyType to the list pipeline versions params

func (*ListPipelineVersionsParams) WithSortBy

WithSortBy adds the sortBy to the list pipeline versions params

func (*ListPipelineVersionsParams) WithTimeout

WithTimeout adds the timeout to the list pipeline versions params

func (*ListPipelineVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPipelineVersionsReader

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

ListPipelineVersionsReader is a Reader for the ListPipelineVersions structure.

func (*ListPipelineVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPipelinesDefault

type ListPipelinesDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

ListPipelinesDefault handles this case with default header values.

ListPipelinesDefault list pipelines default

func NewListPipelinesDefault

func NewListPipelinesDefault(code int) *ListPipelinesDefault

NewListPipelinesDefault creates a ListPipelinesDefault with default headers values

func (*ListPipelinesDefault) Code

func (o *ListPipelinesDefault) Code() int

Code gets the status code for the list pipelines default response

func (*ListPipelinesDefault) Error

func (o *ListPipelinesDefault) Error() string

type ListPipelinesOK

type ListPipelinesOK struct {
	Payload *pipeline_model.APIListPipelinesResponse
}

ListPipelinesOK handles this case with default header values.

A successful response.

func NewListPipelinesOK

func NewListPipelinesOK() *ListPipelinesOK

NewListPipelinesOK creates a ListPipelinesOK with default headers values

func (*ListPipelinesOK) Error

func (o *ListPipelinesOK) Error() string

type ListPipelinesParams

type ListPipelinesParams struct {

	/*Filter
	  A url-encoded, JSON-serialized Filter protocol buffer (see
	[filter.proto](https://github.com/kubeflow/pipelines/
	blob/master/backend/api/filter.proto)).

	*/
	Filter *string
	/*PageSize
	  The number of pipelines to be listed per page. If there are more pipelines
	than this number, the response message will contain a valid value in the
	nextPageToken field.

	*/
	PageSize *int32
	/*PageToken
	  A page token to request the next page of results. The token is acquried
	from the nextPageToken field of the response from the previous
	ListPipelines call.

	*/
	PageToken *string
	/*ResourceReferenceKeyID
	  The ID of the resource that referred to.

	*/
	ResourceReferenceKeyID *string
	/*ResourceReferenceKeyType
	  The type of the resource that referred to.

	*/
	ResourceReferenceKeyType *string
	/*SortBy
	  Can be format of "field_name", "field_name asc" or "field_name desc"
	Ascending by default.

	*/
	SortBy *string

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

ListPipelinesParams contains all the parameters to send to the API endpoint for the list pipelines operation typically these are written to a http.Request

func NewListPipelinesParams

func NewListPipelinesParams() *ListPipelinesParams

NewListPipelinesParams creates a new ListPipelinesParams object with the default values initialized.

func NewListPipelinesParamsWithContext

func NewListPipelinesParamsWithContext(ctx context.Context) *ListPipelinesParams

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

func NewListPipelinesParamsWithHTTPClient

func NewListPipelinesParamsWithHTTPClient(client *http.Client) *ListPipelinesParams

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

func NewListPipelinesParamsWithTimeout

func NewListPipelinesParamsWithTimeout(timeout time.Duration) *ListPipelinesParams

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

func (*ListPipelinesParams) SetContext

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

SetContext adds the context to the list pipelines params

func (*ListPipelinesParams) SetFilter

func (o *ListPipelinesParams) SetFilter(filter *string)

SetFilter adds the filter to the list pipelines params

func (*ListPipelinesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list pipelines params

func (*ListPipelinesParams) SetPageSize

func (o *ListPipelinesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the list pipelines params

func (*ListPipelinesParams) SetPageToken

func (o *ListPipelinesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list pipelines params

func (*ListPipelinesParams) SetResourceReferenceKeyID

func (o *ListPipelinesParams) SetResourceReferenceKeyID(resourceReferenceKeyID *string)

SetResourceReferenceKeyID adds the resourceReferenceKeyId to the list pipelines params

func (*ListPipelinesParams) SetResourceReferenceKeyType

func (o *ListPipelinesParams) SetResourceReferenceKeyType(resourceReferenceKeyType *string)

SetResourceReferenceKeyType adds the resourceReferenceKeyType to the list pipelines params

func (*ListPipelinesParams) SetSortBy

func (o *ListPipelinesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the list pipelines params

func (*ListPipelinesParams) SetTimeout

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

SetTimeout adds the timeout to the list pipelines params

func (*ListPipelinesParams) WithContext

WithContext adds the context to the list pipelines params

func (*ListPipelinesParams) WithFilter

func (o *ListPipelinesParams) WithFilter(filter *string) *ListPipelinesParams

WithFilter adds the filter to the list pipelines params

func (*ListPipelinesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list pipelines params

func (*ListPipelinesParams) WithPageSize

func (o *ListPipelinesParams) WithPageSize(pageSize *int32) *ListPipelinesParams

WithPageSize adds the pageSize to the list pipelines params

func (*ListPipelinesParams) WithPageToken

func (o *ListPipelinesParams) WithPageToken(pageToken *string) *ListPipelinesParams

WithPageToken adds the pageToken to the list pipelines params

func (*ListPipelinesParams) WithResourceReferenceKeyID

func (o *ListPipelinesParams) WithResourceReferenceKeyID(resourceReferenceKeyID *string) *ListPipelinesParams

WithResourceReferenceKeyID adds the resourceReferenceKeyID to the list pipelines params

func (*ListPipelinesParams) WithResourceReferenceKeyType

func (o *ListPipelinesParams) WithResourceReferenceKeyType(resourceReferenceKeyType *string) *ListPipelinesParams

WithResourceReferenceKeyType adds the resourceReferenceKeyType to the list pipelines params

func (*ListPipelinesParams) WithSortBy

func (o *ListPipelinesParams) WithSortBy(sortBy *string) *ListPipelinesParams

WithSortBy adds the sortBy to the list pipelines params

func (*ListPipelinesParams) WithTimeout

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

WithTimeout adds the timeout to the list pipelines params

func (*ListPipelinesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListPipelinesReader

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

ListPipelinesReader is a Reader for the ListPipelines structure.

func (*ListPipelinesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePipelineDefaultVersionDefault

type UpdatePipelineDefaultVersionDefault struct {
	Payload *pipeline_model.APIStatus
	// contains filtered or unexported fields
}

UpdatePipelineDefaultVersionDefault handles this case with default header values.

UpdatePipelineDefaultVersionDefault update pipeline default version default

func NewUpdatePipelineDefaultVersionDefault

func NewUpdatePipelineDefaultVersionDefault(code int) *UpdatePipelineDefaultVersionDefault

NewUpdatePipelineDefaultVersionDefault creates a UpdatePipelineDefaultVersionDefault with default headers values

func (*UpdatePipelineDefaultVersionDefault) Code

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

func (*UpdatePipelineDefaultVersionDefault) Error

type UpdatePipelineDefaultVersionOK

type UpdatePipelineDefaultVersionOK struct {
	Payload interface{}
}

UpdatePipelineDefaultVersionOK handles this case with default header values.

A successful response.

func NewUpdatePipelineDefaultVersionOK

func NewUpdatePipelineDefaultVersionOK() *UpdatePipelineDefaultVersionOK

NewUpdatePipelineDefaultVersionOK creates a UpdatePipelineDefaultVersionOK with default headers values

func (*UpdatePipelineDefaultVersionOK) Error

type UpdatePipelineDefaultVersionParams

type UpdatePipelineDefaultVersionParams struct {

	/*PipelineID
	  The ID of the pipeline to be updated.

	*/
	PipelineID string
	/*VersionID
	  The ID of the default version.

	*/
	VersionID string

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

UpdatePipelineDefaultVersionParams contains all the parameters to send to the API endpoint for the update pipeline default version operation typically these are written to a http.Request

func NewUpdatePipelineDefaultVersionParams

func NewUpdatePipelineDefaultVersionParams() *UpdatePipelineDefaultVersionParams

NewUpdatePipelineDefaultVersionParams creates a new UpdatePipelineDefaultVersionParams object with the default values initialized.

func NewUpdatePipelineDefaultVersionParamsWithContext

func NewUpdatePipelineDefaultVersionParamsWithContext(ctx context.Context) *UpdatePipelineDefaultVersionParams

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

func NewUpdatePipelineDefaultVersionParamsWithHTTPClient

func NewUpdatePipelineDefaultVersionParamsWithHTTPClient(client *http.Client) *UpdatePipelineDefaultVersionParams

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

func NewUpdatePipelineDefaultVersionParamsWithTimeout

func NewUpdatePipelineDefaultVersionParamsWithTimeout(timeout time.Duration) *UpdatePipelineDefaultVersionParams

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

func (*UpdatePipelineDefaultVersionParams) SetContext

SetContext adds the context to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) SetPipelineID

func (o *UpdatePipelineDefaultVersionParams) SetPipelineID(pipelineID string)

SetPipelineID adds the pipelineId to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) SetVersionID

func (o *UpdatePipelineDefaultVersionParams) SetVersionID(versionID string)

SetVersionID adds the versionId to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WithContext

WithContext adds the context to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WithPipelineID

WithPipelineID adds the pipelineID to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WithTimeout

WithTimeout adds the timeout to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WithVersionID

WithVersionID adds the versionID to the update pipeline default version params

func (*UpdatePipelineDefaultVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePipelineDefaultVersionReader

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

UpdatePipelineDefaultVersionReader is a Reader for the UpdatePipelineDefaultVersion structure.

func (*UpdatePipelineDefaultVersionReader) ReadResponse

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