Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListOptions ¶
func ListOptions(name string) metav1.ListOptions
func PrometheusStatus ¶
func PrometheusStatus(kclient kubernetes.Interface, p *v1alpha1.Prometheus) (*v1alpha1.PrometheusStatus, []v1.Pod, error)
PrometheusStatus evaluates the current status of a Prometheus deployment with respect to its specified resource object. It return the status and a list of pods that are not updated.
Types ¶
type BasicAuthCredentials ¶ added in v0.9.0
type BasicAuthCredentials struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { Host string KubeletObject string TLSInsecure bool TLSConfig rest.TLSClientConfig ConfigReloaderImage string PrometheusConfigReloader string }
Config defines configuration parameters for the Operator.
type ConfigMapReference ¶ added in v0.7.0
type ConfigMapReferenceList ¶ added in v0.7.0
type ConfigMapReferenceList struct {
Items []*ConfigMapReference `json:"items"`
}
func (*ConfigMapReferenceList) Len ¶ added in v0.9.1
func (l *ConfigMapReferenceList) Len() int
func (*ConfigMapReferenceList) Less ¶ added in v0.9.1
func (l *ConfigMapReferenceList) Less(i, j int) bool
func (*ConfigMapReferenceList) Swap ¶ added in v0.9.1
func (l *ConfigMapReferenceList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.