Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionStage ¶
type ExecutionStage struct {
// contains filtered or unexported fields
}
func NewExecutionStage ¶
func NewExecutionStage(engine *rules.InMemoryEngine) *ExecutionStage
func (*ExecutionStage) Name ¶
func (es *ExecutionStage) Name() string
type PlanningStage ¶
type PlanningStage struct {
// contains filtered or unexported fields
}
func NewPlanningStage ¶
func NewPlanningStage(engine *rules.InMemoryEngine) *PlanningStage
func (*PlanningStage) Name ¶
func (ps *PlanningStage) Name() string
type ValidationStage ¶
type ValidationStage struct {
// contains filtered or unexported fields
}
func NewValidationStage ¶
func NewValidationStage(c client.Client) *ValidationStage
func (*ValidationStage) Name ¶
func (vs *ValidationStage) Name() string
Click to show internal directories.
Click to hide internal directories.