Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the ManagedResource for the resources.
ManagedResourceName = "prometheus-operator"
)
Variables ¶
View Source
var TimeoutWaitForManagedResource = 5 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
Types ¶
type Values ¶
type Values struct { // Image defines the container image of prometheus-operator. Image string // Image defines the container image of config-reloader. ImageConfigReloader string // PriorityClassName is the name of the priority class for the deployment. PriorityClassName string }
Values contains configuration values for the prometheus-operator resources.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.