Documentation
¶
Index ¶
Constants ¶
View Source
const (
MAX_HELM_HISTORY_VAR = "MAX_HELM_HISTORY"
)
Variables ¶
View Source
var (
MAX_HELM_HISTORY int // the maximum number of helm releases to keep in history
)
Functions ¶
Types ¶
type ChartStatusWrapper ¶
type ChartStatusWrapper struct {
*steps.ChartResult
}
Wrapper per ChartResult
func (ChartStatusWrapper) PopulateStatus ¶
func (w ChartStatusWrapper) PopulateStatus(cr *workflowsv1alpha1.KrateoPlatformOps)
type ObjectStatusWrapper ¶
type ObjectStatusWrapper struct {
*steps.ObjectResult
}
Wrapper per ObjectResult
func (ObjectStatusWrapper) PopulateStatus ¶
func (w ObjectStatusWrapper) PopulateStatus(cr *workflowsv1alpha1.KrateoPlatformOps)
type StatusPopulator ¶
type StatusPopulator interface {
PopulateStatus(cr *workflowsv1alpha1.KrateoPlatformOps)
}
StatusPopulator definisce come un risultato può popolare lo status
type VarStatusWrapper ¶
Wrapper per VarResult
func (VarStatusWrapper) PopulateStatus ¶
func (w VarStatusWrapper) PopulateStatus(cr *workflowsv1alpha1.KrateoPlatformOps)
Click to show internal directories.
Click to hide internal directories.