mirror of https://github.com/kubernetes/kops.git
doc:fix broken link
This commit is contained in:
parent
e7a9d7202f
commit
5505226cd2
|
@ -5360,7 +5360,7 @@ spec:
|
|||
metrics:
|
||||
description: |-
|
||||
Metrics is a list of metrics to collect. If empty or null, metrics are disabled.
|
||||
See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics
|
||||
See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
@ -536,7 +536,7 @@ type HubbleSpec struct {
|
|||
Enabled *bool `json:"enabled,omitempty"`
|
||||
|
||||
// Metrics is a list of metrics to collect. If empty or null, metrics are disabled.
|
||||
// See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics
|
||||
// See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics
|
||||
Metrics []string `json:"metrics,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
@ -657,7 +657,7 @@ type HubbleSpec struct {
|
|||
Enabled *bool `json:"enabled,omitempty"`
|
||||
|
||||
// Metrics is a list of metrics to collect. If empty or null, metrics are disabled.
|
||||
// See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics
|
||||
// See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics
|
||||
Metrics []string `json:"metrics,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
@ -499,7 +499,7 @@ type HubbleSpec struct {
|
|||
Enabled *bool `json:"enabled,omitempty"`
|
||||
|
||||
// Metrics is a list of metrics to collect. If empty or null, metrics are disabled.
|
||||
// See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics
|
||||
// See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics
|
||||
Metrics []string `json:"metrics,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue