pipeline_job

package
v1.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 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 pipeline job API

func (*Client) GetApplicationJob

func (a *Client) GetApplicationJob(params *GetApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationJobOK, error)

GetApplicationJob gets the detail of a given pipeline job for a given application

func (*Client) GetApplicationJobs

func (a *Client) GetApplicationJobs(params *GetApplicationJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationJobsOK, error)

GetApplicationJobs gets the summary of jobs for a given application

func (*Client) GetPipelineJobStepLogs

func (a *Client) GetPipelineJobStepLogs(params *GetPipelineJobStepLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineJobStepLogsOK, error)

GetPipelineJobStepLogs gets logs of a pipeline job step

func (*Client) GetTektonPipelineRun

func (a *Client) GetTektonPipelineRun(params *GetTektonPipelineRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunOK, error)

GetTektonPipelineRun gets a pipeline run for a pipeline job

func (*Client) GetTektonPipelineRunTask

func (a *Client) GetTektonPipelineRunTask(params *GetTektonPipelineRunTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskOK, error)

GetTektonPipelineRunTask gets list of pipeline run task of a pipeline job

func (*Client) GetTektonPipelineRunTaskStepLogs

func (a *Client) GetTektonPipelineRunTaskStepLogs(params *GetTektonPipelineRunTaskStepLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskStepLogsOK, error)

GetTektonPipelineRunTaskStepLogs gets logs of pipeline runs for a pipeline job

func (*Client) GetTektonPipelineRunTaskSteps

func (a *Client) GetTektonPipelineRunTaskSteps(params *GetTektonPipelineRunTaskStepsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskStepsOK, error)

GetTektonPipelineRunTaskSteps gets list of steps for a pipeline run task of a pipeline job

func (*Client) GetTektonPipelineRunTasks

func (a *Client) GetTektonPipelineRunTasks(params *GetTektonPipelineRunTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTasksOK, error)

GetTektonPipelineRunTasks gets list of pipeline run tasks of a pipeline job

func (*Client) GetTektonPipelineRuns

func (a *Client) GetTektonPipelineRuns(params *GetTektonPipelineRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunsOK, error)

GetTektonPipelineRuns gets list of pipeline runs for a pipeline job

func (*Client) RerunApplicationJob added in v1.10.0

func (a *Client) RerunApplicationJob(params *RerunApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RerunApplicationJobNoContent, error)

RerunApplicationJob reruns the pipeline job

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StopApplicationJob

func (a *Client) StopApplicationJob(params *StopApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopApplicationJobNoContent, error)

