Documentation ¶
Index ¶
Constants ¶
View Source
const (
Namespace = "chart_operator"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type OrphanConfigMap ¶
type OrphanConfigMap struct {
// contains filtered or unexported fields
}
func NewOrphanConfigMap ¶
func NewOrphanConfigMap(config OrphanConfigMapConfig) (*OrphanConfigMap, error)
func (*OrphanConfigMap) Collect ¶
func (oc *OrphanConfigMap) Collect(ch chan<- prometheus.Metric) error
func (*OrphanConfigMap) Describe ¶
func (oc *OrphanConfigMap) Describe(ch chan<- *prometheus.Desc) error
Describe emits the description for the metrics collected here.
type OrphanConfigMapConfig ¶
type OrphanConfigMapConfig struct { K8sClient k8sclient.Interface Logger micrologger.Logger }
type OrphanSecret ¶
type OrphanSecret struct {
// contains filtered or unexported fields
}
func NewOrphanSecret ¶
func NewOrphanSecret(config OrphanSecretConfig) (*OrphanSecret, error)
func (*OrphanSecret) Collect ¶
func (oc *OrphanSecret) Collect(ch chan<- prometheus.Metric) error
func (*OrphanSecret) Describe ¶
func (oc *OrphanSecret) Describe(ch chan<- *prometheus.Desc) error
Describe emits the description for the metrics collected here.
type OrphanSecretConfig ¶
type OrphanSecretConfig struct { K8sClient k8sclient.Interface Logger micrologger.Logger }
Click to show internal directories.
Click to hide internal directories.