package
0.15.0
Repository: https://github.com/armadaproject/armada.git
Documentation: pkg.go.dev

# Functions

NewGetHealth creates a new http.Handler for the get health operation.
NewGetHealthBadRequest creates GetHealthBadRequest with default headers values.
NewGetHealthOK creates GetHealthOK with default headers values.
NewGetHealthParams creates a new GetHealthParams object There are no default values defined in the spec.
NewGetJobError creates a new http.Handler for the get job error operation.
NewGetJobErrorBadRequest creates GetJobErrorBadRequest with default headers values.
NewGetJobErrorDefault creates GetJobErrorDefault with default headers values.
NewGetJobErrorOK creates GetJobErrorOK with default headers values.
NewGetJobErrorParams creates a new GetJobErrorParams object There are no default values defined in the spec.
NewGetJobRunDebugMessage creates a new http.Handler for the get job run debug message operation.
NewGetJobRunDebugMessageBadRequest creates GetJobRunDebugMessageBadRequest with default headers values.
NewGetJobRunDebugMessageDefault creates GetJobRunDebugMessageDefault with default headers values.
NewGetJobRunDebugMessageOK creates GetJobRunDebugMessageOK with default headers values.
NewGetJobRunDebugMessageParams creates a new GetJobRunDebugMessageParams object There are no default values defined in the spec.
NewGetJobRunError creates a new http.Handler for the get job run error operation.
NewGetJobRunErrorBadRequest creates GetJobRunErrorBadRequest with default headers values.
NewGetJobRunErrorDefault creates GetJobRunErrorDefault with default headers values.
NewGetJobRunErrorOK creates GetJobRunErrorOK with default headers values.
NewGetJobRunErrorParams creates a new GetJobRunErrorParams object There are no default values defined in the spec.
NewGetJobs creates a new http.Handler for the get jobs operation.
NewGetJobsBadRequest creates GetJobsBadRequest with default headers values.
NewGetJobsDefault creates GetJobsDefault with default headers values.
NewGetJobsOK creates GetJobsOK with default headers values.
NewGetJobsParams creates a new GetJobsParams object There are no default values defined in the spec.
NewGetJobSpec creates a new http.Handler for the get job spec operation.
NewGetJobSpecBadRequest creates GetJobSpecBadRequest with default headers values.
NewGetJobSpecDefault creates GetJobSpecDefault with default headers values.
NewGetJobSpecOK creates GetJobSpecOK with default headers values.
NewGetJobSpecParams creates a new GetJobSpecParams object There are no default values defined in the spec.
NewGroupJobs creates a new http.Handler for the group jobs operation.
NewGroupJobsBadRequest creates GroupJobsBadRequest with default headers values.
NewGroupJobsDefault creates GroupJobsDefault with default headers values.
NewGroupJobsOK creates GroupJobsOK with default headers values.
NewGroupJobsParams creates a new GroupJobsParams object There are no default values defined in the spec.
NewLookoutAPI creates a new Lookout instance.

# Constants

GetHealthBadRequestCode is the HTTP code returned for type GetHealthBadRequest.
GetHealthOKCode is the HTTP code returned for type GetHealthOK.
GetJobErrorBadRequestCode is the HTTP code returned for type GetJobErrorBadRequest.
GetJobErrorOKCode is the HTTP code returned for type GetJobErrorOK.
GetJobRunDebugMessageBadRequestCode is the HTTP code returned for type GetJobRunDebugMessageBadRequest.
GetJobRunDebugMessageOKCode is the HTTP code returned for type GetJobRunDebugMessageOK.
GetJobRunErrorBadRequestCode is the HTTP code returned for type GetJobRunErrorBadRequest.
GetJobRunErrorOKCode is the HTTP code returned for type GetJobRunErrorOK.
GetJobsBadRequestCode is the HTTP code returned for type GetJobsBadRequest.
GetJobsOKCode is the HTTP code returned for type GetJobsOK.
GetJobSpecBadRequestCode is the HTTP code returned for type GetJobSpecBadRequest.
GetJobSpecOKCode is the HTTP code returned for type GetJobSpecOK.
GroupJobsBadRequestCode is the HTTP code returned for type GroupJobsBadRequest.
GroupJobsOKCode is the HTTP code returned for type GroupJobsOK.

# Structs

