Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Availability ¶
type Availability int
Availability represents what CRDs are available from the prometheus operator.
const ( // NotAvailable represents the monitoring.coreos.com is not available. NotAvailable Availability = iota // Available represents the monitoring.coreos.com is available. Available )
func (Availability) String ¶
func (p Availability) String() string
Click to show internal directories.
Click to hide internal directories.