Documentation
¶
Index ¶
Constants ¶
View Source
const BUILD_STATUS_FAILING = "failing"
View Source
const BUILD_STATUS_PASSING = "passing"
View Source
const BUILD_STATUS_PENDING = "pending"
View Source
const BUILD_STATUS_STOPPED = "stopped"
View Source
const BUILD_STATUS_SVG_RELATIVE_PATH = "./badges/build-status.svg"
View Source
const BUILD_STATUS_UNKNOWN = "unknown"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status interface {
WriteSvg(condition v1.RadixJobCondition) (*[]byte, error)
}
func NewBuildStatus ¶
func NewBuildStatus() Status
Click to show internal directories.
Click to hide internal directories.