StopApplicationJob stops job

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetApplicationJob(params *GetApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationJobOK, error)

	GetApplicationJobs(params *GetApplicationJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApplicationJobsOK, error)

	GetPipelineJobStepLogs(params *GetPipelineJobStepLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPipelineJobStepLogsOK, error)

	GetTektonPipelineRun(params *GetTektonPipelineRunParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunOK, error)

	GetTektonPipelineRunTask(params *GetTektonPipelineRunTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskOK, error)

	GetTektonPipelineRunTaskStepLogs(params *GetTektonPipelineRunTaskStepLogsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskStepLogsOK, error)

	GetTektonPipelineRunTaskSteps(params *GetTektonPipelineRunTaskStepsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTaskStepsOK, error)

	GetTektonPipelineRunTasks(params *GetTektonPipelineRunTasksParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunTasksOK, error)

	GetTektonPipelineRuns(params *GetTektonPipelineRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTektonPipelineRunsOK, error)

	RerunApplicationJob(params *RerunApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RerunApplicationJobNoContent, error)

	StopApplicationJob(params *StopApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopApplicationJobNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new pipeline job API client.

type GetApplicationJobNotFound

type GetApplicationJobNotFound struct {
}

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

Not found

func NewGetApplicationJobNotFound

func NewGetApplicationJobNotFound() *GetApplicationJobNotFound

NewGetApplicationJobNotFound creates a GetApplicationJobNotFound with default headers values

func (*GetApplicationJobNotFound) Code

func (o *GetApplicationJobNotFound) Code() int

Code gets the status code for the get application job not found response

func (*GetApplicationJobNotFound) Error

func (o *GetApplicationJobNotFound) Error() string

func (*GetApplicationJobNotFound) IsClientError

func (o *GetApplicationJobNotFound) IsClientError() bool

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

func (*GetApplicationJobNotFound) IsCode

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

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

func (*GetApplicationJobNotFound) IsRedirect

func (o *GetApplicationJobNotFound) IsRedirect() bool

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

func (*GetApplicationJobNotFound) IsServerError

func (o *GetApplicationJobNotFound) IsServerError() bool

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

func (*GetApplicationJobNotFound) IsSuccess

func (o *GetApplicationJobNotFound) IsSuccess() bool

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

func (*GetApplicationJobNotFound) String

func (o *GetApplicationJobNotFound) String() string

type GetApplicationJobOK

type GetApplicationJobOK struct {
	Payload *models.Job
}

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

Successful get job

func NewGetApplicationJobOK

func NewGetApplicationJobOK() *GetApplicationJobOK

NewGetApplicationJobOK creates a GetApplicationJobOK with default headers values

func (*GetApplicationJobOK) Code

func (o *GetApplicationJobOK) Code() int

Code gets the status code for the get application job o k response

func (*GetApplicationJobOK) Error

func (o *GetApplicationJobOK) Error() string

func (*GetApplicationJobOK) GetPayload

func (o *GetApplicationJobOK) GetPayload() *models.Job

func (*GetApplicationJobOK) IsClientError

func (o *GetApplicationJobOK) IsClientError() bool

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

func (*GetApplicationJobOK) IsCode

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

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

func (*GetApplicationJobOK) IsRedirect

func (o *GetApplicationJobOK) IsRedirect() bool

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

func (*GetApplicationJobOK) IsServerError

func (o *GetApplicationJobOK) IsServerError() bool

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

func (*GetApplicationJobOK) IsSuccess

func (o *GetApplicationJobOK) IsSuccess() bool

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

func (*GetApplicationJobOK) String

func (o *GetApplicationJobOK) String() string

type GetApplicationJobParams

type GetApplicationJobParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   name of job
	*/
	JobName string

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

GetApplicationJobParams contains all the parameters to send to the API endpoint

for the get application job operation.

Typically these are written to a http.Request.

func NewGetApplicationJobParams

func NewGetApplicationJobParams() *GetApplicationJobParams

NewGetApplicationJobParams creates a new GetApplicationJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationJobParamsWithContext

func NewGetApplicationJobParamsWithContext(ctx context.Context) *GetApplicationJobParams

NewGetApplicationJobParamsWithContext creates a new GetApplicationJobParams object with the ability to set a context for a request.

func NewGetApplicationJobParamsWithHTTPClient

func NewGetApplicationJobParamsWithHTTPClient(client *http.Client) *GetApplicationJobParams

NewGetApplicationJobParamsWithHTTPClient creates a new GetApplicationJobParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationJobParamsWithTimeout

func NewGetApplicationJobParamsWithTimeout(timeout time.Duration) *GetApplicationJobParams

NewGetApplicationJobParamsWithTimeout creates a new GetApplicationJobParams object with the ability to set a timeout on a request.

func (*GetApplicationJobParams) SetAppName

func (o *GetApplicationJobParams) SetAppName(appName string)

SetAppName adds the appName to the get application job params

func (*GetApplicationJobParams) SetContext

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

SetContext adds the context to the get application job params

func (*GetApplicationJobParams) SetDefaults

func (o *GetApplicationJobParams) SetDefaults()

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

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

func (*GetApplicationJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get application job params

func (*GetApplicationJobParams) SetImpersonateGroup

func (o *GetApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get application job params

func (*GetApplicationJobParams) SetImpersonateUser

func (o *GetApplicationJobParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get application job params

func (*GetApplicationJobParams) SetJobName

func (o *GetApplicationJobParams) SetJobName(jobName string)

SetJobName adds the jobName to the get application job params

func (*GetApplicationJobParams) SetTimeout

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

SetTimeout adds the timeout to the get application job params

func (*GetApplicationJobParams) WithAppName

func (o *GetApplicationJobParams) WithAppName(appName string) *GetApplicationJobParams

WithAppName adds the appName to the get application job params

func (*GetApplicationJobParams) WithContext

WithContext adds the context to the get application job params

func (*GetApplicationJobParams) WithDefaults

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

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

func (*GetApplicationJobParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get application job params

func (*GetApplicationJobParams) WithImpersonateGroup

func (o *GetApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *GetApplicationJobParams

WithImpersonateGroup adds the impersonateGroup to the get application job params

func (*GetApplicationJobParams) WithImpersonateUser

func (o *GetApplicationJobParams) WithImpersonateUser(impersonateUser *string) *GetApplicationJobParams

WithImpersonateUser adds the impersonateUser to the get application job params

func (*GetApplicationJobParams) WithJobName

func (o *GetApplicationJobParams) WithJobName(jobName string) *GetApplicationJobParams

WithJobName adds the jobName to the get application job params

func (*GetApplicationJobParams) WithTimeout

WithTimeout adds the timeout to the get application job params

func (*GetApplicationJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationJobReader

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

GetApplicationJobReader is a Reader for the GetApplicationJob structure.

func (*GetApplicationJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationJobUnauthorized

type GetApplicationJobUnauthorized struct {
}

GetApplicationJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetApplicationJobUnauthorized

func NewGetApplicationJobUnauthorized() *GetApplicationJobUnauthorized

NewGetApplicationJobUnauthorized creates a GetApplicationJobUnauthorized with default headers values

func (*GetApplicationJobUnauthorized) Code

Code gets the status code for the get application job unauthorized response

func (*GetApplicationJobUnauthorized) Error

func (*GetApplicationJobUnauthorized) IsClientError

func (o *GetApplicationJobUnauthorized) IsClientError() bool

IsClientError returns true when this get application job unauthorized response has a 4xx status code

func (*GetApplicationJobUnauthorized) IsCode

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

IsCode returns true when this get application job unauthorized response a status code equal to that given

func (*GetApplicationJobUnauthorized) IsRedirect

func (o *GetApplicationJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this get application job unauthorized response has a 3xx status code

func (*GetApplicationJobUnauthorized) IsServerError

func (o *GetApplicationJobUnauthorized) IsServerError() bool

IsServerError returns true when this get application job unauthorized response has a 5xx status code

func (*GetApplicationJobUnauthorized) IsSuccess

func (o *GetApplicationJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this get application job unauthorized response has a 2xx status code

func (*GetApplicationJobUnauthorized) String

type GetApplicationJobsNotFound

type GetApplicationJobsNotFound struct {
}

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

Not found

func NewGetApplicationJobsNotFound

func NewGetApplicationJobsNotFound() *GetApplicationJobsNotFound

NewGetApplicationJobsNotFound creates a GetApplicationJobsNotFound with default headers values

func (*GetApplicationJobsNotFound) Code

func (o *GetApplicationJobsNotFound) Code() int

Code gets the status code for the get application jobs not found response

func (*GetApplicationJobsNotFound) Error

func (*GetApplicationJobsNotFound) IsClientError

func (o *GetApplicationJobsNotFound) IsClientError() bool

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

func (*GetApplicationJobsNotFound) IsCode

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

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

func (*GetApplicationJobsNotFound) IsRedirect

func (o *GetApplicationJobsNotFound) IsRedirect() bool

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

func (*GetApplicationJobsNotFound) IsServerError

func (o *GetApplicationJobsNotFound) IsServerError() bool

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

func (*GetApplicationJobsNotFound) IsSuccess

func (o *GetApplicationJobsNotFound) IsSuccess() bool

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

func (*GetApplicationJobsNotFound) String

func (o *GetApplicationJobsNotFound) String() string

type GetApplicationJobsOK

type GetApplicationJobsOK struct {
	Payload []*models.JobSummary
}

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

Successful operation

func NewGetApplicationJobsOK

func NewGetApplicationJobsOK() *GetApplicationJobsOK

NewGetApplicationJobsOK creates a GetApplicationJobsOK with default headers values

func (*GetApplicationJobsOK) Code

func (o *GetApplicationJobsOK) Code() int

Code gets the status code for the get application jobs o k response

func (*GetApplicationJobsOK) Error

func (o *GetApplicationJobsOK) Error() string

func (*GetApplicationJobsOK) GetPayload

func (o *GetApplicationJobsOK) GetPayload() []*models.JobSummary

func (*GetApplicationJobsOK) IsClientError

func (o *GetApplicationJobsOK) IsClientError() bool

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

func (*GetApplicationJobsOK) IsCode

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

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

func (*GetApplicationJobsOK) IsRedirect

func (o *GetApplicationJobsOK) IsRedirect() bool

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

func (*GetApplicationJobsOK) IsServerError

func (o *GetApplicationJobsOK) IsServerError() bool

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

func (*GetApplicationJobsOK) IsSuccess

func (o *GetApplicationJobsOK) IsSuccess() bool

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

func (*GetApplicationJobsOK) String

func (o *GetApplicationJobsOK) String() string

type GetApplicationJobsParams

type GetApplicationJobsParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

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

GetApplicationJobsParams contains all the parameters to send to the API endpoint

for the get application jobs operation.

Typically these are written to a http.Request.

func NewGetApplicationJobsParams

func NewGetApplicationJobsParams() *GetApplicationJobsParams

NewGetApplicationJobsParams creates a new GetApplicationJobsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetApplicationJobsParamsWithContext

func NewGetApplicationJobsParamsWithContext(ctx context.Context) *GetApplicationJobsParams

NewGetApplicationJobsParamsWithContext creates a new GetApplicationJobsParams object with the ability to set a context for a request.

func NewGetApplicationJobsParamsWithHTTPClient

func NewGetApplicationJobsParamsWithHTTPClient(client *http.Client) *GetApplicationJobsParams

NewGetApplicationJobsParamsWithHTTPClient creates a new GetApplicationJobsParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationJobsParamsWithTimeout

func NewGetApplicationJobsParamsWithTimeout(timeout time.Duration) *GetApplicationJobsParams

NewGetApplicationJobsParamsWithTimeout creates a new GetApplicationJobsParams object with the ability to set a timeout on a request.

func (*GetApplicationJobsParams) SetAppName

func (o *GetApplicationJobsParams) SetAppName(appName string)

SetAppName adds the appName to the get application jobs params

func (*GetApplicationJobsParams) SetContext

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

SetContext adds the context to the get application jobs params

func (*GetApplicationJobsParams) SetDefaults

func (o *GetApplicationJobsParams) SetDefaults()

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

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

func (*GetApplicationJobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get application jobs params

func (*GetApplicationJobsParams) SetImpersonateGroup

func (o *GetApplicationJobsParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get application jobs params

func (*GetApplicationJobsParams) SetImpersonateUser

func (o *GetApplicationJobsParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get application jobs params

func (*GetApplicationJobsParams) SetTimeout

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

SetTimeout adds the timeout to the get application jobs params

func (*GetApplicationJobsParams) WithAppName

func (o *GetApplicationJobsParams) WithAppName(appName string) *GetApplicationJobsParams

WithAppName adds the appName to the get application jobs params

func (*GetApplicationJobsParams) WithContext

WithContext adds the context to the get application jobs params

func (*GetApplicationJobsParams) WithDefaults

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

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

func (*GetApplicationJobsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get application jobs params

func (*GetApplicationJobsParams) WithImpersonateGroup

func (o *GetApplicationJobsParams) WithImpersonateGroup(impersonateGroup *string) *GetApplicationJobsParams

WithImpersonateGroup adds the impersonateGroup to the get application jobs params

func (*GetApplicationJobsParams) WithImpersonateUser

func (o *GetApplicationJobsParams) WithImpersonateUser(impersonateUser *string) *GetApplicationJobsParams

WithImpersonateUser adds the impersonateUser to the get application jobs params

func (*GetApplicationJobsParams) WithTimeout

WithTimeout adds the timeout to the get application jobs params

func (*GetApplicationJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationJobsReader

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

GetApplicationJobsReader is a Reader for the GetApplicationJobs structure.

func (*GetApplicationJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationJobsUnauthorized

type GetApplicationJobsUnauthorized struct {
}

GetApplicationJobsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetApplicationJobsUnauthorized

func NewGetApplicationJobsUnauthorized() *GetApplicationJobsUnauthorized

NewGetApplicationJobsUnauthorized creates a GetApplicationJobsUnauthorized with default headers values

func (*GetApplicationJobsUnauthorized) Code

Code gets the status code for the get application jobs unauthorized response

func (*GetApplicationJobsUnauthorized) Error

func (*GetApplicationJobsUnauthorized) IsClientError

func (o *GetApplicationJobsUnauthorized) IsClientError() bool

IsClientError returns true when this get application jobs unauthorized response has a 4xx status code

func (*GetApplicationJobsUnauthorized) IsCode

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

IsCode returns true when this get application jobs unauthorized response a status code equal to that given

func (*GetApplicationJobsUnauthorized) IsRedirect

func (o *GetApplicationJobsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get application jobs unauthorized response has a 3xx status code

func (*GetApplicationJobsUnauthorized) IsServerError

func (o *GetApplicationJobsUnauthorized) IsServerError() bool

IsServerError returns true when this get application jobs unauthorized response has a 5xx status code

func (*GetApplicationJobsUnauthorized) IsSuccess

func (o *GetApplicationJobsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get application jobs unauthorized response has a 2xx status code

func (*GetApplicationJobsUnauthorized) String

type GetPipelineJobStepLogsNotFound

type GetPipelineJobStepLogsNotFound struct {
}

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

Not found

func NewGetPipelineJobStepLogsNotFound

func NewGetPipelineJobStepLogsNotFound() *GetPipelineJobStepLogsNotFound

NewGetPipelineJobStepLogsNotFound creates a GetPipelineJobStepLogsNotFound with default headers values

func (*GetPipelineJobStepLogsNotFound) Code

Code gets the status code for the get pipeline job step logs not found response

func (*GetPipelineJobStepLogsNotFound) Error

func (*GetPipelineJobStepLogsNotFound) IsClientError

func (o *GetPipelineJobStepLogsNotFound) IsClientError() bool

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

func (*GetPipelineJobStepLogsNotFound) IsCode

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

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

func (*GetPipelineJobStepLogsNotFound) IsRedirect

func (o *GetPipelineJobStepLogsNotFound) IsRedirect() bool

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

func (*GetPipelineJobStepLogsNotFound) IsServerError

func (o *GetPipelineJobStepLogsNotFound) IsServerError() bool

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

func (*GetPipelineJobStepLogsNotFound) IsSuccess

func (o *GetPipelineJobStepLogsNotFound) IsSuccess() bool

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

func (*GetPipelineJobStepLogsNotFound) String

type GetPipelineJobStepLogsOK

type GetPipelineJobStepLogsOK struct {
	Payload string
}

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

Job step log

func NewGetPipelineJobStepLogsOK

func NewGetPipelineJobStepLogsOK() *GetPipelineJobStepLogsOK

NewGetPipelineJobStepLogsOK creates a GetPipelineJobStepLogsOK with default headers values

func (*GetPipelineJobStepLogsOK) Code

func (o *GetPipelineJobStepLogsOK) Code() int

Code gets the status code for the get pipeline job step logs o k response

func (*GetPipelineJobStepLogsOK) Error

func (o *GetPipelineJobStepLogsOK) Error() string

func (*GetPipelineJobStepLogsOK) GetPayload

func (o *GetPipelineJobStepLogsOK) GetPayload() string

func (*GetPipelineJobStepLogsOK) IsClientError

func (o *GetPipelineJobStepLogsOK) IsClientError() bool

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

func (*GetPipelineJobStepLogsOK) IsCode

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

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

func (*GetPipelineJobStepLogsOK) IsRedirect

func (o *GetPipelineJobStepLogsOK) IsRedirect() bool

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

func (*GetPipelineJobStepLogsOK) IsServerError

func (o *GetPipelineJobStepLogsOK) IsServerError() bool

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

func (*GetPipelineJobStepLogsOK) IsSuccess

func (o *GetPipelineJobStepLogsOK) IsSuccess() bool

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

func (*GetPipelineJobStepLogsOK) String

func (o *GetPipelineJobStepLogsOK) String() string

type GetPipelineJobStepLogsParams

type GetPipelineJobStepLogsParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* File.

	   Get log as a file if true

	   Format: boolean
	*/
	File *string

	/* JobName.

	   Name of the pipeline job
	*/
	JobName string

	/* Lines.

	   Get log lines (example 1000)

	   Format: number
	*/
	Lines *string

	/* SinceTime.

	   Get log only from sinceTime (example 2020-03-18T07:20:41+00:00)

	   Format: date-time
	*/
	SinceTime *strfmt.DateTime

	/* StepName.

	   Name of the pipeline job step
	*/
	StepName string

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

GetPipelineJobStepLogsParams contains all the parameters to send to the API endpoint

for the get pipeline job step logs operation.

Typically these are written to a http.Request.

func NewGetPipelineJobStepLogsParams

func NewGetPipelineJobStepLogsParams() *GetPipelineJobStepLogsParams

NewGetPipelineJobStepLogsParams creates a new GetPipelineJobStepLogsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPipelineJobStepLogsParamsWithContext

func NewGetPipelineJobStepLogsParamsWithContext(ctx context.Context) *GetPipelineJobStepLogsParams

NewGetPipelineJobStepLogsParamsWithContext creates a new GetPipelineJobStepLogsParams object with the ability to set a context for a request.

func NewGetPipelineJobStepLogsParamsWithHTTPClient

func NewGetPipelineJobStepLogsParamsWithHTTPClient(client *http.Client) *GetPipelineJobStepLogsParams

NewGetPipelineJobStepLogsParamsWithHTTPClient creates a new GetPipelineJobStepLogsParams object with the ability to set a custom HTTPClient for a request.

func NewGetPipelineJobStepLogsParamsWithTimeout

func NewGetPipelineJobStepLogsParamsWithTimeout(timeout time.Duration) *GetPipelineJobStepLogsParams

NewGetPipelineJobStepLogsParamsWithTimeout creates a new GetPipelineJobStepLogsParams object with the ability to set a timeout on a request.

func (*GetPipelineJobStepLogsParams) SetAppName

func (o *GetPipelineJobStepLogsParams) SetAppName(appName string)

SetAppName adds the appName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetContext

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

SetContext adds the context to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetDefaults

func (o *GetPipelineJobStepLogsParams) SetDefaults()

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

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

func (*GetPipelineJobStepLogsParams) SetFile

func (o *GetPipelineJobStepLogsParams) SetFile(file *string)

SetFile adds the file to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetImpersonateGroup

func (o *GetPipelineJobStepLogsParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetImpersonateUser

func (o *GetPipelineJobStepLogsParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetJobName

func (o *GetPipelineJobStepLogsParams) SetJobName(jobName string)

SetJobName adds the jobName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetLines

func (o *GetPipelineJobStepLogsParams) SetLines(lines *string)

SetLines adds the lines to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetSinceTime

func (o *GetPipelineJobStepLogsParams) SetSinceTime(sinceTime *strfmt.DateTime)

SetSinceTime adds the sinceTime to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetStepName

func (o *GetPipelineJobStepLogsParams) SetStepName(stepName string)

SetStepName adds the stepName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) SetTimeout

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

SetTimeout adds the timeout to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithAppName

WithAppName adds the appName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithContext

WithContext adds the context to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithDefaults

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

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

func (*GetPipelineJobStepLogsParams) WithFile

WithFile adds the file to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithImpersonateGroup

func (o *GetPipelineJobStepLogsParams) WithImpersonateGroup(impersonateGroup *string) *GetPipelineJobStepLogsParams

WithImpersonateGroup adds the impersonateGroup to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithImpersonateUser

func (o *GetPipelineJobStepLogsParams) WithImpersonateUser(impersonateUser *string) *GetPipelineJobStepLogsParams

WithImpersonateUser adds the impersonateUser to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithJobName

WithJobName adds the jobName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithLines

WithLines adds the lines to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithSinceTime

WithSinceTime adds the sinceTime to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithStepName

WithStepName adds the stepName to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WithTimeout

WithTimeout adds the timeout to the get pipeline job step logs params

func (*GetPipelineJobStepLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPipelineJobStepLogsReader

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

GetPipelineJobStepLogsReader is a Reader for the GetPipelineJobStepLogs structure.

func (*GetPipelineJobStepLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPipelineJobStepLogsUnauthorized

type GetPipelineJobStepLogsUnauthorized struct {
}

GetPipelineJobStepLogsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetPipelineJobStepLogsUnauthorized

func NewGetPipelineJobStepLogsUnauthorized() *GetPipelineJobStepLogsUnauthorized

NewGetPipelineJobStepLogsUnauthorized creates a GetPipelineJobStepLogsUnauthorized with default headers values

func (*GetPipelineJobStepLogsUnauthorized) Code

Code gets the status code for the get pipeline job step logs unauthorized response

func (*GetPipelineJobStepLogsUnauthorized) Error

func (*GetPipelineJobStepLogsUnauthorized) IsClientError

func (o *GetPipelineJobStepLogsUnauthorized) IsClientError() bool

IsClientError returns true when this get pipeline job step logs unauthorized response has a 4xx status code

func (*GetPipelineJobStepLogsUnauthorized) IsCode

IsCode returns true when this get pipeline job step logs unauthorized response a status code equal to that given

func (*GetPipelineJobStepLogsUnauthorized) IsRedirect

func (o *GetPipelineJobStepLogsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get pipeline job step logs unauthorized response has a 3xx status code

func (*GetPipelineJobStepLogsUnauthorized) IsServerError

func (o *GetPipelineJobStepLogsUnauthorized) IsServerError() bool

IsServerError returns true when this get pipeline job step logs unauthorized response has a 5xx status code

func (*GetPipelineJobStepLogsUnauthorized) IsSuccess

IsSuccess returns true when this get pipeline job step logs unauthorized response has a 2xx status code

func (*GetPipelineJobStepLogsUnauthorized) String

type GetTektonPipelineRunNotFound

type GetTektonPipelineRunNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunNotFound

func NewGetTektonPipelineRunNotFound() *GetTektonPipelineRunNotFound

NewGetTektonPipelineRunNotFound creates a GetTektonPipelineRunNotFound with default headers values

func (*GetTektonPipelineRunNotFound) Code

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

func (*GetTektonPipelineRunNotFound) Error

func (*GetTektonPipelineRunNotFound) IsClientError

func (o *GetTektonPipelineRunNotFound) IsClientError() bool

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

func (*GetTektonPipelineRunNotFound) IsCode

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

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

func (*GetTektonPipelineRunNotFound) IsRedirect

func (o *GetTektonPipelineRunNotFound) IsRedirect() bool

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

func (*GetTektonPipelineRunNotFound) IsServerError

func (o *GetTektonPipelineRunNotFound) IsServerError() bool

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

func (*GetTektonPipelineRunNotFound) IsSuccess

func (o *GetTektonPipelineRunNotFound) IsSuccess() bool

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

func (*GetTektonPipelineRunNotFound) String

type GetTektonPipelineRunOK

type GetTektonPipelineRunOK struct {
	Payload *models.PipelineRun
}

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

List of Pipeline Runs

func NewGetTektonPipelineRunOK

func NewGetTektonPipelineRunOK() *GetTektonPipelineRunOK

NewGetTektonPipelineRunOK creates a GetTektonPipelineRunOK with default headers values

func (*GetTektonPipelineRunOK) Code

func (o *GetTektonPipelineRunOK) Code() int

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

func (*GetTektonPipelineRunOK) Error

func (o *GetTektonPipelineRunOK) Error() string

func (*GetTektonPipelineRunOK) GetPayload

func (o *GetTektonPipelineRunOK) GetPayload() *models.PipelineRun

func (*GetTektonPipelineRunOK) IsClientError

func (o *GetTektonPipelineRunOK) IsClientError() bool

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

func (*GetTektonPipelineRunOK) IsCode

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

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

func (*GetTektonPipelineRunOK) IsRedirect

func (o *GetTektonPipelineRunOK) IsRedirect() bool

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

func (*GetTektonPipelineRunOK) IsServerError

func (o *GetTektonPipelineRunOK) IsServerError() bool

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

func (*GetTektonPipelineRunOK) IsSuccess

func (o *GetTektonPipelineRunOK) IsSuccess() bool

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

func (*GetTektonPipelineRunOK) String

func (o *GetTektonPipelineRunOK) String() string

type GetTektonPipelineRunParams

type GetTektonPipelineRunParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

	/* PipelineRunName.

	   Name of pipeline run
	*/
	PipelineRunName string

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

GetTektonPipelineRunParams contains all the parameters to send to the API endpoint

for the get tekton pipeline run operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunParams

func NewGetTektonPipelineRunParams() *GetTektonPipelineRunParams

NewGetTektonPipelineRunParams creates a new GetTektonPipelineRunParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunParamsWithContext

func NewGetTektonPipelineRunParamsWithContext(ctx context.Context) *GetTektonPipelineRunParams

NewGetTektonPipelineRunParamsWithContext creates a new GetTektonPipelineRunParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunParamsWithHTTPClient

func NewGetTektonPipelineRunParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunParams

NewGetTektonPipelineRunParamsWithHTTPClient creates a new GetTektonPipelineRunParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunParamsWithTimeout

func NewGetTektonPipelineRunParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunParams

NewGetTektonPipelineRunParamsWithTimeout creates a new GetTektonPipelineRunParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunParams) SetAppName

func (o *GetTektonPipelineRunParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetContext

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

SetContext adds the context to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetDefaults

func (o *GetTektonPipelineRunParams) SetDefaults()

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

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

func (*GetTektonPipelineRunParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetImpersonateGroup

func (o *GetTektonPipelineRunParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetImpersonateUser

func (o *GetTektonPipelineRunParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetJobName

func (o *GetTektonPipelineRunParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetPipelineRunName

func (o *GetTektonPipelineRunParams) SetPipelineRunName(pipelineRunName string)

SetPipelineRunName adds the pipelineRunName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithAppName

WithAppName adds the appName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithContext

WithContext adds the context to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithDefaults

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

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

func (*GetTektonPipelineRunParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithImpersonateGroup

func (o *GetTektonPipelineRunParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithImpersonateUser

func (o *GetTektonPipelineRunParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunParams

WithImpersonateUser adds the impersonateUser to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithPipelineRunName

func (o *GetTektonPipelineRunParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunParams

WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline run params

func (*GetTektonPipelineRunParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunReader

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

GetTektonPipelineRunReader is a Reader for the GetTektonPipelineRun structure.

func (*GetTektonPipelineRunReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunTaskNotFound

type GetTektonPipelineRunTaskNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunTaskNotFound

func NewGetTektonPipelineRunTaskNotFound() *GetTektonPipelineRunTaskNotFound

NewGetTektonPipelineRunTaskNotFound creates a GetTektonPipelineRunTaskNotFound with default headers values

func (*GetTektonPipelineRunTaskNotFound) Code

Code gets the status code for the get tekton pipeline run task not found response

func (*GetTektonPipelineRunTaskNotFound) Error

func (*GetTektonPipelineRunTaskNotFound) IsClientError

func (o *GetTektonPipelineRunTaskNotFound) IsClientError() bool

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

func (*GetTektonPipelineRunTaskNotFound) IsCode

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

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

func (*GetTektonPipelineRunTaskNotFound) IsRedirect

func (o *GetTektonPipelineRunTaskNotFound) IsRedirect() bool

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

func (*GetTektonPipelineRunTaskNotFound) IsServerError

func (o *GetTektonPipelineRunTaskNotFound) IsServerError() bool

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

func (*GetTektonPipelineRunTaskNotFound) IsSuccess

func (o *GetTektonPipelineRunTaskNotFound) IsSuccess() bool

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

func (*GetTektonPipelineRunTaskNotFound) String

type GetTektonPipelineRunTaskOK

type GetTektonPipelineRunTaskOK struct {
	Payload *models.PipelineRunTask
}

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

Pipeline Run Task

func NewGetTektonPipelineRunTaskOK

func NewGetTektonPipelineRunTaskOK() *GetTektonPipelineRunTaskOK

NewGetTektonPipelineRunTaskOK creates a GetTektonPipelineRunTaskOK with default headers values

func (*GetTektonPipelineRunTaskOK) Code

func (o *GetTektonPipelineRunTaskOK) Code() int

Code gets the status code for the get tekton pipeline run task o k response

func (*GetTektonPipelineRunTaskOK) Error

func (*GetTektonPipelineRunTaskOK) GetPayload

func (*GetTektonPipelineRunTaskOK) IsClientError

func (o *GetTektonPipelineRunTaskOK) IsClientError() bool

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

func (*GetTektonPipelineRunTaskOK) IsCode

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

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

func (*GetTektonPipelineRunTaskOK) IsRedirect

func (o *GetTektonPipelineRunTaskOK) IsRedirect() bool

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

func (*GetTektonPipelineRunTaskOK) IsServerError

func (o *GetTektonPipelineRunTaskOK) IsServerError() bool

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

func (*GetTektonPipelineRunTaskOK) IsSuccess

func (o *GetTektonPipelineRunTaskOK) IsSuccess() bool

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

func (*GetTektonPipelineRunTaskOK) String

func (o *GetTektonPipelineRunTaskOK) String() string

type GetTektonPipelineRunTaskParams

type GetTektonPipelineRunTaskParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

	/* PipelineRunName.

	   Name of pipeline run
	*/
	PipelineRunName string

	/* TaskName.

	   Name of pipeline run task
	*/
	TaskName string

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

GetTektonPipelineRunTaskParams contains all the parameters to send to the API endpoint

for the get tekton pipeline run task operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunTaskParams

func NewGetTektonPipelineRunTaskParams() *GetTektonPipelineRunTaskParams

NewGetTektonPipelineRunTaskParams creates a new GetTektonPipelineRunTaskParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunTaskParamsWithContext

func NewGetTektonPipelineRunTaskParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskParams

NewGetTektonPipelineRunTaskParamsWithContext creates a new GetTektonPipelineRunTaskParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunTaskParamsWithHTTPClient

func NewGetTektonPipelineRunTaskParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskParams

NewGetTektonPipelineRunTaskParamsWithHTTPClient creates a new GetTektonPipelineRunTaskParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunTaskParamsWithTimeout

func NewGetTektonPipelineRunTaskParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskParams

NewGetTektonPipelineRunTaskParamsWithTimeout creates a new GetTektonPipelineRunTaskParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunTaskParams) SetAppName

func (o *GetTektonPipelineRunTaskParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetContext

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

SetContext adds the context to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetDefaults

func (o *GetTektonPipelineRunTaskParams) SetDefaults()

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

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

func (*GetTektonPipelineRunTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetImpersonateGroup

func (o *GetTektonPipelineRunTaskParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetImpersonateUser

func (o *GetTektonPipelineRunTaskParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetJobName

func (o *GetTektonPipelineRunTaskParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetPipelineRunName

func (o *GetTektonPipelineRunTaskParams) SetPipelineRunName(pipelineRunName string)

SetPipelineRunName adds the pipelineRunName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetTaskName

func (o *GetTektonPipelineRunTaskParams) SetTaskName(taskName string)

SetTaskName adds the taskName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithAppName

WithAppName adds the appName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithContext

WithContext adds the context to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithDefaults

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

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

func (*GetTektonPipelineRunTaskParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithImpersonateGroup

func (o *GetTektonPipelineRunTaskParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithImpersonateUser

func (o *GetTektonPipelineRunTaskParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskParams

WithImpersonateUser adds the impersonateUser to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithPipelineRunName

func (o *GetTektonPipelineRunTaskParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskParams

WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithTaskName

WithTaskName adds the taskName to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline run task params

func (*GetTektonPipelineRunTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunTaskReader

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

GetTektonPipelineRunTaskReader is a Reader for the GetTektonPipelineRunTask structure.

func (*GetTektonPipelineRunTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunTaskStepLogsNotFound

type GetTektonPipelineRunTaskStepLogsNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunTaskStepLogsNotFound

func NewGetTektonPipelineRunTaskStepLogsNotFound() *GetTektonPipelineRunTaskStepLogsNotFound

NewGetTektonPipelineRunTaskStepLogsNotFound creates a GetTektonPipelineRunTaskStepLogsNotFound with default headers values

func (*GetTektonPipelineRunTaskStepLogsNotFound) Code

Code gets the status code for the get tekton pipeline run task step logs not found response

func (*GetTektonPipelineRunTaskStepLogsNotFound) Error

func (*GetTektonPipelineRunTaskStepLogsNotFound) IsClientError

IsClientError returns true when this get tekton pipeline run task step logs not found response has a 4xx status code

func (*GetTektonPipelineRunTaskStepLogsNotFound) IsCode

IsCode returns true when this get tekton pipeline run task step logs not found response a status code equal to that given

func (*GetTektonPipelineRunTaskStepLogsNotFound) IsRedirect

IsRedirect returns true when this get tekton pipeline run task step logs not found response has a 3xx status code

func (*GetTektonPipelineRunTaskStepLogsNotFound) IsServerError

IsServerError returns true when this get tekton pipeline run task step logs not found response has a 5xx status code

func (*GetTektonPipelineRunTaskStepLogsNotFound) IsSuccess

IsSuccess returns true when this get tekton pipeline run task step logs not found response has a 2xx status code

func (*GetTektonPipelineRunTaskStepLogsNotFound) String

type GetTektonPipelineRunTaskStepLogsOK

type GetTektonPipelineRunTaskStepLogsOK struct {
	Payload string
}

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

Task step log

func NewGetTektonPipelineRunTaskStepLogsOK

func NewGetTektonPipelineRunTaskStepLogsOK() *GetTektonPipelineRunTaskStepLogsOK

NewGetTektonPipelineRunTaskStepLogsOK creates a GetTektonPipelineRunTaskStepLogsOK with default headers values

func (*GetTektonPipelineRunTaskStepLogsOK) Code

Code gets the status code for the get tekton pipeline run task step logs o k response

func (*GetTektonPipelineRunTaskStepLogsOK) Error

func (*GetTektonPipelineRunTaskStepLogsOK) GetPayload

func (*GetTektonPipelineRunTaskStepLogsOK) IsClientError

func (o *GetTektonPipelineRunTaskStepLogsOK) IsClientError() bool

IsClientError returns true when this get tekton pipeline run task step logs o k response has a 4xx status code

func (*GetTektonPipelineRunTaskStepLogsOK) IsCode

IsCode returns true when this get tekton pipeline run task step logs o k response a status code equal to that given

func (*GetTektonPipelineRunTaskStepLogsOK) IsRedirect

func (o *GetTektonPipelineRunTaskStepLogsOK) IsRedirect() bool

IsRedirect returns true when this get tekton pipeline run task step logs o k response has a 3xx status code

func (*GetTektonPipelineRunTaskStepLogsOK) IsServerError

func (o *GetTektonPipelineRunTaskStepLogsOK) IsServerError() bool

IsServerError returns true when this get tekton pipeline run task step logs o k response has a 5xx status code

func (*GetTektonPipelineRunTaskStepLogsOK) IsSuccess

IsSuccess returns true when this get tekton pipeline run task step logs o k response has a 2xx status code

func (*GetTektonPipelineRunTaskStepLogsOK) String

type GetTektonPipelineRunTaskStepLogsParams

type GetTektonPipelineRunTaskStepLogsParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* File.

	   Get log as a file if true

	   Format: boolean
	*/
	File *string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

	/* Lines.

	   Get log lines (example 1000)

	   Format: number
	*/
	Lines *string

	/* PipelineRunName.

	   Name of pipeline run
	*/
	PipelineRunName string

	/* SinceTime.

	   Get log only from sinceTime (example 2020-03-18T07:20:41+00:00)

	   Format: date-time
	*/
	SinceTime *strfmt.DateTime

	/* StepName.

	   Name of pipeline run task step
	*/
	StepName string

	/* TaskName.

	   Name of pipeline run task
	*/
	TaskName string

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

GetTektonPipelineRunTaskStepLogsParams contains all the parameters to send to the API endpoint

for the get tekton pipeline run task step logs operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunTaskStepLogsParams

func NewGetTektonPipelineRunTaskStepLogsParams() *GetTektonPipelineRunTaskStepLogsParams

NewGetTektonPipelineRunTaskStepLogsParams creates a new GetTektonPipelineRunTaskStepLogsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunTaskStepLogsParamsWithContext

func NewGetTektonPipelineRunTaskStepLogsParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskStepLogsParams

NewGetTektonPipelineRunTaskStepLogsParamsWithContext creates a new GetTektonPipelineRunTaskStepLogsParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunTaskStepLogsParamsWithHTTPClient

func NewGetTektonPipelineRunTaskStepLogsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepLogsParams

NewGetTektonPipelineRunTaskStepLogsParamsWithHTTPClient creates a new GetTektonPipelineRunTaskStepLogsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunTaskStepLogsParamsWithTimeout

func NewGetTektonPipelineRunTaskStepLogsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepLogsParams

NewGetTektonPipelineRunTaskStepLogsParamsWithTimeout creates a new GetTektonPipelineRunTaskStepLogsParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunTaskStepLogsParams) SetAppName

func (o *GetTektonPipelineRunTaskStepLogsParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetContext

SetContext adds the context to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetDefaults

func (o *GetTektonPipelineRunTaskStepLogsParams) SetDefaults()

SetDefaults hydrates default values in the get tekton pipeline run task step logs params (not the query body).

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

func (*GetTektonPipelineRunTaskStepLogsParams) SetFile

SetFile adds the file to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetImpersonateGroup

func (o *GetTektonPipelineRunTaskStepLogsParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetImpersonateUser

func (o *GetTektonPipelineRunTaskStepLogsParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetJobName

func (o *GetTektonPipelineRunTaskStepLogsParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetLines

func (o *GetTektonPipelineRunTaskStepLogsParams) SetLines(lines *string)

SetLines adds the lines to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetPipelineRunName

func (o *GetTektonPipelineRunTaskStepLogsParams) SetPipelineRunName(pipelineRunName string)

SetPipelineRunName adds the pipelineRunName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetSinceTime

func (o *GetTektonPipelineRunTaskStepLogsParams) SetSinceTime(sinceTime *strfmt.DateTime)

SetSinceTime adds the sinceTime to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetStepName

func (o *GetTektonPipelineRunTaskStepLogsParams) SetStepName(stepName string)

SetStepName adds the stepName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetTaskName

func (o *GetTektonPipelineRunTaskStepLogsParams) SetTaskName(taskName string)

SetTaskName adds the taskName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithAppName

WithAppName adds the appName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithContext

WithContext adds the context to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithDefaults

WithDefaults hydrates default values in the get tekton pipeline run task step logs params (not the query body).

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

func (*GetTektonPipelineRunTaskStepLogsParams) WithFile

WithFile adds the file to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithImpersonateGroup

func (o *GetTektonPipelineRunTaskStepLogsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskStepLogsParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithImpersonateUser

WithImpersonateUser adds the impersonateUser to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithLines

WithLines adds the lines to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithPipelineRunName

WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithSinceTime

WithSinceTime adds the sinceTime to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithStepName

WithStepName adds the stepName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithTaskName

WithTaskName adds the taskName to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline run task step logs params

func (*GetTektonPipelineRunTaskStepLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunTaskStepLogsReader

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

GetTektonPipelineRunTaskStepLogsReader is a Reader for the GetTektonPipelineRunTaskStepLogs structure.

func (*GetTektonPipelineRunTaskStepLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunTaskStepLogsUnauthorized

type GetTektonPipelineRunTaskStepLogsUnauthorized struct {
}

GetTektonPipelineRunTaskStepLogsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunTaskStepLogsUnauthorized

func NewGetTektonPipelineRunTaskStepLogsUnauthorized() *GetTektonPipelineRunTaskStepLogsUnauthorized

NewGetTektonPipelineRunTaskStepLogsUnauthorized creates a GetTektonPipelineRunTaskStepLogsUnauthorized with default headers values

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) Code

Code gets the status code for the get tekton pipeline run task step logs unauthorized response

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) Error

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsClientError

IsClientError returns true when this get tekton pipeline run task step logs unauthorized response has a 4xx status code

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsCode

IsCode returns true when this get tekton pipeline run task step logs unauthorized response a status code equal to that given

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsRedirect

IsRedirect returns true when this get tekton pipeline run task step logs unauthorized response has a 3xx status code

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsServerError

IsServerError returns true when this get tekton pipeline run task step logs unauthorized response has a 5xx status code

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsSuccess

IsSuccess returns true when this get tekton pipeline run task step logs unauthorized response has a 2xx status code

func (*GetTektonPipelineRunTaskStepLogsUnauthorized) String

type GetTektonPipelineRunTaskStepsNotFound

type GetTektonPipelineRunTaskStepsNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunTaskStepsNotFound

func NewGetTektonPipelineRunTaskStepsNotFound() *GetTektonPipelineRunTaskStepsNotFound

NewGetTektonPipelineRunTaskStepsNotFound creates a GetTektonPipelineRunTaskStepsNotFound with default headers values

func (*GetTektonPipelineRunTaskStepsNotFound) Code

Code gets the status code for the get tekton pipeline run task steps not found response

func (*GetTektonPipelineRunTaskStepsNotFound) Error

func (*GetTektonPipelineRunTaskStepsNotFound) IsClientError

func (o *GetTektonPipelineRunTaskStepsNotFound) IsClientError() bool

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

func (*GetTektonPipelineRunTaskStepsNotFound) IsCode

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

func (*GetTektonPipelineRunTaskStepsNotFound) IsRedirect

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

func (*GetTektonPipelineRunTaskStepsNotFound) IsServerError

func (o *GetTektonPipelineRunTaskStepsNotFound) IsServerError() bool

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

func (*GetTektonPipelineRunTaskStepsNotFound) IsSuccess

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

func (*GetTektonPipelineRunTaskStepsNotFound) String

type GetTektonPipelineRunTaskStepsOK

type GetTektonPipelineRunTaskStepsOK struct {
	Payload []*models.PipelineRunTaskStep
}

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

List of Pipeline Run Task Steps

func NewGetTektonPipelineRunTaskStepsOK

func NewGetTektonPipelineRunTaskStepsOK() *GetTektonPipelineRunTaskStepsOK

NewGetTektonPipelineRunTaskStepsOK creates a GetTektonPipelineRunTaskStepsOK with default headers values

func (*GetTektonPipelineRunTaskStepsOK) Code

Code gets the status code for the get tekton pipeline run task steps o k response

func (*GetTektonPipelineRunTaskStepsOK) Error

func (*GetTektonPipelineRunTaskStepsOK) GetPayload

func (*GetTektonPipelineRunTaskStepsOK) IsClientError

func (o *GetTektonPipelineRunTaskStepsOK) IsClientError() bool

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

func (*GetTektonPipelineRunTaskStepsOK) IsCode

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

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

func (*GetTektonPipelineRunTaskStepsOK) IsRedirect

func (o *GetTektonPipelineRunTaskStepsOK) IsRedirect() bool

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

func (*GetTektonPipelineRunTaskStepsOK) IsServerError

func (o *GetTektonPipelineRunTaskStepsOK) IsServerError() bool

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

func (*GetTektonPipelineRunTaskStepsOK) IsSuccess

func (o *GetTektonPipelineRunTaskStepsOK) IsSuccess() bool

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

func (*GetTektonPipelineRunTaskStepsOK) String

type GetTektonPipelineRunTaskStepsParams

type GetTektonPipelineRunTaskStepsParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

	/* PipelineRunName.

	   Name of pipeline run
	*/
	PipelineRunName string

	/* TaskName.

	   Name of pipeline run task
	*/
	TaskName string

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

GetTektonPipelineRunTaskStepsParams contains all the parameters to send to the API endpoint

for the get tekton pipeline run task steps operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunTaskStepsParams

func NewGetTektonPipelineRunTaskStepsParams() *GetTektonPipelineRunTaskStepsParams

NewGetTektonPipelineRunTaskStepsParams creates a new GetTektonPipelineRunTaskStepsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunTaskStepsParamsWithContext

func NewGetTektonPipelineRunTaskStepsParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskStepsParams

NewGetTektonPipelineRunTaskStepsParamsWithContext creates a new GetTektonPipelineRunTaskStepsParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunTaskStepsParamsWithHTTPClient

func NewGetTektonPipelineRunTaskStepsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepsParams

NewGetTektonPipelineRunTaskStepsParamsWithHTTPClient creates a new GetTektonPipelineRunTaskStepsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunTaskStepsParamsWithTimeout

func NewGetTektonPipelineRunTaskStepsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepsParams

NewGetTektonPipelineRunTaskStepsParamsWithTimeout creates a new GetTektonPipelineRunTaskStepsParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunTaskStepsParams) SetAppName

func (o *GetTektonPipelineRunTaskStepsParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetContext

SetContext adds the context to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetDefaults

func (o *GetTektonPipelineRunTaskStepsParams) SetDefaults()

SetDefaults hydrates default values in the get tekton pipeline run task steps params (not the query body).

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

func (*GetTektonPipelineRunTaskStepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetImpersonateGroup

func (o *GetTektonPipelineRunTaskStepsParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetImpersonateUser

func (o *GetTektonPipelineRunTaskStepsParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetJobName

func (o *GetTektonPipelineRunTaskStepsParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetPipelineRunName

func (o *GetTektonPipelineRunTaskStepsParams) SetPipelineRunName(pipelineRunName string)

SetPipelineRunName adds the pipelineRunName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetTaskName

func (o *GetTektonPipelineRunTaskStepsParams) SetTaskName(taskName string)

SetTaskName adds the taskName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithAppName

WithAppName adds the appName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithContext

WithContext adds the context to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithDefaults

WithDefaults hydrates default values in the get tekton pipeline run task steps params (not the query body).

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

func (*GetTektonPipelineRunTaskStepsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithImpersonateGroup

func (o *GetTektonPipelineRunTaskStepsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskStepsParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithImpersonateUser

func (o *GetTektonPipelineRunTaskStepsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskStepsParams

WithImpersonateUser adds the impersonateUser to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithPipelineRunName

func (o *GetTektonPipelineRunTaskStepsParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskStepsParams

WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithTaskName

WithTaskName adds the taskName to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline run task steps params

func (*GetTektonPipelineRunTaskStepsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunTaskStepsReader

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

GetTektonPipelineRunTaskStepsReader is a Reader for the GetTektonPipelineRunTaskSteps structure.

func (*GetTektonPipelineRunTaskStepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunTaskStepsUnauthorized

type GetTektonPipelineRunTaskStepsUnauthorized struct {
}

GetTektonPipelineRunTaskStepsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunTaskStepsUnauthorized

func NewGetTektonPipelineRunTaskStepsUnauthorized() *GetTektonPipelineRunTaskStepsUnauthorized

NewGetTektonPipelineRunTaskStepsUnauthorized creates a GetTektonPipelineRunTaskStepsUnauthorized with default headers values

func (*GetTektonPipelineRunTaskStepsUnauthorized) Code

Code gets the status code for the get tekton pipeline run task steps unauthorized response

func (*GetTektonPipelineRunTaskStepsUnauthorized) Error

func (*GetTektonPipelineRunTaskStepsUnauthorized) IsClientError

IsClientError returns true when this get tekton pipeline run task steps unauthorized response has a 4xx status code

func (*GetTektonPipelineRunTaskStepsUnauthorized) IsCode

IsCode returns true when this get tekton pipeline run task steps unauthorized response a status code equal to that given

func (*GetTektonPipelineRunTaskStepsUnauthorized) IsRedirect

IsRedirect returns true when this get tekton pipeline run task steps unauthorized response has a 3xx status code

func (*GetTektonPipelineRunTaskStepsUnauthorized) IsServerError

IsServerError returns true when this get tekton pipeline run task steps unauthorized response has a 5xx status code

func (*GetTektonPipelineRunTaskStepsUnauthorized) IsSuccess

IsSuccess returns true when this get tekton pipeline run task steps unauthorized response has a 2xx status code

func (*GetTektonPipelineRunTaskStepsUnauthorized) String

type GetTektonPipelineRunTaskUnauthorized

type GetTektonPipelineRunTaskUnauthorized struct {
}

GetTektonPipelineRunTaskUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunTaskUnauthorized

func NewGetTektonPipelineRunTaskUnauthorized() *GetTektonPipelineRunTaskUnauthorized

NewGetTektonPipelineRunTaskUnauthorized creates a GetTektonPipelineRunTaskUnauthorized with default headers values

func (*GetTektonPipelineRunTaskUnauthorized) Code

Code gets the status code for the get tekton pipeline run task unauthorized response

func (*GetTektonPipelineRunTaskUnauthorized) Error

func (*GetTektonPipelineRunTaskUnauthorized) IsClientError

func (o *GetTektonPipelineRunTaskUnauthorized) IsClientError() bool

IsClientError returns true when this get tekton pipeline run task unauthorized response has a 4xx status code

func (*GetTektonPipelineRunTaskUnauthorized) IsCode

IsCode returns true when this get tekton pipeline run task unauthorized response a status code equal to that given

func (*GetTektonPipelineRunTaskUnauthorized) IsRedirect

IsRedirect returns true when this get tekton pipeline run task unauthorized response has a 3xx status code

func (*GetTektonPipelineRunTaskUnauthorized) IsServerError

func (o *GetTektonPipelineRunTaskUnauthorized) IsServerError() bool

IsServerError returns true when this get tekton pipeline run task unauthorized response has a 5xx status code

func (*GetTektonPipelineRunTaskUnauthorized) IsSuccess

IsSuccess returns true when this get tekton pipeline run task unauthorized response has a 2xx status code

func (*GetTektonPipelineRunTaskUnauthorized) String

type GetTektonPipelineRunTasksNotFound

type GetTektonPipelineRunTasksNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunTasksNotFound

func NewGetTektonPipelineRunTasksNotFound() *GetTektonPipelineRunTasksNotFound

NewGetTektonPipelineRunTasksNotFound creates a GetTektonPipelineRunTasksNotFound with default headers values

func (*GetTektonPipelineRunTasksNotFound) Code

Code gets the status code for the get tekton pipeline run tasks not found response

func (*GetTektonPipelineRunTasksNotFound) Error

func (*GetTektonPipelineRunTasksNotFound) IsClientError

func (o *GetTektonPipelineRunTasksNotFound) IsClientError() bool

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

func (*GetTektonPipelineRunTasksNotFound) IsCode

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

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

func (*GetTektonPipelineRunTasksNotFound) IsRedirect

func (o *GetTektonPipelineRunTasksNotFound) IsRedirect() bool

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

func (*GetTektonPipelineRunTasksNotFound) IsServerError

func (o *GetTektonPipelineRunTasksNotFound) IsServerError() bool

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

func (*GetTektonPipelineRunTasksNotFound) IsSuccess

func (o *GetTektonPipelineRunTasksNotFound) IsSuccess() bool

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

func (*GetTektonPipelineRunTasksNotFound) String

type GetTektonPipelineRunTasksOK

type GetTektonPipelineRunTasksOK struct {
	Payload []*models.PipelineRunTask
}

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

List of Pipeline Run Tasks

func NewGetTektonPipelineRunTasksOK

func NewGetTektonPipelineRunTasksOK() *GetTektonPipelineRunTasksOK

NewGetTektonPipelineRunTasksOK creates a GetTektonPipelineRunTasksOK with default headers values

func (*GetTektonPipelineRunTasksOK) Code

func (o *GetTektonPipelineRunTasksOK) Code() int

Code gets the status code for the get tekton pipeline run tasks o k response

func (*GetTektonPipelineRunTasksOK) Error

func (*GetTektonPipelineRunTasksOK) GetPayload

func (*GetTektonPipelineRunTasksOK) IsClientError

func (o *GetTektonPipelineRunTasksOK) IsClientError() bool

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

func (*GetTektonPipelineRunTasksOK) IsCode

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

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

func (*GetTektonPipelineRunTasksOK) IsRedirect

func (o *GetTektonPipelineRunTasksOK) IsRedirect() bool

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

func (*GetTektonPipelineRunTasksOK) IsServerError

func (o *GetTektonPipelineRunTasksOK) IsServerError() bool

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

func (*GetTektonPipelineRunTasksOK) IsSuccess

func (o *GetTektonPipelineRunTasksOK) IsSuccess() bool

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

func (*GetTektonPipelineRunTasksOK) String

func (o *GetTektonPipelineRunTasksOK) String() string

type GetTektonPipelineRunTasksParams

type GetTektonPipelineRunTasksParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

	/* PipelineRunName.

	   Name of pipeline run
	*/
	PipelineRunName string

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

GetTektonPipelineRunTasksParams contains all the parameters to send to the API endpoint

for the get tekton pipeline run tasks operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunTasksParams

func NewGetTektonPipelineRunTasksParams() *GetTektonPipelineRunTasksParams

NewGetTektonPipelineRunTasksParams creates a new GetTektonPipelineRunTasksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunTasksParamsWithContext

func NewGetTektonPipelineRunTasksParamsWithContext(ctx context.Context) *GetTektonPipelineRunTasksParams

NewGetTektonPipelineRunTasksParamsWithContext creates a new GetTektonPipelineRunTasksParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunTasksParamsWithHTTPClient

func NewGetTektonPipelineRunTasksParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTasksParams

NewGetTektonPipelineRunTasksParamsWithHTTPClient creates a new GetTektonPipelineRunTasksParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunTasksParamsWithTimeout

func NewGetTektonPipelineRunTasksParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTasksParams

NewGetTektonPipelineRunTasksParamsWithTimeout creates a new GetTektonPipelineRunTasksParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunTasksParams) SetAppName

func (o *GetTektonPipelineRunTasksParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetContext

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

SetContext adds the context to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetDefaults

func (o *GetTektonPipelineRunTasksParams) SetDefaults()

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

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

func (*GetTektonPipelineRunTasksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetImpersonateGroup

func (o *GetTektonPipelineRunTasksParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetImpersonateUser

func (o *GetTektonPipelineRunTasksParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetJobName

func (o *GetTektonPipelineRunTasksParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetPipelineRunName

func (o *GetTektonPipelineRunTasksParams) SetPipelineRunName(pipelineRunName string)

SetPipelineRunName adds the pipelineRunName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithAppName

WithAppName adds the appName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithContext

WithContext adds the context to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithDefaults

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

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

func (*GetTektonPipelineRunTasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithImpersonateGroup

func (o *GetTektonPipelineRunTasksParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTasksParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithImpersonateUser

func (o *GetTektonPipelineRunTasksParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTasksParams

WithImpersonateUser adds the impersonateUser to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithPipelineRunName

func (o *GetTektonPipelineRunTasksParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTasksParams

WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline run tasks params

func (*GetTektonPipelineRunTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunTasksReader

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

GetTektonPipelineRunTasksReader is a Reader for the GetTektonPipelineRunTasks structure.

func (*GetTektonPipelineRunTasksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunTasksUnauthorized

type GetTektonPipelineRunTasksUnauthorized struct {
}

GetTektonPipelineRunTasksUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunTasksUnauthorized

func NewGetTektonPipelineRunTasksUnauthorized() *GetTektonPipelineRunTasksUnauthorized

NewGetTektonPipelineRunTasksUnauthorized creates a GetTektonPipelineRunTasksUnauthorized with default headers values

func (*GetTektonPipelineRunTasksUnauthorized) Code

Code gets the status code for the get tekton pipeline run tasks unauthorized response

func (*GetTektonPipelineRunTasksUnauthorized) Error

func (*GetTektonPipelineRunTasksUnauthorized) IsClientError

func (o *GetTektonPipelineRunTasksUnauthorized) IsClientError() bool

IsClientError returns true when this get tekton pipeline run tasks unauthorized response has a 4xx status code

func (*GetTektonPipelineRunTasksUnauthorized) IsCode

IsCode returns true when this get tekton pipeline run tasks unauthorized response a status code equal to that given

func (*GetTektonPipelineRunTasksUnauthorized) IsRedirect

IsRedirect returns true when this get tekton pipeline run tasks unauthorized response has a 3xx status code

func (*GetTektonPipelineRunTasksUnauthorized) IsServerError

func (o *GetTektonPipelineRunTasksUnauthorized) IsServerError() bool

IsServerError returns true when this get tekton pipeline run tasks unauthorized response has a 5xx status code

func (*GetTektonPipelineRunTasksUnauthorized) IsSuccess

IsSuccess returns true when this get tekton pipeline run tasks unauthorized response has a 2xx status code

func (*GetTektonPipelineRunTasksUnauthorized) String

type GetTektonPipelineRunUnauthorized

type GetTektonPipelineRunUnauthorized struct {
}

GetTektonPipelineRunUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunUnauthorized

func NewGetTektonPipelineRunUnauthorized() *GetTektonPipelineRunUnauthorized

NewGetTektonPipelineRunUnauthorized creates a GetTektonPipelineRunUnauthorized with default headers values

func (*GetTektonPipelineRunUnauthorized) Code

Code gets the status code for the get tekton pipeline run unauthorized response

func (*GetTektonPipelineRunUnauthorized) Error

func (*GetTektonPipelineRunUnauthorized) IsClientError

func (o *GetTektonPipelineRunUnauthorized) IsClientError() bool

IsClientError returns true when this get tekton pipeline run unauthorized response has a 4xx status code

func (*GetTektonPipelineRunUnauthorized) IsCode

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

IsCode returns true when this get tekton pipeline run unauthorized response a status code equal to that given

func (*GetTektonPipelineRunUnauthorized) IsRedirect

func (o *GetTektonPipelineRunUnauthorized) IsRedirect() bool

IsRedirect returns true when this get tekton pipeline run unauthorized response has a 3xx status code

func (*GetTektonPipelineRunUnauthorized) IsServerError

func (o *GetTektonPipelineRunUnauthorized) IsServerError() bool

IsServerError returns true when this get tekton pipeline run unauthorized response has a 5xx status code

func (*GetTektonPipelineRunUnauthorized) IsSuccess

func (o *GetTektonPipelineRunUnauthorized) IsSuccess() bool

IsSuccess returns true when this get tekton pipeline run unauthorized response has a 2xx status code

func (*GetTektonPipelineRunUnauthorized) String

type GetTektonPipelineRunsNotFound

type GetTektonPipelineRunsNotFound struct {
}

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

Not found

func NewGetTektonPipelineRunsNotFound

func NewGetTektonPipelineRunsNotFound() *GetTektonPipelineRunsNotFound

NewGetTektonPipelineRunsNotFound creates a GetTektonPipelineRunsNotFound with default headers values

func (*GetTektonPipelineRunsNotFound) Code

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

func (*GetTektonPipelineRunsNotFound) Error

func (*GetTektonPipelineRunsNotFound) IsClientError

func (o *GetTektonPipelineRunsNotFound) IsClientError() bool

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

func (*GetTektonPipelineRunsNotFound) IsCode

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

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

func (*GetTektonPipelineRunsNotFound) IsRedirect

func (o *GetTektonPipelineRunsNotFound) IsRedirect() bool

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

func (*GetTektonPipelineRunsNotFound) IsServerError

func (o *GetTektonPipelineRunsNotFound) IsServerError() bool

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

func (*GetTektonPipelineRunsNotFound) IsSuccess

func (o *GetTektonPipelineRunsNotFound) IsSuccess() bool

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

func (*GetTektonPipelineRunsNotFound) String

type GetTektonPipelineRunsOK

type GetTektonPipelineRunsOK struct {
	Payload []*models.PipelineRun
}

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

List of PipelineRun-s

func NewGetTektonPipelineRunsOK

func NewGetTektonPipelineRunsOK() *GetTektonPipelineRunsOK

NewGetTektonPipelineRunsOK creates a GetTektonPipelineRunsOK with default headers values

func (*GetTektonPipelineRunsOK) Code

func (o *GetTektonPipelineRunsOK) Code() int

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

func (*GetTektonPipelineRunsOK) Error

func (o *GetTektonPipelineRunsOK) Error() string

func (*GetTektonPipelineRunsOK) GetPayload

func (o *GetTektonPipelineRunsOK) GetPayload() []*models.PipelineRun

func (*GetTektonPipelineRunsOK) IsClientError

func (o *GetTektonPipelineRunsOK) IsClientError() bool

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

func (*GetTektonPipelineRunsOK) IsCode

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

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

func (*GetTektonPipelineRunsOK) IsRedirect

func (o *GetTektonPipelineRunsOK) IsRedirect() bool

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

func (*GetTektonPipelineRunsOK) IsServerError

func (o *GetTektonPipelineRunsOK) IsServerError() bool

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

func (*GetTektonPipelineRunsOK) IsSuccess

func (o *GetTektonPipelineRunsOK) IsSuccess() bool

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

func (*GetTektonPipelineRunsOK) String

func (o *GetTektonPipelineRunsOK) String() string

type GetTektonPipelineRunsParams

type GetTektonPipelineRunsParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of Radix application
	*/
	AppName string

	/* JobName.

	   Name of pipeline job
	*/
	JobName string

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

GetTektonPipelineRunsParams contains all the parameters to send to the API endpoint

for the get tekton pipeline runs operation.

Typically these are written to a http.Request.

func NewGetTektonPipelineRunsParams

func NewGetTektonPipelineRunsParams() *GetTektonPipelineRunsParams

NewGetTektonPipelineRunsParams creates a new GetTektonPipelineRunsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTektonPipelineRunsParamsWithContext

func NewGetTektonPipelineRunsParamsWithContext(ctx context.Context) *GetTektonPipelineRunsParams

NewGetTektonPipelineRunsParamsWithContext creates a new GetTektonPipelineRunsParams object with the ability to set a context for a request.

func NewGetTektonPipelineRunsParamsWithHTTPClient

func NewGetTektonPipelineRunsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunsParams

NewGetTektonPipelineRunsParamsWithHTTPClient creates a new GetTektonPipelineRunsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTektonPipelineRunsParamsWithTimeout

func NewGetTektonPipelineRunsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunsParams

NewGetTektonPipelineRunsParamsWithTimeout creates a new GetTektonPipelineRunsParams object with the ability to set a timeout on a request.

func (*GetTektonPipelineRunsParams) SetAppName

func (o *GetTektonPipelineRunsParams) SetAppName(appName string)

SetAppName adds the appName to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetContext

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

SetContext adds the context to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetDefaults

func (o *GetTektonPipelineRunsParams) SetDefaults()

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

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

func (*GetTektonPipelineRunsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetImpersonateGroup

func (o *GetTektonPipelineRunsParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetImpersonateUser

func (o *GetTektonPipelineRunsParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetJobName

func (o *GetTektonPipelineRunsParams) SetJobName(jobName string)

SetJobName adds the jobName to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) SetTimeout

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

SetTimeout adds the timeout to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithAppName

WithAppName adds the appName to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithContext

WithContext adds the context to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithDefaults

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

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

func (*GetTektonPipelineRunsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithImpersonateGroup

func (o *GetTektonPipelineRunsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunsParams

WithImpersonateGroup adds the impersonateGroup to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithImpersonateUser

func (o *GetTektonPipelineRunsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunsParams

WithImpersonateUser adds the impersonateUser to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithJobName

WithJobName adds the jobName to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WithTimeout

WithTimeout adds the timeout to the get tekton pipeline runs params

func (*GetTektonPipelineRunsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTektonPipelineRunsReader

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

GetTektonPipelineRunsReader is a Reader for the GetTektonPipelineRuns structure.

func (*GetTektonPipelineRunsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTektonPipelineRunsUnauthorized

type GetTektonPipelineRunsUnauthorized struct {
}

GetTektonPipelineRunsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetTektonPipelineRunsUnauthorized

func NewGetTektonPipelineRunsUnauthorized() *GetTektonPipelineRunsUnauthorized

NewGetTektonPipelineRunsUnauthorized creates a GetTektonPipelineRunsUnauthorized with default headers values

func (*GetTektonPipelineRunsUnauthorized) Code

Code gets the status code for the get tekton pipeline runs unauthorized response

func (*GetTektonPipelineRunsUnauthorized) Error

func (*GetTektonPipelineRunsUnauthorized) IsClientError

func (o *GetTektonPipelineRunsUnauthorized) IsClientError() bool

IsClientError returns true when this get tekton pipeline runs unauthorized response has a 4xx status code

func (*GetTektonPipelineRunsUnauthorized) IsCode

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

IsCode returns true when this get tekton pipeline runs unauthorized response a status code equal to that given

func (*GetTektonPipelineRunsUnauthorized) IsRedirect

func (o *GetTektonPipelineRunsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get tekton pipeline runs unauthorized response has a 3xx status code

func (*GetTektonPipelineRunsUnauthorized) IsServerError

func (o *GetTektonPipelineRunsUnauthorized) IsServerError() bool

IsServerError returns true when this get tekton pipeline runs unauthorized response has a 5xx status code

func (*GetTektonPipelineRunsUnauthorized) IsSuccess

func (o *GetTektonPipelineRunsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get tekton pipeline runs unauthorized response has a 2xx status code

func (*GetTektonPipelineRunsUnauthorized) String

type RerunApplicationJobNoContent added in v1.10.0

type RerunApplicationJobNoContent struct {
}

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

Job rerun ok

func NewRerunApplicationJobNoContent added in v1.10.0

func NewRerunApplicationJobNoContent() *RerunApplicationJobNoContent

NewRerunApplicationJobNoContent creates a RerunApplicationJobNoContent with default headers values

func (*RerunApplicationJobNoContent) Code added in v1.10.0

Code gets the status code for the rerun application job no content response

func (*RerunApplicationJobNoContent) Error added in v1.10.0

func (*RerunApplicationJobNoContent) IsClientError added in v1.10.0

func (o *RerunApplicationJobNoContent) IsClientError() bool

IsClientError returns true when this rerun application job no content response has a 4xx status code

func (*RerunApplicationJobNoContent) IsCode added in v1.10.0

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

IsCode returns true when this rerun application job no content response a status code equal to that given

func (*RerunApplicationJobNoContent) IsRedirect added in v1.10.0

func (o *RerunApplicationJobNoContent) IsRedirect() bool

IsRedirect returns true when this rerun application job no content response has a 3xx status code

func (*RerunApplicationJobNoContent) IsServerError added in v1.10.0

func (o *RerunApplicationJobNoContent) IsServerError() bool

IsServerError returns true when this rerun application job no content response has a 5xx status code

func (*RerunApplicationJobNoContent) IsSuccess added in v1.10.0

func (o *RerunApplicationJobNoContent) IsSuccess() bool

IsSuccess returns true when this rerun application job no content response has a 2xx status code

func (*RerunApplicationJobNoContent) String added in v1.10.0

type RerunApplicationJobNotFound added in v1.10.0

type RerunApplicationJobNotFound struct {
}

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

Not found

func NewRerunApplicationJobNotFound added in v1.10.0

func NewRerunApplicationJobNotFound() *RerunApplicationJobNotFound

NewRerunApplicationJobNotFound creates a RerunApplicationJobNotFound with default headers values

func (*RerunApplicationJobNotFound) Code added in v1.10.0

func (o *RerunApplicationJobNotFound) Code() int

Code gets the status code for the rerun application job not found response

func (*RerunApplicationJobNotFound) Error added in v1.10.0

func (*RerunApplicationJobNotFound) IsClientError added in v1.10.0

func (o *RerunApplicationJobNotFound) IsClientError() bool

IsClientError returns true when this rerun application job not found response has a 4xx status code

func (*RerunApplicationJobNotFound) IsCode added in v1.10.0

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

IsCode returns true when this rerun application job not found response a status code equal to that given

func (*RerunApplicationJobNotFound) IsRedirect added in v1.10.0

func (o *RerunApplicationJobNotFound) IsRedirect() bool

IsRedirect returns true when this rerun application job not found response has a 3xx status code

func (*RerunApplicationJobNotFound) IsServerError added in v1.10.0

func (o *RerunApplicationJobNotFound) IsServerError() bool

IsServerError returns true when this rerun application job not found response has a 5xx status code

func (*RerunApplicationJobNotFound) IsSuccess added in v1.10.0

func (o *RerunApplicationJobNotFound) IsSuccess() bool

IsSuccess returns true when this rerun application job not found response has a 2xx status code

func (*RerunApplicationJobNotFound) String added in v1.10.0

func (o *RerunApplicationJobNotFound) String() string

type RerunApplicationJobParams added in v1.10.0

type RerunApplicationJobParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of application
	*/
	AppName string

	/* JobName.

	   name of job
	*/
	JobName string

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

RerunApplicationJobParams contains all the parameters to send to the API endpoint

for the rerun application job operation.

Typically these are written to a http.Request.

func NewRerunApplicationJobParams added in v1.10.0

func NewRerunApplicationJobParams() *RerunApplicationJobParams

NewRerunApplicationJobParams creates a new RerunApplicationJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRerunApplicationJobParamsWithContext added in v1.10.0

func NewRerunApplicationJobParamsWithContext(ctx context.Context) *RerunApplicationJobParams

NewRerunApplicationJobParamsWithContext creates a new RerunApplicationJobParams object with the ability to set a context for a request.

func NewRerunApplicationJobParamsWithHTTPClient added in v1.10.0

func NewRerunApplicationJobParamsWithHTTPClient(client *http.Client) *RerunApplicationJobParams

NewRerunApplicationJobParamsWithHTTPClient creates a new RerunApplicationJobParams object with the ability to set a custom HTTPClient for a request.

func NewRerunApplicationJobParamsWithTimeout added in v1.10.0

func NewRerunApplicationJobParamsWithTimeout(timeout time.Duration) *RerunApplicationJobParams

NewRerunApplicationJobParamsWithTimeout creates a new RerunApplicationJobParams object with the ability to set a timeout on a request.

func (*RerunApplicationJobParams) SetAppName added in v1.10.0

func (o *RerunApplicationJobParams) SetAppName(appName string)

SetAppName adds the appName to the rerun application job params

func (*RerunApplicationJobParams) SetContext added in v1.10.0

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

SetContext adds the context to the rerun application job params

func (*RerunApplicationJobParams) SetDefaults added in v1.10.0

func (o *RerunApplicationJobParams) SetDefaults()

SetDefaults hydrates default values in the rerun application job params (not the query body).

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

func (*RerunApplicationJobParams) SetHTTPClient added in v1.10.0

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

SetHTTPClient adds the HTTPClient to the rerun application job params

func (*RerunApplicationJobParams) SetImpersonateGroup added in v1.10.0

func (o *RerunApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the rerun application job params

func (*RerunApplicationJobParams) SetImpersonateUser added in v1.10.0

func (o *RerunApplicationJobParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the rerun application job params

func (*RerunApplicationJobParams) SetJobName added in v1.10.0

func (o *RerunApplicationJobParams) SetJobName(jobName string)

SetJobName adds the jobName to the rerun application job params

func (*RerunApplicationJobParams) SetTimeout added in v1.10.0

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

SetTimeout adds the timeout to the rerun application job params

func (*RerunApplicationJobParams) WithAppName added in v1.10.0

WithAppName adds the appName to the rerun application job params

func (*RerunApplicationJobParams) WithContext added in v1.10.0

WithContext adds the context to the rerun application job params

func (*RerunApplicationJobParams) WithDefaults added in v1.10.0

WithDefaults hydrates default values in the rerun application job params (not the query body).

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

func (*RerunApplicationJobParams) WithHTTPClient added in v1.10.0

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

WithHTTPClient adds the HTTPClient to the rerun application job params

func (*RerunApplicationJobParams) WithImpersonateGroup added in v1.10.0

func (o *RerunApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *RerunApplicationJobParams

WithImpersonateGroup adds the impersonateGroup to the rerun application job params

func (*RerunApplicationJobParams) WithImpersonateUser added in v1.10.0

func (o *RerunApplicationJobParams) WithImpersonateUser(impersonateUser *string) *RerunApplicationJobParams

WithImpersonateUser adds the impersonateUser to the rerun application job params

func (*RerunApplicationJobParams) WithJobName added in v1.10.0

WithJobName adds the jobName to the rerun application job params

func (*RerunApplicationJobParams) WithTimeout added in v1.10.0

WithTimeout adds the timeout to the rerun application job params

func (*RerunApplicationJobParams) WriteToRequest added in v1.10.0

WriteToRequest writes these params to a swagger request

type RerunApplicationJobReader added in v1.10.0

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

RerunApplicationJobReader is a Reader for the RerunApplicationJob structure.

func (*RerunApplicationJobReader) ReadResponse added in v1.10.0

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

ReadResponse reads a server response into the received o.

type RerunApplicationJobUnauthorized added in v1.10.0

type RerunApplicationJobUnauthorized struct {
}

RerunApplicationJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewRerunApplicationJobUnauthorized added in v1.10.0

func NewRerunApplicationJobUnauthorized() *RerunApplicationJobUnauthorized

NewRerunApplicationJobUnauthorized creates a RerunApplicationJobUnauthorized with default headers values

func (*RerunApplicationJobUnauthorized) Code added in v1.10.0

Code gets the status code for the rerun application job unauthorized response

func (*RerunApplicationJobUnauthorized) Error added in v1.10.0

func (*RerunApplicationJobUnauthorized) IsClientError added in v1.10.0

func (o *RerunApplicationJobUnauthorized) IsClientError() bool

IsClientError returns true when this rerun application job unauthorized response has a 4xx status code

func (*RerunApplicationJobUnauthorized) IsCode added in v1.10.0

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

IsCode returns true when this rerun application job unauthorized response a status code equal to that given

func (*RerunApplicationJobUnauthorized) IsRedirect added in v1.10.0

func (o *RerunApplicationJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this rerun application job unauthorized response has a 3xx status code

func (*RerunApplicationJobUnauthorized) IsServerError added in v1.10.0

func (o *RerunApplicationJobUnauthorized) IsServerError() bool

IsServerError returns true when this rerun application job unauthorized response has a 5xx status code

func (*RerunApplicationJobUnauthorized) IsSuccess added in v1.10.0

func (o *RerunApplicationJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this rerun application job unauthorized response has a 2xx status code

func (*RerunApplicationJobUnauthorized) String added in v1.10.0

type StopApplicationJobNoContent

type StopApplicationJobNoContent struct {
}

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

Job stopped ok

func NewStopApplicationJobNoContent

func NewStopApplicationJobNoContent() *StopApplicationJobNoContent

NewStopApplicationJobNoContent creates a StopApplicationJobNoContent with default headers values

func (*StopApplicationJobNoContent) Code

func (o *StopApplicationJobNoContent) Code() int

Code gets the status code for the stop application job no content response

func (*StopApplicationJobNoContent) Error

func (*StopApplicationJobNoContent) IsClientError

func (o *StopApplicationJobNoContent) IsClientError() bool

IsClientError returns true when this stop application job no content response has a 4xx status code

func (*StopApplicationJobNoContent) IsCode

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

IsCode returns true when this stop application job no content response a status code equal to that given

func (*StopApplicationJobNoContent) IsRedirect

func (o *StopApplicationJobNoContent) IsRedirect() bool

IsRedirect returns true when this stop application job no content response has a 3xx status code

func (*StopApplicationJobNoContent) IsServerError

func (o *StopApplicationJobNoContent) IsServerError() bool

IsServerError returns true when this stop application job no content response has a 5xx status code

func (*StopApplicationJobNoContent) IsSuccess

func (o *StopApplicationJobNoContent) IsSuccess() bool

IsSuccess returns true when this stop application job no content response has a 2xx status code

func (*StopApplicationJobNoContent) String

func (o *StopApplicationJobNoContent) String() string

type StopApplicationJobNotFound

type StopApplicationJobNotFound struct {
}

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

Not found

func NewStopApplicationJobNotFound

func NewStopApplicationJobNotFound() *StopApplicationJobNotFound

NewStopApplicationJobNotFound creates a StopApplicationJobNotFound with default headers values

func (*StopApplicationJobNotFound) Code

func (o *StopApplicationJobNotFound) Code() int

Code gets the status code for the stop application job not found response

func (*StopApplicationJobNotFound) Error

func (*StopApplicationJobNotFound) IsClientError

func (o *StopApplicationJobNotFound) IsClientError() bool

IsClientError returns true when this stop application job not found response has a 4xx status code

func (*StopApplicationJobNotFound) IsCode

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

IsCode returns true when this stop application job not found response a status code equal to that given

func (*StopApplicationJobNotFound) IsRedirect

func (o *StopApplicationJobNotFound) IsRedirect() bool

IsRedirect returns true when this stop application job not found response has a 3xx status code

func (*StopApplicationJobNotFound) IsServerError

func (o *StopApplicationJobNotFound) IsServerError() bool

IsServerError returns true when this stop application job not found response has a 5xx status code

func (*StopApplicationJobNotFound) IsSuccess

func (o *StopApplicationJobNotFound) IsSuccess() bool

IsSuccess returns true when this stop application job not found response has a 2xx status code

func (*StopApplicationJobNotFound) String

func (o *StopApplicationJobNotFound) String() string

type StopApplicationJobParams

type StopApplicationJobParams struct {

	/* ImpersonateGroup.

	   Works only with custom setup of cluster. Allow impersonation of a comma-seperated list of test groups (Required if Impersonate-User is set)
	*/
	ImpersonateGroup *string

	/* ImpersonateUser.

	   Works only with custom setup of cluster. Allow impersonation of test users (Required if Impersonate-Group is set)
	*/
	ImpersonateUser *string

	/* AppName.

	   name of application
	*/
	AppName string

	/* JobName.

	   name of job
	*/
	JobName string

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

StopApplicationJobParams contains all the parameters to send to the API endpoint

for the stop application job operation.

Typically these are written to a http.Request.

func NewStopApplicationJobParams

func NewStopApplicationJobParams() *StopApplicationJobParams

NewStopApplicationJobParams creates a new StopApplicationJobParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStopApplicationJobParamsWithContext

func NewStopApplicationJobParamsWithContext(ctx context.Context) *StopApplicationJobParams

NewStopApplicationJobParamsWithContext creates a new StopApplicationJobParams object with the ability to set a context for a request.

func NewStopApplicationJobParamsWithHTTPClient

func NewStopApplicationJobParamsWithHTTPClient(client *http.Client) *StopApplicationJobParams

NewStopApplicationJobParamsWithHTTPClient creates a new StopApplicationJobParams object with the ability to set a custom HTTPClient for a request.

func NewStopApplicationJobParamsWithTimeout

func NewStopApplicationJobParamsWithTimeout(timeout time.Duration) *StopApplicationJobParams

NewStopApplicationJobParamsWithTimeout creates a new StopApplicationJobParams object with the ability to set a timeout on a request.

func (*StopApplicationJobParams) SetAppName

func (o *StopApplicationJobParams) SetAppName(appName string)

SetAppName adds the appName to the stop application job params

func (*StopApplicationJobParams) SetContext

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

SetContext adds the context to the stop application job params

func (*StopApplicationJobParams) SetDefaults

func (o *StopApplicationJobParams) SetDefaults()

SetDefaults hydrates default values in the stop application job params (not the query body).

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

func (*StopApplicationJobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop application job params

func (*StopApplicationJobParams) SetImpersonateGroup

func (o *StopApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)

SetImpersonateGroup adds the impersonateGroup to the stop application job params

func (*StopApplicationJobParams) SetImpersonateUser

func (o *StopApplicationJobParams) SetImpersonateUser(impersonateUser *string)

SetImpersonateUser adds the impersonateUser to the stop application job params

func (*StopApplicationJobParams) SetJobName

func (o *StopApplicationJobParams) SetJobName(jobName string)

SetJobName adds the jobName to the stop application job params

func (*StopApplicationJobParams) SetTimeout

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

SetTimeout adds the timeout to the stop application job params

func (*StopApplicationJobParams) WithAppName

func (o *StopApplicationJobParams) WithAppName(appName string) *StopApplicationJobParams

WithAppName adds the appName to the stop application job params

func (*StopApplicationJobParams) WithContext

WithContext adds the context to the stop application job params

func (*StopApplicationJobParams) WithDefaults

WithDefaults hydrates default values in the stop application job params (not the query body).

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

func (*StopApplicationJobParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the stop application job params

func (*StopApplicationJobParams) WithImpersonateGroup

func (o *StopApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *StopApplicationJobParams

WithImpersonateGroup adds the impersonateGroup to the stop application job params

func (*StopApplicationJobParams) WithImpersonateUser

func (o *StopApplicationJobParams) WithImpersonateUser(impersonateUser *string) *StopApplicationJobParams

WithImpersonateUser adds the impersonateUser to the stop application job params

func (*StopApplicationJobParams) WithJobName

func (o *StopApplicationJobParams) WithJobName(jobName string) *StopApplicationJobParams

WithJobName adds the jobName to the stop application job params

func (*StopApplicationJobParams) WithTimeout

WithTimeout adds the timeout to the stop application job params

func (*StopApplicationJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopApplicationJobReader

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

StopApplicationJobReader is a Reader for the StopApplicationJob structure.

func (*StopApplicationJobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopApplicationJobUnauthorized

type StopApplicationJobUnauthorized struct {
}

StopApplicationJobUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewStopApplicationJobUnauthorized

func NewStopApplicationJobUnauthorized() *StopApplicationJobUnauthorized

NewStopApplicationJobUnauthorized creates a StopApplicationJobUnauthorized with default headers values

func (*StopApplicationJobUnauthorized) Code

Code gets the status code for the stop application job unauthorized response

func (*StopApplicationJobUnauthorized) Error

func (*StopApplicationJobUnauthorized) IsClientError

func (o *StopApplicationJobUnauthorized) IsClientError() bool

IsClientError returns true when this stop application job unauthorized response has a 4xx status code

func (*StopApplicationJobUnauthorized) IsCode

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

IsCode returns true when this stop application job unauthorized response a status code equal to that given

func (*StopApplicationJobUnauthorized) IsRedirect

func (o *StopApplicationJobUnauthorized) IsRedirect() bool

IsRedirect returns true when this stop application job unauthorized response has a 3xx status code

func (*StopApplicationJobUnauthorized) IsServerError

func (o *StopApplicationJobUnauthorized) IsServerError() bool

IsServerError returns true when this stop application job unauthorized response has a 5xx status code

func (*StopApplicationJobUnauthorized) IsSuccess

func (o *StopApplicationJobUnauthorized) IsSuccess() bool

IsSuccess returns true when this stop application job unauthorized response has a 2xx status code

func (*StopApplicationJobUnauthorized) String

Jump to

Keyboard shortcuts

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