Documentation ¶
Index ¶
- func GetName() name.Application
- func GetOrderNumber() int
- type Prometheus
- func (p *Prometheus) Changed(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec) bool
- func (p *Prometheus) Deploy(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec) bool
- func (p *Prometheus) GetChartInfo() *chart.Chart
- func (p *Prometheus) GetImageTags() map[string]string
- func (p *Prometheus) GetName() name.Application
- func (p *Prometheus) GetNamespace() string
- func (p *Prometheus) Initial() bool
- func (p *Prometheus) SetAppliedSpec(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec)
- func (p *Prometheus) SpecToHelmValues(toolsetCRDSpec *v1beta1.ToolsetSpec) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetName ¶
func GetName() name.Application
func GetOrderNumber ¶ added in v0.8.1
func GetOrderNumber() int
Types ¶
type Prometheus ¶
type Prometheus struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger logging.Logger) *Prometheus
func (*Prometheus) Changed ¶
func (p *Prometheus) Changed(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec) bool
func (*Prometheus) Deploy ¶
func (p *Prometheus) Deploy(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec) bool
func (*Prometheus) GetChartInfo ¶
func (p *Prometheus) GetChartInfo() *chart.Chart
func (*Prometheus) GetImageTags ¶
func (p *Prometheus) GetImageTags() map[string]string
func (*Prometheus) GetName ¶
func (p *Prometheus) GetName() name.Application
func (*Prometheus) GetNamespace ¶
func (p *Prometheus) GetNamespace() string
func (*Prometheus) Initial ¶
func (p *Prometheus) Initial() bool
func (*Prometheus) SetAppliedSpec ¶
func (p *Prometheus) SetAppliedSpec(toolsetCRDSpec *toolsetsv1beta1.ToolsetSpec)
func (*Prometheus) SpecToHelmValues ¶
func (p *Prometheus) SpecToHelmValues(toolsetCRDSpec *v1beta1.ToolsetSpec) interface{}
Click to show internal directories.
Click to hide internal directories.