Documentation ¶
Index ¶
- type PrometheusOperator
- func (po *PrometheusOperator) Deploy(toolsetCRDSpec *toolsetsv1beta2.ToolsetSpec) bool
- func (p *PrometheusOperator) GetChartInfo() *chart.Chart
- func (p *PrometheusOperator) GetImageTags() map[string]string
- func (po *PrometheusOperator) GetName() name.Application
- func (po *PrometheusOperator) GetNamespace() string
- func (p *PrometheusOperator) SpecToHelmValues(monitor mntr.Monitor, toolset *toolsetsv1beta2.ToolsetSpec) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusOperator ¶
type PrometheusOperator struct {
// contains filtered or unexported fields
}
func New ¶
func New(monitor mntr.Monitor) *PrometheusOperator
func (*PrometheusOperator) Deploy ¶
func (po *PrometheusOperator) Deploy(toolsetCRDSpec *toolsetsv1beta2.ToolsetSpec) bool
func (*PrometheusOperator) GetChartInfo ¶
func (p *PrometheusOperator) GetChartInfo() *chart.Chart
func (*PrometheusOperator) GetImageTags ¶
func (p *PrometheusOperator) GetImageTags() map[string]string
func (*PrometheusOperator) GetName ¶
func (po *PrometheusOperator) GetName() name.Application
func (*PrometheusOperator) GetNamespace ¶
func (po *PrometheusOperator) GetNamespace() string
func (*PrometheusOperator) SpecToHelmValues ¶
func (p *PrometheusOperator) SpecToHelmValues(monitor mntr.Monitor, toolset *toolsetsv1beta2.ToolsetSpec) interface{}
Click to show internal directories.
Click to hide internal directories.