Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListOptions ¶
func ListOptions(name string) metav1.ListOptions
Types ¶
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
Operator manages life cycle of Prometheus deployments and monitoring configurations.
func New ¶
func New(ctx context.Context, conf operator.Config, logger log.Logger, r prometheus.Registerer) (*Operator, error)
New creates a new controller.
func (*Operator) Resolve ¶
func (c *Operator) Resolve(ss *appsv1.StatefulSet) metav1.Object
Resolve implements the operator.Syncer interface.
Click to show internal directories.
Click to hide internal directories.