GetHealth swagger:route GET /health getHealth GetHealth get health API */.
GetHealthBadRequest Error response swagger:response getHealthBadRequest */.
GetHealthOK OK swagger:response getHealthOK */.
GetHealthParams contains all the bound params for the get health operation typically these are obtained from a http.Request swagger:parameters GetHealth.
GetHealthURL generates an URL for the get health operation.
GetJobError swagger:route POST /api/v1/jobError getJobError GetJobError get job error API */.
GetJobErrorBadRequest Error response swagger:response getJobErrorBadRequest */.
GetJobErrorBody get job error body swagger:model GetJobErrorBody.
GetJobErrorDefault Error response swagger:response getJobErrorDefault */.
GetJobErrorOK Returns error for specific job (if present) swagger:response getJobErrorOK */.
GetJobErrorOKBody get job error o k body swagger:model GetJobErrorOKBody.
GetJobErrorParams contains all the bound params for the get job error operation typically these are obtained from a http.Request swagger:parameters getJobError.
GetJobErrorURL generates an URL for the get job error operation.
GetJobRunDebugMessage swagger:route POST /api/v1/jobRunDebugMessage getJobRunDebugMessage GetJobRunDebugMessage get job run debug message API */.
GetJobRunDebugMessageBadRequest Error response swagger:response getJobRunDebugMessageBadRequest */.
GetJobRunDebugMessageBody get job run debug message body swagger:model GetJobRunDebugMessageBody.
GetJobRunDebugMessageDefault Error response swagger:response getJobRunDebugMessageDefault */.
GetJobRunDebugMessageOK Returns debug message for specific job run (if present) swagger:response getJobRunDebugMessageOK */.
GetJobRunDebugMessageOKBody get job run debug message o k body swagger:model GetJobRunDebugMessageOKBody.
GetJobRunDebugMessageParams contains all the bound params for the get job run debug message operation typically these are obtained from a http.Request swagger:parameters getJobRunDebugMessage.
GetJobRunDebugMessageURL generates an URL for the get job run debug message operation.
GetJobRunError swagger:route POST /api/v1/jobRunError getJobRunError GetJobRunError get job run error API */.
GetJobRunErrorBadRequest Error response swagger:response getJobRunErrorBadRequest */.
GetJobRunErrorBody get job run error body swagger:model GetJobRunErrorBody.
GetJobRunErrorDefault Error response swagger:response getJobRunErrorDefault */.
GetJobRunErrorOK Returns error for specific job run (if present) swagger:response getJobRunErrorOK */.
GetJobRunErrorOKBody get job run error o k body swagger:model GetJobRunErrorOKBody.
GetJobRunErrorParams contains all the bound params for the get job run error operation typically these are obtained from a http.Request swagger:parameters getJobRunError.
GetJobRunErrorURL generates an URL for the get job run error operation.
GetJobs swagger:route POST /api/v1/jobs getJobs GetJobs get jobs API */.
GetJobsBadRequest Error response swagger:response getJobsBadRequest */.
GetJobsBody get jobs body swagger:model GetJobsBody.
GetJobsDefault Error response swagger:response getJobsDefault */.
GetJobsOK Returns jobs from API swagger:response getJobsOK */.
GetJobsOKBody get jobs o k body swagger:model GetJobsOKBody.
GetJobsParams contains all the bound params for the get jobs operation typically these are obtained from a http.Request swagger:parameters getJobs.
GetJobSpec swagger:route POST /api/v1/jobSpec getJobSpec GetJobSpec get job spec API */.
GetJobSpecBadRequest Error response swagger:response getJobSpecBadRequest */.
GetJobSpecBody get job spec body swagger:model GetJobSpecBody.
GetJobSpecDefault Error response swagger:response getJobSpecDefault */.
GetJobSpecOK Returns raw Job spec swagger:response getJobSpecOK */.
GetJobSpecOKBody get job spec o k body swagger:model GetJobSpecOKBody.
GetJobSpecParams contains all the bound params for the get job spec operation typically these are obtained from a http.Request swagger:parameters getJobSpec.
GetJobSpecURL generates an URL for the get job spec operation.
GetJobsURL generates an URL for the get jobs operation.
GroupJobs swagger:route POST /api/v1/jobGroups groupJobs GroupJobs group jobs API */.
GroupJobsBadRequest Error response swagger:response groupJobsBadRequest */.
GroupJobsBody group jobs body swagger:model GroupJobsBody.
GroupJobsDefault Error response swagger:response groupJobsDefault */.
GroupJobsOK Returns job groups from API swagger:response groupJobsOK */.
GroupJobsOKBody group jobs o k body swagger:model GroupJobsOKBody.
GroupJobsParams contains all the bound params for the group jobs operation typically these are obtained from a http.Request swagger:parameters groupJobs.
GroupJobsParamsBodyGroupedField group jobs params body grouped field swagger:model GroupJobsParamsBodyGroupedField.
GroupJobsURL generates an URL for the group jobs operation.
LookoutAPI the lookout API */.

# Interfaces

GetHealthHandler interface for that can handle valid get health params.
GetJobErrorHandler interface for that can handle valid get job error params.
GetJobRunDebugMessageHandler interface for that can handle valid get job run debug message params.
GetJobRunErrorHandler interface for that can handle valid get job run error params.
GetJobsHandler interface for that can handle valid get jobs params.
GetJobSpecHandler interface for that can handle valid get job spec params.
GroupJobsHandler interface for that can handle valid group jobs params.

# Type aliases

GetHealthHandlerFunc turns a function with the right signature into a get health handler.
GetJobErrorHandlerFunc turns a function with the right signature into a get job error handler.
GetJobRunDebugMessageHandlerFunc turns a function with the right signature into a get job run debug message handler.
GetJobRunErrorHandlerFunc turns a function with the right signature into a get job run error handler.
GetJobsHandlerFunc turns a function with the right signature into a get jobs handler.
GetJobSpecHandlerFunc turns a function with the right signature into a get job spec handler.
GroupJobsHandlerFunc turns a function with the right signature into a group jobs handler.