Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Namespace label Namespace = "namespace" // Name label Name = "name" // Ready label Ready = "ready" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubscriptionsGauge ¶
type SubscriptionsGauge struct { Labels []string Metric *prometheus.GaugeVec }
SubscriptionsGauge represents the Subscriptions Gauge.
var ( // KymaSubscriptionsGaugeObj instance KymaSubscriptionsGaugeObj *SubscriptionsGauge // KnativeSubscriptionsGaugeObj instance KnativeSubscriptionsGaugeObj *SubscriptionsGauge // KnativeChanelGaugeObj instance KnativeChanelGaugeObj *SubscriptionsGauge )
func (*SubscriptionsGauge) DeleteKnativeChannelGaugeLabelValues ¶
func (ksg *SubscriptionsGauge) DeleteKnativeChannelGaugeLabelValues(name string)
DeleteKnativeChannelGaugeLabelValues deletes the Knative channel gauge label values.
func (*SubscriptionsGauge) DeleteKnativeSubscriptionsGaugeLabelValues ¶
func (ksg *SubscriptionsGauge) DeleteKnativeSubscriptionsGaugeLabelValues(namespace string, name string)
DeleteKnativeSubscriptionsGaugeLabelValues deletes the Knative subscriptions gauge label values.
func (*SubscriptionsGauge) DeleteKymaSubscriptionsGaugeLabelValues ¶
func (ksg *SubscriptionsGauge) DeleteKymaSubscriptionsGaugeLabelValues(namespace string, name string)
DeleteKymaSubscriptionsGaugeLabelValues deletes the Kyma subscriptions gauge label values.
Click to show internal directories.
Click to hide internal directories.