Documentation
¶
Index ¶
- Constants
- func NewConflictError(err error) error
- func NewForbiddenError(err error) error
- func NewInputError(err error) error
- func NewInternalError(err error) error
- func NewNotFoundError(err error) error
- type ConflictError
- type DeleteStatus
- type ForbiddenError
- type InputError
- type InternalError
- type KubeService
- type NotFoundError
- type OpenIdToken
- type Pipeline
- type PipelineRequest
- type Workload
Constants ¶
View Source
const PIPELINE = "pipeline"
Variables ¶
This section is empty.
Functions ¶
func NewConflictError ¶
func NewForbiddenError ¶
func NewInputError ¶
func NewInternalError ¶
func NewNotFoundError ¶
Types ¶
type ConflictError ¶
type ConflictError struct {
// contains filtered or unexported fields
}
type DeleteStatus ¶
type ForbiddenError ¶
type ForbiddenError struct {
// contains filtered or unexported fields
}
type InputError ¶
type InputError struct {
// contains filtered or unexported fields
}
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
type KubeService ¶
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
type OpenIdToken ¶
type Pipeline ¶
type Pipeline struct {
pipeModels.Pipeline
}
func (*Pipeline) ToRequest ¶
func (p *Pipeline) ToRequest() *PipelineRequest
type PipelineRequest ¶
type PipelineRequest engineModels.PipelineRequest
Click to show internal directories.
Click to hide internal directories.