Documentation ¶
Index ¶
Constants ¶
View Source
const ( Project = "orkestra" OwnershipLabel = "owner" HeritageLabel = "heritage" )
View Source
const (
ChartLabelKey = "chart"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine interface { // Generate the object required by the workflow engine Generate(ctx context.Context, l logr.Logger, g *v1alpha1.ApplicationGroup) error // Submit the object required by the workflow engine generated by the Generate method Submit(ctx context.Context, l logr.Logger, g *v1alpha1.ApplicationGroup) error }
type Graph ¶ added in v0.3.0
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) Reverse ¶ added in v0.3.0
func (g *Graph) Reverse() [][]helmopv1.HelmRelease
type Node ¶ added in v0.3.0
type Node struct { Status v1alpha12.NodeStatus Level int }
Click to show internal directories.
Click to hide internal directories.