Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check interface { Endpointer Describable WithType }
type Describable ¶
type Endpointer ¶
type Endpointer interface {
GetEndpoint() string
}
type MetricLabel ¶ added in v1.0.41
type MetricLabels ¶ added in v1.0.41
type MetricLabels []MetricLabel
func (MetricLabels) Names ¶ added in v1.0.41
func (labels MetricLabels) Names() []string
type Metrics ¶ added in v1.0.40
type Metrics struct { Name string `json:"name,omitempty" yaml:"name,omitempty"` Labels MetricLabels `json:"labels,omitempty" yaml:"labels,omitempty"` Type string `json:"type,omitempty" yaml:"type,omitempty"` Value string `json:"value,omitempty" yaml:"value,omitempty"` }
+kubebuilder:object:generate=true
func (*Metrics) DeepCopy ¶ added in v1.0.40
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metrics.
func (*Metrics) DeepCopyInto ¶ added in v1.0.40
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.