Documentation ¶
Index ¶
- type Client
- func (a *Client) GetApplicationJob(params *GetApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetApplicationJobOK, error)
- func (a *Client) GetApplicationJobs(params *GetApplicationJobsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetApplicationJobsOK, error)
- func (a *Client) GetPipelineJobStepLogs(params *GetPipelineJobStepLogsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPipelineJobStepLogsOK, error)
- func (a *Client) GetTektonPipelineRun(params *GetTektonPipelineRunParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTektonPipelineRunOK, error)
- func (a *Client) GetTektonPipelineRunTask(params *GetTektonPipelineRunTaskParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTektonPipelineRunTaskOK, error)
- func (a *Client) GetTektonPipelineRunTaskStepLogs(params *GetTektonPipelineRunTaskStepLogsParams, ...) (*GetTektonPipelineRunTaskStepLogsOK, error)
- func (a *Client) GetTektonPipelineRunTaskSteps(params *GetTektonPipelineRunTaskStepsParams, ...) (*GetTektonPipelineRunTaskStepsOK, error)
- func (a *Client) GetTektonPipelineRunTasks(params *GetTektonPipelineRunTasksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTektonPipelineRunTasksOK, error)
- func (a *Client) GetTektonPipelineRuns(params *GetTektonPipelineRunsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTektonPipelineRunsOK, error)
- func (a *Client) RerunApplicationJob(params *RerunApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RerunApplicationJobNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StopApplicationJob(params *StopApplicationJobParams, authInfo runtime.ClientAuthInfoWriter, ...) (*StopApplicationJobNoContent, error)
- type ClientOption
- type ClientService
- type GetApplicationJobNotFound
- func (o *GetApplicationJobNotFound) Code() int
- func (o *GetApplicationJobNotFound) Error() string
- func (o *GetApplicationJobNotFound) IsClientError() bool
- func (o *GetApplicationJobNotFound) IsCode(code int) bool
- func (o *GetApplicationJobNotFound) IsRedirect() bool
- func (o *GetApplicationJobNotFound) IsServerError() bool
- func (o *GetApplicationJobNotFound) IsSuccess() bool
- func (o *GetApplicationJobNotFound) String() string
- type GetApplicationJobOK
- func (o *GetApplicationJobOK) Code() int
- func (o *GetApplicationJobOK) Error() string
- func (o *GetApplicationJobOK) GetPayload() *models.Job
- func (o *GetApplicationJobOK) IsClientError() bool
- func (o *GetApplicationJobOK) IsCode(code int) bool
- func (o *GetApplicationJobOK) IsRedirect() bool
- func (o *GetApplicationJobOK) IsServerError() bool
- func (o *GetApplicationJobOK) IsSuccess() bool
- func (o *GetApplicationJobOK) String() string
- type GetApplicationJobParams
- func NewGetApplicationJobParams() *GetApplicationJobParams
- func NewGetApplicationJobParamsWithContext(ctx context.Context) *GetApplicationJobParams
- func NewGetApplicationJobParamsWithHTTPClient(client *http.Client) *GetApplicationJobParams
- func NewGetApplicationJobParamsWithTimeout(timeout time.Duration) *GetApplicationJobParams
- func (o *GetApplicationJobParams) SetAppName(appName string)
- func (o *GetApplicationJobParams) SetContext(ctx context.Context)
- func (o *GetApplicationJobParams) SetDefaults()
- func (o *GetApplicationJobParams) SetHTTPClient(client *http.Client)
- func (o *GetApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetApplicationJobParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetApplicationJobParams) SetJobName(jobName string)
- func (o *GetApplicationJobParams) SetTimeout(timeout time.Duration)
- func (o *GetApplicationJobParams) WithAppName(appName string) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithContext(ctx context.Context) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithDefaults() *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithHTTPClient(client *http.Client) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithImpersonateUser(impersonateUser *string) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithJobName(jobName string) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WithTimeout(timeout time.Duration) *GetApplicationJobParams
- func (o *GetApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetApplicationJobReader
- type GetApplicationJobUnauthorized
- func (o *GetApplicationJobUnauthorized) Code() int
- func (o *GetApplicationJobUnauthorized) Error() string
- func (o *GetApplicationJobUnauthorized) IsClientError() bool
- func (o *GetApplicationJobUnauthorized) IsCode(code int) bool
- func (o *GetApplicationJobUnauthorized) IsRedirect() bool
- func (o *GetApplicationJobUnauthorized) IsServerError() bool
- func (o *GetApplicationJobUnauthorized) IsSuccess() bool
- func (o *GetApplicationJobUnauthorized) String() string
- type GetApplicationJobsNotFound
- func (o *GetApplicationJobsNotFound) Code() int
- func (o *GetApplicationJobsNotFound) Error() string
- func (o *GetApplicationJobsNotFound) IsClientError() bool
- func (o *GetApplicationJobsNotFound) IsCode(code int) bool
- func (o *GetApplicationJobsNotFound) IsRedirect() bool
- func (o *GetApplicationJobsNotFound) IsServerError() bool
- func (o *GetApplicationJobsNotFound) IsSuccess() bool
- func (o *GetApplicationJobsNotFound) String() string
- type GetApplicationJobsOK
- func (o *GetApplicationJobsOK) Code() int
- func (o *GetApplicationJobsOK) Error() string
- func (o *GetApplicationJobsOK) GetPayload() []*models.JobSummary
- func (o *GetApplicationJobsOK) IsClientError() bool
- func (o *GetApplicationJobsOK) IsCode(code int) bool
- func (o *GetApplicationJobsOK) IsRedirect() bool
- func (o *GetApplicationJobsOK) IsServerError() bool
- func (o *GetApplicationJobsOK) IsSuccess() bool
- func (o *GetApplicationJobsOK) String() string
- type GetApplicationJobsParams
- func NewGetApplicationJobsParams() *GetApplicationJobsParams
- func NewGetApplicationJobsParamsWithContext(ctx context.Context) *GetApplicationJobsParams
- func NewGetApplicationJobsParamsWithHTTPClient(client *http.Client) *GetApplicationJobsParams
- func NewGetApplicationJobsParamsWithTimeout(timeout time.Duration) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) SetAppName(appName string)
- func (o *GetApplicationJobsParams) SetContext(ctx context.Context)
- func (o *GetApplicationJobsParams) SetDefaults()
- func (o *GetApplicationJobsParams) SetHTTPClient(client *http.Client)
- func (o *GetApplicationJobsParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetApplicationJobsParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetApplicationJobsParams) SetTimeout(timeout time.Duration)
- func (o *GetApplicationJobsParams) WithAppName(appName string) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithContext(ctx context.Context) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithDefaults() *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithHTTPClient(client *http.Client) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithImpersonateGroup(impersonateGroup *string) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithImpersonateUser(impersonateUser *string) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WithTimeout(timeout time.Duration) *GetApplicationJobsParams
- func (o *GetApplicationJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetApplicationJobsReader
- type GetApplicationJobsUnauthorized
- func (o *GetApplicationJobsUnauthorized) Code() int
- func (o *GetApplicationJobsUnauthorized) Error() string
- func (o *GetApplicationJobsUnauthorized) IsClientError() bool
- func (o *GetApplicationJobsUnauthorized) IsCode(code int) bool
- func (o *GetApplicationJobsUnauthorized) IsRedirect() bool
- func (o *GetApplicationJobsUnauthorized) IsServerError() bool
- func (o *GetApplicationJobsUnauthorized) IsSuccess() bool
- func (o *GetApplicationJobsUnauthorized) String() string
- type GetPipelineJobStepLogsNotFound
- func (o *GetPipelineJobStepLogsNotFound) Code() int
- func (o *GetPipelineJobStepLogsNotFound) Error() string
- func (o *GetPipelineJobStepLogsNotFound) IsClientError() bool
- func (o *GetPipelineJobStepLogsNotFound) IsCode(code int) bool
- func (o *GetPipelineJobStepLogsNotFound) IsRedirect() bool
- func (o *GetPipelineJobStepLogsNotFound) IsServerError() bool
- func (o *GetPipelineJobStepLogsNotFound) IsSuccess() bool
- func (o *GetPipelineJobStepLogsNotFound) String() string
- type GetPipelineJobStepLogsOK
- func (o *GetPipelineJobStepLogsOK) Code() int
- func (o *GetPipelineJobStepLogsOK) Error() string
- func (o *GetPipelineJobStepLogsOK) GetPayload() string
- func (o *GetPipelineJobStepLogsOK) IsClientError() bool
- func (o *GetPipelineJobStepLogsOK) IsCode(code int) bool
- func (o *GetPipelineJobStepLogsOK) IsRedirect() bool
- func (o *GetPipelineJobStepLogsOK) IsServerError() bool
- func (o *GetPipelineJobStepLogsOK) IsSuccess() bool
- func (o *GetPipelineJobStepLogsOK) String() string
- type GetPipelineJobStepLogsParams
- func NewGetPipelineJobStepLogsParams() *GetPipelineJobStepLogsParams
- func NewGetPipelineJobStepLogsParamsWithContext(ctx context.Context) *GetPipelineJobStepLogsParams
- func NewGetPipelineJobStepLogsParamsWithHTTPClient(client *http.Client) *GetPipelineJobStepLogsParams
- func NewGetPipelineJobStepLogsParamsWithTimeout(timeout time.Duration) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) SetAppName(appName string)
- func (o *GetPipelineJobStepLogsParams) SetContext(ctx context.Context)
- func (o *GetPipelineJobStepLogsParams) SetDefaults()
- func (o *GetPipelineJobStepLogsParams) SetFile(file *string)
- func (o *GetPipelineJobStepLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetPipelineJobStepLogsParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetPipelineJobStepLogsParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetPipelineJobStepLogsParams) SetJobName(jobName string)
- func (o *GetPipelineJobStepLogsParams) SetLines(lines *string)
- func (o *GetPipelineJobStepLogsParams) SetSinceTime(sinceTime *strfmt.DateTime)
- func (o *GetPipelineJobStepLogsParams) SetStepName(stepName string)
- func (o *GetPipelineJobStepLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetPipelineJobStepLogsParams) WithAppName(appName string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithContext(ctx context.Context) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithDefaults() *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithFile(file *string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithHTTPClient(client *http.Client) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithImpersonateGroup(impersonateGroup *string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithImpersonateUser(impersonateUser *string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithJobName(jobName string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithLines(lines *string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithSinceTime(sinceTime *strfmt.DateTime) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithStepName(stepName string) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WithTimeout(timeout time.Duration) *GetPipelineJobStepLogsParams
- func (o *GetPipelineJobStepLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPipelineJobStepLogsReader
- type GetPipelineJobStepLogsUnauthorized
- func (o *GetPipelineJobStepLogsUnauthorized) Code() int
- func (o *GetPipelineJobStepLogsUnauthorized) Error() string
- func (o *GetPipelineJobStepLogsUnauthorized) IsClientError() bool
- func (o *GetPipelineJobStepLogsUnauthorized) IsCode(code int) bool
- func (o *GetPipelineJobStepLogsUnauthorized) IsRedirect() bool
- func (o *GetPipelineJobStepLogsUnauthorized) IsServerError() bool
- func (o *GetPipelineJobStepLogsUnauthorized) IsSuccess() bool
- func (o *GetPipelineJobStepLogsUnauthorized) String() string
- type GetTektonPipelineRunNotFound
- func (o *GetTektonPipelineRunNotFound) Code() int
- func (o *GetTektonPipelineRunNotFound) Error() string
- func (o *GetTektonPipelineRunNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunNotFound) String() string
- type GetTektonPipelineRunOK
- func (o *GetTektonPipelineRunOK) Code() int
- func (o *GetTektonPipelineRunOK) Error() string
- func (o *GetTektonPipelineRunOK) GetPayload() *models.PipelineRun
- func (o *GetTektonPipelineRunOK) IsClientError() bool
- func (o *GetTektonPipelineRunOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunOK) IsRedirect() bool
- func (o *GetTektonPipelineRunOK) IsServerError() bool
- func (o *GetTektonPipelineRunOK) IsSuccess() bool
- func (o *GetTektonPipelineRunOK) String() string
- type GetTektonPipelineRunParams
- func NewGetTektonPipelineRunParams() *GetTektonPipelineRunParams
- func NewGetTektonPipelineRunParamsWithContext(ctx context.Context) *GetTektonPipelineRunParams
- func NewGetTektonPipelineRunParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunParams
- func NewGetTektonPipelineRunParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunParams) SetDefaults()
- func (o *GetTektonPipelineRunParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunParams) SetPipelineRunName(pipelineRunName string)
- func (o *GetTektonPipelineRunParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunParams) WithAppName(appName string) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithContext(ctx context.Context) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithDefaults() *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithJobName(jobName string) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunParams
- func (o *GetTektonPipelineRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunReader
- type GetTektonPipelineRunTaskNotFound
- func (o *GetTektonPipelineRunTaskNotFound) Code() int
- func (o *GetTektonPipelineRunTaskNotFound) Error() string
- func (o *GetTektonPipelineRunTaskNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunTaskNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunTaskNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskNotFound) String() string
- type GetTektonPipelineRunTaskOK
- func (o *GetTektonPipelineRunTaskOK) Code() int
- func (o *GetTektonPipelineRunTaskOK) Error() string
- func (o *GetTektonPipelineRunTaskOK) GetPayload() *models.PipelineRunTask
- func (o *GetTektonPipelineRunTaskOK) IsClientError() bool
- func (o *GetTektonPipelineRunTaskOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskOK) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskOK) IsServerError() bool
- func (o *GetTektonPipelineRunTaskOK) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskOK) String() string
- type GetTektonPipelineRunTaskParams
- func NewGetTektonPipelineRunTaskParams() *GetTektonPipelineRunTaskParams
- func NewGetTektonPipelineRunTaskParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskParams
- func NewGetTektonPipelineRunTaskParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskParams
- func NewGetTektonPipelineRunTaskParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunTaskParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunTaskParams) SetDefaults()
- func (o *GetTektonPipelineRunTaskParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunTaskParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunTaskParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunTaskParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunTaskParams) SetPipelineRunName(pipelineRunName string)
- func (o *GetTektonPipelineRunTaskParams) SetTaskName(taskName string)
- func (o *GetTektonPipelineRunTaskParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunTaskParams) WithAppName(appName string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithDefaults() *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithJobName(jobName string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskParams
- func (o *GetTektonPipelineRunTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunTaskReader
- type GetTektonPipelineRunTaskStepLogsNotFound
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) Code() int
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) Error() string
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepLogsNotFound) String() string
- type GetTektonPipelineRunTaskStepLogsOK
- func (o *GetTektonPipelineRunTaskStepLogsOK) Code() int
- func (o *GetTektonPipelineRunTaskStepLogsOK) Error() string
- func (o *GetTektonPipelineRunTaskStepLogsOK) GetPayload() string
- func (o *GetTektonPipelineRunTaskStepLogsOK) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepLogsOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepLogsOK) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepLogsOK) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepLogsOK) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepLogsOK) String() string
- type GetTektonPipelineRunTaskStepLogsParams
- func NewGetTektonPipelineRunTaskStepLogsParams() *GetTektonPipelineRunTaskStepLogsParams
- func NewGetTektonPipelineRunTaskStepLogsParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskStepLogsParams
- func NewGetTektonPipelineRunTaskStepLogsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepLogsParams
- func NewGetTektonPipelineRunTaskStepLogsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetDefaults()
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetFile(file *string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetLines(lines *string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetPipelineRunName(pipelineRunName string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetSinceTime(sinceTime *strfmt.DateTime)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetStepName(stepName string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetTaskName(taskName string)
- func (o *GetTektonPipelineRunTaskStepLogsParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithAppName(appName string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithDefaults() *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithFile(file *string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithJobName(jobName string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithLines(lines *string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithSinceTime(sinceTime *strfmt.DateTime) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithStepName(stepName string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepLogsParams
- func (o *GetTektonPipelineRunTaskStepLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunTaskStepLogsReader
- type GetTektonPipelineRunTaskStepLogsUnauthorized
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) Code() int
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) Error() string
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) String() string
- type GetTektonPipelineRunTaskStepsNotFound
- func (o *GetTektonPipelineRunTaskStepsNotFound) Code() int
- func (o *GetTektonPipelineRunTaskStepsNotFound) Error() string
- func (o *GetTektonPipelineRunTaskStepsNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepsNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepsNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepsNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepsNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepsNotFound) String() string
- type GetTektonPipelineRunTaskStepsOK
- func (o *GetTektonPipelineRunTaskStepsOK) Code() int
- func (o *GetTektonPipelineRunTaskStepsOK) Error() string
- func (o *GetTektonPipelineRunTaskStepsOK) GetPayload() []*models.PipelineRunTaskStep
- func (o *GetTektonPipelineRunTaskStepsOK) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepsOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepsOK) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepsOK) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepsOK) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepsOK) String() string
- type GetTektonPipelineRunTaskStepsParams
- func NewGetTektonPipelineRunTaskStepsParams() *GetTektonPipelineRunTaskStepsParams
- func NewGetTektonPipelineRunTaskStepsParamsWithContext(ctx context.Context) *GetTektonPipelineRunTaskStepsParams
- func NewGetTektonPipelineRunTaskStepsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepsParams
- func NewGetTektonPipelineRunTaskStepsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunTaskStepsParams) SetDefaults()
- func (o *GetTektonPipelineRunTaskStepsParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunTaskStepsParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetPipelineRunName(pipelineRunName string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetTaskName(taskName string)
- func (o *GetTektonPipelineRunTaskStepsParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunTaskStepsParams) WithAppName(appName string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithDefaults() *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithJobName(jobName string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepsParams
- func (o *GetTektonPipelineRunTaskStepsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunTaskStepsReader
- type GetTektonPipelineRunTaskStepsUnauthorized
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) Code() int
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) Error() string
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskStepsUnauthorized) String() string
- type GetTektonPipelineRunTaskUnauthorized
- func (o *GetTektonPipelineRunTaskUnauthorized) Code() int
- func (o *GetTektonPipelineRunTaskUnauthorized) Error() string
- func (o *GetTektonPipelineRunTaskUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunTaskUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunTaskUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunTaskUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunTaskUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunTaskUnauthorized) String() string
- type GetTektonPipelineRunTasksNotFound
- func (o *GetTektonPipelineRunTasksNotFound) Code() int
- func (o *GetTektonPipelineRunTasksNotFound) Error() string
- func (o *GetTektonPipelineRunTasksNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunTasksNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunTasksNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunTasksNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunTasksNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunTasksNotFound) String() string
- type GetTektonPipelineRunTasksOK
- func (o *GetTektonPipelineRunTasksOK) Code() int
- func (o *GetTektonPipelineRunTasksOK) Error() string
- func (o *GetTektonPipelineRunTasksOK) GetPayload() []*models.PipelineRunTask
- func (o *GetTektonPipelineRunTasksOK) IsClientError() bool
- func (o *GetTektonPipelineRunTasksOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunTasksOK) IsRedirect() bool
- func (o *GetTektonPipelineRunTasksOK) IsServerError() bool
- func (o *GetTektonPipelineRunTasksOK) IsSuccess() bool
- func (o *GetTektonPipelineRunTasksOK) String() string
- type GetTektonPipelineRunTasksParams
- func NewGetTektonPipelineRunTasksParams() *GetTektonPipelineRunTasksParams
- func NewGetTektonPipelineRunTasksParamsWithContext(ctx context.Context) *GetTektonPipelineRunTasksParams
- func NewGetTektonPipelineRunTasksParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunTasksParams
- func NewGetTektonPipelineRunTasksParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunTasksParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunTasksParams) SetDefaults()
- func (o *GetTektonPipelineRunTasksParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunTasksParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunTasksParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunTasksParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunTasksParams) SetPipelineRunName(pipelineRunName string)
- func (o *GetTektonPipelineRunTasksParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunTasksParams) WithAppName(appName string) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithContext(ctx context.Context) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithDefaults() *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithJobName(jobName string) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTasksParams
- func (o *GetTektonPipelineRunTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunTasksReader
- type GetTektonPipelineRunTasksUnauthorized
- func (o *GetTektonPipelineRunTasksUnauthorized) Code() int
- func (o *GetTektonPipelineRunTasksUnauthorized) Error() string
- func (o *GetTektonPipelineRunTasksUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunTasksUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunTasksUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunTasksUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunTasksUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunTasksUnauthorized) String() string
- type GetTektonPipelineRunUnauthorized
- func (o *GetTektonPipelineRunUnauthorized) Code() int
- func (o *GetTektonPipelineRunUnauthorized) Error() string
- func (o *GetTektonPipelineRunUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunUnauthorized) String() string
- type GetTektonPipelineRunsNotFound
- func (o *GetTektonPipelineRunsNotFound) Code() int
- func (o *GetTektonPipelineRunsNotFound) Error() string
- func (o *GetTektonPipelineRunsNotFound) IsClientError() bool
- func (o *GetTektonPipelineRunsNotFound) IsCode(code int) bool
- func (o *GetTektonPipelineRunsNotFound) IsRedirect() bool
- func (o *GetTektonPipelineRunsNotFound) IsServerError() bool
- func (o *GetTektonPipelineRunsNotFound) IsSuccess() bool
- func (o *GetTektonPipelineRunsNotFound) String() string
- type GetTektonPipelineRunsOK
- func (o *GetTektonPipelineRunsOK) Code() int
- func (o *GetTektonPipelineRunsOK) Error() string
- func (o *GetTektonPipelineRunsOK) GetPayload() []*models.PipelineRun
- func (o *GetTektonPipelineRunsOK) IsClientError() bool
- func (o *GetTektonPipelineRunsOK) IsCode(code int) bool
- func (o *GetTektonPipelineRunsOK) IsRedirect() bool
- func (o *GetTektonPipelineRunsOK) IsServerError() bool
- func (o *GetTektonPipelineRunsOK) IsSuccess() bool
- func (o *GetTektonPipelineRunsOK) String() string
- type GetTektonPipelineRunsParams
- func NewGetTektonPipelineRunsParams() *GetTektonPipelineRunsParams
- func NewGetTektonPipelineRunsParamsWithContext(ctx context.Context) *GetTektonPipelineRunsParams
- func NewGetTektonPipelineRunsParamsWithHTTPClient(client *http.Client) *GetTektonPipelineRunsParams
- func NewGetTektonPipelineRunsParamsWithTimeout(timeout time.Duration) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) SetAppName(appName string)
- func (o *GetTektonPipelineRunsParams) SetContext(ctx context.Context)
- func (o *GetTektonPipelineRunsParams) SetDefaults()
- func (o *GetTektonPipelineRunsParams) SetHTTPClient(client *http.Client)
- func (o *GetTektonPipelineRunsParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *GetTektonPipelineRunsParams) SetImpersonateUser(impersonateUser *string)
- func (o *GetTektonPipelineRunsParams) SetJobName(jobName string)
- func (o *GetTektonPipelineRunsParams) SetTimeout(timeout time.Duration)
- func (o *GetTektonPipelineRunsParams) WithAppName(appName string) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithContext(ctx context.Context) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithDefaults() *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithImpersonateGroup(impersonateGroup *string) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithJobName(jobName string) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunsParams
- func (o *GetTektonPipelineRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTektonPipelineRunsReader
- type GetTektonPipelineRunsUnauthorized
- func (o *GetTektonPipelineRunsUnauthorized) Code() int
- func (o *GetTektonPipelineRunsUnauthorized) Error() string
- func (o *GetTektonPipelineRunsUnauthorized) IsClientError() bool
- func (o *GetTektonPipelineRunsUnauthorized) IsCode(code int) bool
- func (o *GetTektonPipelineRunsUnauthorized) IsRedirect() bool
- func (o *GetTektonPipelineRunsUnauthorized) IsServerError() bool
- func (o *GetTektonPipelineRunsUnauthorized) IsSuccess() bool
- func (o *GetTektonPipelineRunsUnauthorized) String() string
- type RerunApplicationJobNoContent
- func (o *RerunApplicationJobNoContent) Code() int
- func (o *RerunApplicationJobNoContent) Error() string
- func (o *RerunApplicationJobNoContent) IsClientError() bool
- func (o *RerunApplicationJobNoContent) IsCode(code int) bool
- func (o *RerunApplicationJobNoContent) IsRedirect() bool
- func (o *RerunApplicationJobNoContent) IsServerError() bool
- func (o *RerunApplicationJobNoContent) IsSuccess() bool
- func (o *RerunApplicationJobNoContent) String() string
- type RerunApplicationJobNotFound
- func (o *RerunApplicationJobNotFound) Code() int
- func (o *RerunApplicationJobNotFound) Error() string
- func (o *RerunApplicationJobNotFound) IsClientError() bool
- func (o *RerunApplicationJobNotFound) IsCode(code int) bool
- func (o *RerunApplicationJobNotFound) IsRedirect() bool
- func (o *RerunApplicationJobNotFound) IsServerError() bool
- func (o *RerunApplicationJobNotFound) IsSuccess() bool
- func (o *RerunApplicationJobNotFound) String() string
- type RerunApplicationJobParams
- func NewRerunApplicationJobParams() *RerunApplicationJobParams
- func NewRerunApplicationJobParamsWithContext(ctx context.Context) *RerunApplicationJobParams
- func NewRerunApplicationJobParamsWithHTTPClient(client *http.Client) *RerunApplicationJobParams
- func NewRerunApplicationJobParamsWithTimeout(timeout time.Duration) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) SetAppName(appName string)
- func (o *RerunApplicationJobParams) SetContext(ctx context.Context)
- func (o *RerunApplicationJobParams) SetDefaults()
- func (o *RerunApplicationJobParams) SetHTTPClient(client *http.Client)
- func (o *RerunApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *RerunApplicationJobParams) SetImpersonateUser(impersonateUser *string)
- func (o *RerunApplicationJobParams) SetJobName(jobName string)
- func (o *RerunApplicationJobParams) SetTimeout(timeout time.Duration)
- func (o *RerunApplicationJobParams) WithAppName(appName string) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithContext(ctx context.Context) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithDefaults() *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithHTTPClient(client *http.Client) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithImpersonateUser(impersonateUser *string) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithJobName(jobName string) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WithTimeout(timeout time.Duration) *RerunApplicationJobParams
- func (o *RerunApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RerunApplicationJobReader
- type RerunApplicationJobUnauthorized
- func (o *RerunApplicationJobUnauthorized) Code() int
- func (o *RerunApplicationJobUnauthorized) Error() string
- func (o *RerunApplicationJobUnauthorized) IsClientError() bool
- func (o *RerunApplicationJobUnauthorized) IsCode(code int) bool
- func (o *RerunApplicationJobUnauthorized) IsRedirect() bool
- func (o *RerunApplicationJobUnauthorized) IsServerError() bool
- func (o *RerunApplicationJobUnauthorized) IsSuccess() bool
- func (o *RerunApplicationJobUnauthorized) String() string
- type StopApplicationJobNoContent
- func (o *StopApplicationJobNoContent) Code() int
- func (o *StopApplicationJobNoContent) Error() string
- func (o *StopApplicationJobNoContent) IsClientError() bool
- func (o *StopApplicationJobNoContent) IsCode(code int) bool
- func (o *StopApplicationJobNoContent) IsRedirect() bool
- func (o *StopApplicationJobNoContent) IsServerError() bool
- func (o *StopApplicationJobNoContent) IsSuccess() bool
- func (o *StopApplicationJobNoContent) String() string
- type StopApplicationJobNotFound
- func (o *StopApplicationJobNotFound) Code() int
- func (o *StopApplicationJobNotFound) Error() string
- func (o *StopApplicationJobNotFound) IsClientError() bool
- func (o *StopApplicationJobNotFound) IsCode(code int) bool
- func (o *StopApplicationJobNotFound) IsRedirect() bool
- func (o *StopApplicationJobNotFound) IsServerError() bool
- func (o *StopApplicationJobNotFound) IsSuccess() bool
- func (o *StopApplicationJobNotFound) String() string
- type StopApplicationJobParams
- func NewStopApplicationJobParams() *StopApplicationJobParams
- func NewStopApplicationJobParamsWithContext(ctx context.Context) *StopApplicationJobParams
- func NewStopApplicationJobParamsWithHTTPClient(client *http.Client) *StopApplicationJobParams
- func NewStopApplicationJobParamsWithTimeout(timeout time.Duration) *StopApplicationJobParams
- func (o *StopApplicationJobParams) SetAppName(appName string)
- func (o *StopApplicationJobParams) SetContext(ctx context.Context)
- func (o *StopApplicationJobParams) SetDefaults()
- func (o *StopApplicationJobParams) SetHTTPClient(client *http.Client)
- func (o *StopApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)
- func (o *StopApplicationJobParams) SetImpersonateUser(impersonateUser *string)
- func (o *StopApplicationJobParams) SetJobName(jobName string)
- func (o *StopApplicationJobParams) SetTimeout(timeout time.Duration)
- func (o *StopApplicationJobParams) WithAppName(appName string) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithContext(ctx context.Context) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithDefaults() *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithHTTPClient(client *http.Client) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithImpersonateUser(impersonateUser *string) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithJobName(jobName string) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WithTimeout(timeout time.Duration) *StopApplicationJobParams
- func (o *StopApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopApplicationJobReader
- type StopApplicationJobUnauthorized
- func (o *StopApplicationJobUnauthorized) Code() int
- func (o *StopApplicationJobUnauthorized) Error() string
- func (o *StopApplicationJobUnauthorized) IsClientError() bool
- func (o *StopApplicationJobUnauthorized) IsCode(code int) bool
- func (o *StopApplicationJobUnauthorized) IsRedirect() bool
- func (o *StopApplicationJobUnauthorized) IsServerError() bool
- func (o *StopApplicationJobUnauthorized) IsSuccess() bool
- func (o *StopApplicationJobUnauthorized) String() string
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 ¶
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 ¶
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 ¶
func (o *GetApplicationJobParams) WithContext(ctx context.Context) *GetApplicationJobParams
WithContext adds the context to the get application job params
func (*GetApplicationJobParams) WithDefaults ¶
func (o *GetApplicationJobParams) WithDefaults() *GetApplicationJobParams
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 ¶
func (o *GetApplicationJobParams) WithTimeout(timeout time.Duration) *GetApplicationJobParams
WithTimeout adds the timeout to the get application job params
func (*GetApplicationJobParams) WriteToRequest ¶
func (o *GetApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetApplicationJobUnauthorized) Code() int
Code gets the status code for the get application job unauthorized response
func (*GetApplicationJobUnauthorized) Error ¶
func (o *GetApplicationJobUnauthorized) Error() string
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 ¶
func (o *GetApplicationJobUnauthorized) String() 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 (o *GetApplicationJobsNotFound) Error() string
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 ¶
func (o *GetApplicationJobsParams) WithContext(ctx context.Context) *GetApplicationJobsParams
WithContext adds the context to the get application jobs params
func (*GetApplicationJobsParams) WithDefaults ¶
func (o *GetApplicationJobsParams) WithDefaults() *GetApplicationJobsParams
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 ¶
func (o *GetApplicationJobsParams) WithTimeout(timeout time.Duration) *GetApplicationJobsParams
WithTimeout adds the timeout to the get application jobs params
func (*GetApplicationJobsParams) WriteToRequest ¶
func (o *GetApplicationJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetApplicationJobsUnauthorized) Code() int
Code gets the status code for the get application jobs unauthorized response
func (*GetApplicationJobsUnauthorized) Error ¶
func (o *GetApplicationJobsUnauthorized) Error() string
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 ¶
func (o *GetApplicationJobsUnauthorized) String() 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 ¶
func (o *GetPipelineJobStepLogsNotFound) Code() int
Code gets the status code for the get pipeline job step logs not found response
func (*GetPipelineJobStepLogsNotFound) Error ¶
func (o *GetPipelineJobStepLogsNotFound) Error() string
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 ¶
func (o *GetPipelineJobStepLogsNotFound) String() 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 ¶
func (o *GetPipelineJobStepLogsParams) WithAppName(appName string) *GetPipelineJobStepLogsParams
WithAppName adds the appName to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithContext ¶
func (o *GetPipelineJobStepLogsParams) WithContext(ctx context.Context) *GetPipelineJobStepLogsParams
WithContext adds the context to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithDefaults ¶
func (o *GetPipelineJobStepLogsParams) WithDefaults() *GetPipelineJobStepLogsParams
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 ¶
func (o *GetPipelineJobStepLogsParams) WithFile(file *string) *GetPipelineJobStepLogsParams
WithFile adds the file to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithHTTPClient ¶
func (o *GetPipelineJobStepLogsParams) WithHTTPClient(client *http.Client) *GetPipelineJobStepLogsParams
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 ¶
func (o *GetPipelineJobStepLogsParams) WithJobName(jobName string) *GetPipelineJobStepLogsParams
WithJobName adds the jobName to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithLines ¶
func (o *GetPipelineJobStepLogsParams) WithLines(lines *string) *GetPipelineJobStepLogsParams
WithLines adds the lines to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithSinceTime ¶
func (o *GetPipelineJobStepLogsParams) WithSinceTime(sinceTime *strfmt.DateTime) *GetPipelineJobStepLogsParams
WithSinceTime adds the sinceTime to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithStepName ¶
func (o *GetPipelineJobStepLogsParams) WithStepName(stepName string) *GetPipelineJobStepLogsParams
WithStepName adds the stepName to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WithTimeout ¶
func (o *GetPipelineJobStepLogsParams) WithTimeout(timeout time.Duration) *GetPipelineJobStepLogsParams
WithTimeout adds the timeout to the get pipeline job step logs params
func (*GetPipelineJobStepLogsParams) WriteToRequest ¶
func (o *GetPipelineJobStepLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetPipelineJobStepLogsUnauthorized) Code() int
Code gets the status code for the get pipeline job step logs unauthorized response
func (*GetPipelineJobStepLogsUnauthorized) Error ¶
func (o *GetPipelineJobStepLogsUnauthorized) Error() string
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 ¶
func (o *GetPipelineJobStepLogsUnauthorized) IsCode(code int) bool
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 ¶
func (o *GetPipelineJobStepLogsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get pipeline job step logs unauthorized response has a 2xx status code
func (*GetPipelineJobStepLogsUnauthorized) String ¶
func (o *GetPipelineJobStepLogsUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunNotFound) Code() int
Code gets the status code for the get tekton pipeline run not found response
func (*GetTektonPipelineRunNotFound) Error ¶
func (o *GetTektonPipelineRunNotFound) Error() string
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 ¶
func (o *GetTektonPipelineRunNotFound) String() 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 ¶
func (o *GetTektonPipelineRunParams) WithAppName(appName string) *GetTektonPipelineRunParams
WithAppName adds the appName to the get tekton pipeline run params
func (*GetTektonPipelineRunParams) WithContext ¶
func (o *GetTektonPipelineRunParams) WithContext(ctx context.Context) *GetTektonPipelineRunParams
WithContext adds the context to the get tekton pipeline run params
func (*GetTektonPipelineRunParams) WithDefaults ¶
func (o *GetTektonPipelineRunParams) WithDefaults() *GetTektonPipelineRunParams
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 ¶
func (o *GetTektonPipelineRunParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunParams
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 ¶
func (o *GetTektonPipelineRunParams) WithJobName(jobName string) *GetTektonPipelineRunParams
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 ¶
func (o *GetTektonPipelineRunParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunParams
WithTimeout adds the timeout to the get tekton pipeline run params
func (*GetTektonPipelineRunParams) WriteToRequest ¶
func (o *GetTektonPipelineRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunTaskNotFound) Code() int
Code gets the status code for the get tekton pipeline run task not found response
func (*GetTektonPipelineRunTaskNotFound) Error ¶
func (o *GetTektonPipelineRunTaskNotFound) Error() string
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 ¶
func (o *GetTektonPipelineRunTaskNotFound) String() 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 (o *GetTektonPipelineRunTaskOK) Error() string
func (*GetTektonPipelineRunTaskOK) GetPayload ¶
func (o *GetTektonPipelineRunTaskOK) GetPayload() *models.PipelineRunTask
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 ¶
func (o *GetTektonPipelineRunTaskParams) WithAppName(appName string) *GetTektonPipelineRunTaskParams
WithAppName adds the appName to the get tekton pipeline run task params
func (*GetTektonPipelineRunTaskParams) WithContext ¶
func (o *GetTektonPipelineRunTaskParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskParams
WithContext adds the context to the get tekton pipeline run task params
func (*GetTektonPipelineRunTaskParams) WithDefaults ¶
func (o *GetTektonPipelineRunTaskParams) WithDefaults() *GetTektonPipelineRunTaskParams
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 ¶
func (o *GetTektonPipelineRunTaskParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskParams
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 ¶
func (o *GetTektonPipelineRunTaskParams) WithJobName(jobName string) *GetTektonPipelineRunTaskParams
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 ¶
func (o *GetTektonPipelineRunTaskParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskParams
WithTaskName adds the taskName to the get tekton pipeline run task params
func (*GetTektonPipelineRunTaskParams) WithTimeout ¶
func (o *GetTektonPipelineRunTaskParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskParams
WithTimeout adds the timeout to the get tekton pipeline run task params
func (*GetTektonPipelineRunTaskParams) WriteToRequest ¶
func (o *GetTektonPipelineRunTaskParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) Code() int
Code gets the status code for the get tekton pipeline run task step logs not found response
func (*GetTektonPipelineRunTaskStepLogsNotFound) Error ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) Error() string
func (*GetTektonPipelineRunTaskStepLogsNotFound) IsClientError ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsClientError() bool
IsClientError returns true when this get tekton pipeline run task step logs not found response has a 4xx status code
func (*GetTektonPipelineRunTaskStepLogsNotFound) IsCode ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsCode(code int) bool
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsRedirect() bool
IsRedirect returns true when this get tekton pipeline run task step logs not found response has a 3xx status code
func (*GetTektonPipelineRunTaskStepLogsNotFound) IsServerError ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsServerError() bool
IsServerError returns true when this get tekton pipeline run task step logs not found response has a 5xx status code
func (*GetTektonPipelineRunTaskStepLogsNotFound) IsSuccess ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task step logs not found response has a 2xx status code
func (*GetTektonPipelineRunTaskStepLogsNotFound) String ¶
func (o *GetTektonPipelineRunTaskStepLogsNotFound) String() 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 ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) Code() int
Code gets the status code for the get tekton pipeline run task step logs o k response
func (*GetTektonPipelineRunTaskStepLogsOK) Error ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) Error() string
func (*GetTektonPipelineRunTaskStepLogsOK) GetPayload ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) GetPayload() string
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) IsCode(code int) bool
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task step logs o k response has a 2xx status code
func (*GetTektonPipelineRunTaskStepLogsOK) String ¶
func (o *GetTektonPipelineRunTaskStepLogsOK) String() 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 ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) SetFile(file *string)
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithAppName(appName string) *GetTektonPipelineRunTaskStepLogsParams
WithAppName adds the appName to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithContext ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskStepLogsParams
WithContext adds the context to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithDefaults ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithDefaults() *GetTektonPipelineRunTaskStepLogsParams
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithFile(file *string) *GetTektonPipelineRunTaskStepLogsParams
WithFile adds the file to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithHTTPClient ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepLogsParams
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithImpersonateUser(impersonateUser *string) *GetTektonPipelineRunTaskStepLogsParams
WithImpersonateUser adds the impersonateUser to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithJobName ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithJobName(jobName string) *GetTektonPipelineRunTaskStepLogsParams
WithJobName adds the jobName to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithLines ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithLines(lines *string) *GetTektonPipelineRunTaskStepLogsParams
WithLines adds the lines to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithPipelineRunName ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithPipelineRunName(pipelineRunName string) *GetTektonPipelineRunTaskStepLogsParams
WithPipelineRunName adds the pipelineRunName to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithSinceTime ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithSinceTime(sinceTime *strfmt.DateTime) *GetTektonPipelineRunTaskStepLogsParams
WithSinceTime adds the sinceTime to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithStepName ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithStepName(stepName string) *GetTektonPipelineRunTaskStepLogsParams
WithStepName adds the stepName to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithTaskName ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskStepLogsParams
WithTaskName adds the taskName to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WithTimeout ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepLogsParams
WithTimeout adds the timeout to the get tekton pipeline run task step logs params
func (*GetTektonPipelineRunTaskStepLogsParams) WriteToRequest ¶
func (o *GetTektonPipelineRunTaskStepLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) Code() int
Code gets the status code for the get tekton pipeline run task step logs unauthorized response
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) Error ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) Error() string
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsClientError ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsClientError() bool
IsClientError returns true when this get tekton pipeline run task step logs unauthorized response has a 4xx status code
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsCode ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsCode(code int) bool
IsCode returns true when this get tekton pipeline run task step logs unauthorized response a status code equal to that given
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsRedirect ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get tekton pipeline run task step logs unauthorized response has a 3xx status code
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsServerError ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsServerError() bool
IsServerError returns true when this get tekton pipeline run task step logs unauthorized response has a 5xx status code
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) IsSuccess ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task step logs unauthorized response has a 2xx status code
func (*GetTektonPipelineRunTaskStepLogsUnauthorized) String ¶
func (o *GetTektonPipelineRunTaskStepLogsUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) Code() int
Code gets the status code for the get tekton pipeline run task steps not found response
func (*GetTektonPipelineRunTaskStepsNotFound) Error ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) Error() string
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 ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) IsCode(code int) bool
IsCode returns true when this get tekton pipeline run task steps not found response a status code equal to that given
func (*GetTektonPipelineRunTaskStepsNotFound) IsRedirect ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) IsRedirect() bool
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 ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task steps not found response has a 2xx status code
func (*GetTektonPipelineRunTaskStepsNotFound) String ¶
func (o *GetTektonPipelineRunTaskStepsNotFound) String() 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 ¶
func (o *GetTektonPipelineRunTaskStepsOK) Code() int
Code gets the status code for the get tekton pipeline run task steps o k response
func (*GetTektonPipelineRunTaskStepsOK) Error ¶
func (o *GetTektonPipelineRunTaskStepsOK) Error() string
func (*GetTektonPipelineRunTaskStepsOK) GetPayload ¶
func (o *GetTektonPipelineRunTaskStepsOK) GetPayload() []*models.PipelineRunTaskStep
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 ¶
func (o *GetTektonPipelineRunTaskStepsOK) String() 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 ¶
func (o *GetTektonPipelineRunTaskStepsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithAppName(appName string) *GetTektonPipelineRunTaskStepsParams
WithAppName adds the appName to the get tekton pipeline run task steps params
func (*GetTektonPipelineRunTaskStepsParams) WithContext ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithContext(ctx context.Context) *GetTektonPipelineRunTaskStepsParams
WithContext adds the context to the get tekton pipeline run task steps params
func (*GetTektonPipelineRunTaskStepsParams) WithDefaults ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithDefaults() *GetTektonPipelineRunTaskStepsParams
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 ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTaskStepsParams
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 ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithJobName(jobName string) *GetTektonPipelineRunTaskStepsParams
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 ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithTaskName(taskName string) *GetTektonPipelineRunTaskStepsParams
WithTaskName adds the taskName to the get tekton pipeline run task steps params
func (*GetTektonPipelineRunTaskStepsParams) WithTimeout ¶
func (o *GetTektonPipelineRunTaskStepsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTaskStepsParams
WithTimeout adds the timeout to the get tekton pipeline run task steps params
func (*GetTektonPipelineRunTaskStepsParams) WriteToRequest ¶
func (o *GetTektonPipelineRunTaskStepsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) Code() int
Code gets the status code for the get tekton pipeline run task steps unauthorized response
func (*GetTektonPipelineRunTaskStepsUnauthorized) Error ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) Error() string
func (*GetTektonPipelineRunTaskStepsUnauthorized) IsClientError ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsClientError() bool
IsClientError returns true when this get tekton pipeline run task steps unauthorized response has a 4xx status code
func (*GetTektonPipelineRunTaskStepsUnauthorized) IsCode ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsCode(code int) bool
IsCode returns true when this get tekton pipeline run task steps unauthorized response a status code equal to that given
func (*GetTektonPipelineRunTaskStepsUnauthorized) IsRedirect ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get tekton pipeline run task steps unauthorized response has a 3xx status code
func (*GetTektonPipelineRunTaskStepsUnauthorized) IsServerError ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsServerError() bool
IsServerError returns true when this get tekton pipeline run task steps unauthorized response has a 5xx status code
func (*GetTektonPipelineRunTaskStepsUnauthorized) IsSuccess ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task steps unauthorized response has a 2xx status code
func (*GetTektonPipelineRunTaskStepsUnauthorized) String ¶
func (o *GetTektonPipelineRunTaskStepsUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunTaskUnauthorized) Code() int
Code gets the status code for the get tekton pipeline run task unauthorized response
func (*GetTektonPipelineRunTaskUnauthorized) Error ¶
func (o *GetTektonPipelineRunTaskUnauthorized) Error() string
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 ¶
func (o *GetTektonPipelineRunTaskUnauthorized) IsCode(code int) bool
IsCode returns true when this get tekton pipeline run task unauthorized response a status code equal to that given
func (*GetTektonPipelineRunTaskUnauthorized) IsRedirect ¶
func (o *GetTektonPipelineRunTaskUnauthorized) IsRedirect() bool
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 ¶
func (o *GetTektonPipelineRunTaskUnauthorized) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run task unauthorized response has a 2xx status code
func (*GetTektonPipelineRunTaskUnauthorized) String ¶
func (o *GetTektonPipelineRunTaskUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunTasksNotFound) Code() int
Code gets the status code for the get tekton pipeline run tasks not found response
func (*GetTektonPipelineRunTasksNotFound) Error ¶
func (o *GetTektonPipelineRunTasksNotFound) Error() string
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 ¶
func (o *GetTektonPipelineRunTasksNotFound) String() 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 (o *GetTektonPipelineRunTasksOK) Error() string
func (*GetTektonPipelineRunTasksOK) GetPayload ¶
func (o *GetTektonPipelineRunTasksOK) GetPayload() []*models.PipelineRunTask
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 ¶
func (o *GetTektonPipelineRunTasksParams) WithAppName(appName string) *GetTektonPipelineRunTasksParams
WithAppName adds the appName to the get tekton pipeline run tasks params
func (*GetTektonPipelineRunTasksParams) WithContext ¶
func (o *GetTektonPipelineRunTasksParams) WithContext(ctx context.Context) *GetTektonPipelineRunTasksParams
WithContext adds the context to the get tekton pipeline run tasks params
func (*GetTektonPipelineRunTasksParams) WithDefaults ¶
func (o *GetTektonPipelineRunTasksParams) WithDefaults() *GetTektonPipelineRunTasksParams
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 ¶
func (o *GetTektonPipelineRunTasksParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunTasksParams
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 ¶
func (o *GetTektonPipelineRunTasksParams) WithJobName(jobName string) *GetTektonPipelineRunTasksParams
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 ¶
func (o *GetTektonPipelineRunTasksParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunTasksParams
WithTimeout adds the timeout to the get tekton pipeline run tasks params
func (*GetTektonPipelineRunTasksParams) WriteToRequest ¶
func (o *GetTektonPipelineRunTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunTasksUnauthorized) Code() int
Code gets the status code for the get tekton pipeline run tasks unauthorized response
func (*GetTektonPipelineRunTasksUnauthorized) Error ¶
func (o *GetTektonPipelineRunTasksUnauthorized) Error() string
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 ¶
func (o *GetTektonPipelineRunTasksUnauthorized) IsCode(code int) bool
IsCode returns true when this get tekton pipeline run tasks unauthorized response a status code equal to that given
func (*GetTektonPipelineRunTasksUnauthorized) IsRedirect ¶
func (o *GetTektonPipelineRunTasksUnauthorized) IsRedirect() bool
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 ¶
func (o *GetTektonPipelineRunTasksUnauthorized) IsSuccess() bool
IsSuccess returns true when this get tekton pipeline run tasks unauthorized response has a 2xx status code
func (*GetTektonPipelineRunTasksUnauthorized) String ¶
func (o *GetTektonPipelineRunTasksUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunUnauthorized) Code() int
Code gets the status code for the get tekton pipeline run unauthorized response
func (*GetTektonPipelineRunUnauthorized) Error ¶
func (o *GetTektonPipelineRunUnauthorized) Error() string
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 ¶
func (o *GetTektonPipelineRunUnauthorized) String() 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 ¶
func (o *GetTektonPipelineRunsNotFound) Code() int
Code gets the status code for the get tekton pipeline runs not found response
func (*GetTektonPipelineRunsNotFound) Error ¶
func (o *GetTektonPipelineRunsNotFound) Error() string
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 ¶
func (o *GetTektonPipelineRunsNotFound) String() 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 ¶
func (o *GetTektonPipelineRunsParams) WithAppName(appName string) *GetTektonPipelineRunsParams
WithAppName adds the appName to the get tekton pipeline runs params
func (*GetTektonPipelineRunsParams) WithContext ¶
func (o *GetTektonPipelineRunsParams) WithContext(ctx context.Context) *GetTektonPipelineRunsParams
WithContext adds the context to the get tekton pipeline runs params
func (*GetTektonPipelineRunsParams) WithDefaults ¶
func (o *GetTektonPipelineRunsParams) WithDefaults() *GetTektonPipelineRunsParams
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 ¶
func (o *GetTektonPipelineRunsParams) WithHTTPClient(client *http.Client) *GetTektonPipelineRunsParams
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 ¶
func (o *GetTektonPipelineRunsParams) WithJobName(jobName string) *GetTektonPipelineRunsParams
WithJobName adds the jobName to the get tekton pipeline runs params
func (*GetTektonPipelineRunsParams) WithTimeout ¶
func (o *GetTektonPipelineRunsParams) WithTimeout(timeout time.Duration) *GetTektonPipelineRunsParams
WithTimeout adds the timeout to the get tekton pipeline runs params
func (*GetTektonPipelineRunsParams) WriteToRequest ¶
func (o *GetTektonPipelineRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetTektonPipelineRunsUnauthorized) Code() int
Code gets the status code for the get tekton pipeline runs unauthorized response
func (*GetTektonPipelineRunsUnauthorized) Error ¶
func (o *GetTektonPipelineRunsUnauthorized) Error() string
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 ¶
func (o *GetTektonPipelineRunsUnauthorized) String() string
type RerunApplicationJobNoContent ¶
type RerunApplicationJobNoContent struct { }
RerunApplicationJobNoContent describes a response with status code 204, with default header values.
Job rerun ok
func NewRerunApplicationJobNoContent ¶
func NewRerunApplicationJobNoContent() *RerunApplicationJobNoContent
NewRerunApplicationJobNoContent creates a RerunApplicationJobNoContent with default headers values
func (*RerunApplicationJobNoContent) Code ¶
func (o *RerunApplicationJobNoContent) Code() int
Code gets the status code for the rerun application job no content response
func (*RerunApplicationJobNoContent) Error ¶
func (o *RerunApplicationJobNoContent) Error() string
func (*RerunApplicationJobNoContent) IsClientError ¶
func (o *RerunApplicationJobNoContent) IsClientError() bool
IsClientError returns true when this rerun application job no content response has a 4xx status code
func (*RerunApplicationJobNoContent) IsCode ¶
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 ¶
func (o *RerunApplicationJobNoContent) IsRedirect() bool
IsRedirect returns true when this rerun application job no content response has a 3xx status code
func (*RerunApplicationJobNoContent) IsServerError ¶
func (o *RerunApplicationJobNoContent) IsServerError() bool
IsServerError returns true when this rerun application job no content response has a 5xx status code
func (*RerunApplicationJobNoContent) IsSuccess ¶
func (o *RerunApplicationJobNoContent) IsSuccess() bool
IsSuccess returns true when this rerun application job no content response has a 2xx status code
func (*RerunApplicationJobNoContent) String ¶
func (o *RerunApplicationJobNoContent) String() string
type RerunApplicationJobNotFound ¶
type RerunApplicationJobNotFound struct { }
RerunApplicationJobNotFound describes a response with status code 404, with default header values.
Not found
func NewRerunApplicationJobNotFound ¶
func NewRerunApplicationJobNotFound() *RerunApplicationJobNotFound
NewRerunApplicationJobNotFound creates a RerunApplicationJobNotFound with default headers values
func (*RerunApplicationJobNotFound) Code ¶
func (o *RerunApplicationJobNotFound) Code() int
Code gets the status code for the rerun application job not found response
func (*RerunApplicationJobNotFound) Error ¶
func (o *RerunApplicationJobNotFound) Error() string
func (*RerunApplicationJobNotFound) IsClientError ¶
func (o *RerunApplicationJobNotFound) IsClientError() bool
IsClientError returns true when this rerun application job not found response has a 4xx status code
func (*RerunApplicationJobNotFound) IsCode ¶
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 ¶
func (o *RerunApplicationJobNotFound) IsRedirect() bool
IsRedirect returns true when this rerun application job not found response has a 3xx status code
func (*RerunApplicationJobNotFound) IsServerError ¶
func (o *RerunApplicationJobNotFound) IsServerError() bool
IsServerError returns true when this rerun application job not found response has a 5xx status code
func (*RerunApplicationJobNotFound) IsSuccess ¶
func (o *RerunApplicationJobNotFound) IsSuccess() bool
IsSuccess returns true when this rerun application job not found response has a 2xx status code
func (*RerunApplicationJobNotFound) String ¶
func (o *RerunApplicationJobNotFound) String() string
type RerunApplicationJobParams ¶
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 ¶
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 ¶
func NewRerunApplicationJobParamsWithContext(ctx context.Context) *RerunApplicationJobParams
NewRerunApplicationJobParamsWithContext creates a new RerunApplicationJobParams object with the ability to set a context for a request.
func NewRerunApplicationJobParamsWithHTTPClient ¶
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 ¶
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 ¶
func (o *RerunApplicationJobParams) SetAppName(appName string)
SetAppName adds the appName to the rerun application job params
func (*RerunApplicationJobParams) SetContext ¶
func (o *RerunApplicationJobParams) SetContext(ctx context.Context)
SetContext adds the context to the rerun application job params
func (*RerunApplicationJobParams) SetDefaults ¶
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 ¶
func (o *RerunApplicationJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the rerun application job params
func (*RerunApplicationJobParams) SetImpersonateGroup ¶
func (o *RerunApplicationJobParams) SetImpersonateGroup(impersonateGroup *string)
SetImpersonateGroup adds the impersonateGroup to the rerun application job params
func (*RerunApplicationJobParams) SetImpersonateUser ¶
func (o *RerunApplicationJobParams) SetImpersonateUser(impersonateUser *string)
SetImpersonateUser adds the impersonateUser to the rerun application job params
func (*RerunApplicationJobParams) SetJobName ¶
func (o *RerunApplicationJobParams) SetJobName(jobName string)
SetJobName adds the jobName to the rerun application job params
func (*RerunApplicationJobParams) SetTimeout ¶
func (o *RerunApplicationJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the rerun application job params
func (*RerunApplicationJobParams) WithAppName ¶
func (o *RerunApplicationJobParams) WithAppName(appName string) *RerunApplicationJobParams
WithAppName adds the appName to the rerun application job params
func (*RerunApplicationJobParams) WithContext ¶
func (o *RerunApplicationJobParams) WithContext(ctx context.Context) *RerunApplicationJobParams
WithContext adds the context to the rerun application job params
func (*RerunApplicationJobParams) WithDefaults ¶
func (o *RerunApplicationJobParams) WithDefaults() *RerunApplicationJobParams
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 ¶
func (o *RerunApplicationJobParams) WithHTTPClient(client *http.Client) *RerunApplicationJobParams
WithHTTPClient adds the HTTPClient to the rerun application job params
func (*RerunApplicationJobParams) WithImpersonateGroup ¶
func (o *RerunApplicationJobParams) WithImpersonateGroup(impersonateGroup *string) *RerunApplicationJobParams
WithImpersonateGroup adds the impersonateGroup to the rerun application job params
func (*RerunApplicationJobParams) WithImpersonateUser ¶
func (o *RerunApplicationJobParams) WithImpersonateUser(impersonateUser *string) *RerunApplicationJobParams
WithImpersonateUser adds the impersonateUser to the rerun application job params
func (*RerunApplicationJobParams) WithJobName ¶
func (o *RerunApplicationJobParams) WithJobName(jobName string) *RerunApplicationJobParams
WithJobName adds the jobName to the rerun application job params
func (*RerunApplicationJobParams) WithTimeout ¶
func (o *RerunApplicationJobParams) WithTimeout(timeout time.Duration) *RerunApplicationJobParams
WithTimeout adds the timeout to the rerun application job params
func (*RerunApplicationJobParams) WriteToRequest ¶
func (o *RerunApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RerunApplicationJobReader ¶
type RerunApplicationJobReader struct {
// contains filtered or unexported fields
}
RerunApplicationJobReader is a Reader for the RerunApplicationJob structure.
func (*RerunApplicationJobReader) ReadResponse ¶
func (o *RerunApplicationJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RerunApplicationJobUnauthorized ¶
type RerunApplicationJobUnauthorized struct { }
RerunApplicationJobUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewRerunApplicationJobUnauthorized ¶
func NewRerunApplicationJobUnauthorized() *RerunApplicationJobUnauthorized
NewRerunApplicationJobUnauthorized creates a RerunApplicationJobUnauthorized with default headers values
func (*RerunApplicationJobUnauthorized) Code ¶
func (o *RerunApplicationJobUnauthorized) Code() int
Code gets the status code for the rerun application job unauthorized response
func (*RerunApplicationJobUnauthorized) Error ¶
func (o *RerunApplicationJobUnauthorized) Error() string
func (*RerunApplicationJobUnauthorized) IsClientError ¶
func (o *RerunApplicationJobUnauthorized) IsClientError() bool
IsClientError returns true when this rerun application job unauthorized response has a 4xx status code
func (*RerunApplicationJobUnauthorized) IsCode ¶
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 ¶
func (o *RerunApplicationJobUnauthorized) IsRedirect() bool
IsRedirect returns true when this rerun application job unauthorized response has a 3xx status code
func (*RerunApplicationJobUnauthorized) IsServerError ¶
func (o *RerunApplicationJobUnauthorized) IsServerError() bool
IsServerError returns true when this rerun application job unauthorized response has a 5xx status code
func (*RerunApplicationJobUnauthorized) IsSuccess ¶
func (o *RerunApplicationJobUnauthorized) IsSuccess() bool
IsSuccess returns true when this rerun application job unauthorized response has a 2xx status code
func (*RerunApplicationJobUnauthorized) String ¶
func (o *RerunApplicationJobUnauthorized) String() string
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 (o *StopApplicationJobNoContent) Error() string
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 (o *StopApplicationJobNotFound) Error() string
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 ¶
func (o *StopApplicationJobParams) WithContext(ctx context.Context) *StopApplicationJobParams
WithContext adds the context to the stop application job params
func (*StopApplicationJobParams) WithDefaults ¶
func (o *StopApplicationJobParams) WithDefaults() *StopApplicationJobParams
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 ¶
func (o *StopApplicationJobParams) WithTimeout(timeout time.Duration) *StopApplicationJobParams
WithTimeout adds the timeout to the stop application job params
func (*StopApplicationJobParams) WriteToRequest ¶
func (o *StopApplicationJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *StopApplicationJobUnauthorized) Code() int
Code gets the status code for the stop application job unauthorized response
func (*StopApplicationJobUnauthorized) Error ¶
func (o *StopApplicationJobUnauthorized) Error() string
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 ¶
func (o *StopApplicationJobUnauthorized) String() string
Source Files ¶
- get_application_job_parameters.go
- get_application_job_responses.go
- get_application_jobs_parameters.go
- get_application_jobs_responses.go
- get_pipeline_job_step_logs_parameters.go
- get_pipeline_job_step_logs_responses.go
- get_tekton_pipeline_run_parameters.go
- get_tekton_pipeline_run_responses.go
- get_tekton_pipeline_run_task_parameters.go
- get_tekton_pipeline_run_task_responses.go
- get_tekton_pipeline_run_task_step_logs_parameters.go
- get_tekton_pipeline_run_task_step_logs_responses.go
- get_tekton_pipeline_run_task_steps_parameters.go
- get_tekton_pipeline_run_task_steps_responses.go
- get_tekton_pipeline_run_tasks_parameters.go
- get_tekton_pipeline_run_tasks_responses.go
- get_tekton_pipeline_runs_parameters.go
- get_tekton_pipeline_runs_responses.go
- pipeline_job_client.go
- rerun_application_job_parameters.go
- rerun_application_job_responses.go
- stop_application_job_parameters.go
- stop_application_job_responses.go