@@ -1162,83 +1162,83 @@ type ServiceMonitorSpec struct {
11621162 // +optional
11631163 Labels map [string ]string `json:"labels,omitempty"`
11641164 // The label to use to retrieve the job name from.
1165- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #servicemonitorspec
1165+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #servicemonitorspec
11661166 // +optional
11671167 JobLabel string `json:"jobLabel,omitempty"`
11681168 // TargetLabels transfers labels on the Kubernetes Service onto the target.
1169- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #servicemonitorspec
1169+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #servicemonitorspec
11701170 // +listType=atomic
11711171 // +optional
11721172 TargetLabels []string `json:"targetLabels,omitempty"`
11731173 // PodTargetLabels transfers labels on the Kubernetes Pod onto the target.
1174- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #servicemonitorspec
1174+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #servicemonitorspec
11751175 // +listType=atomic
11761176 // +optional
11771177 PodTargetLabels []string `json:"podTargetLabels,omitempty"`
11781178 // SampleLimit defines per-scrape limit on number of scraped samples that will be accepted.
1179- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #servicemonitorspec
1179+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #servicemonitorspec
11801180 // +optional
11811181 SampleLimit uint64 `json:"sampleLimit,omitempty"`
11821182 // HTTP path to scrape for metrics.
1183- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1183+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
11841184 // +optional
11851185 Path string `json:"path,omitempty"`
11861186 // HTTP scheme to use for scraping.
1187- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1187+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
11881188 // +optional
11891189 Scheme string `json:"scheme,omitempty"`
11901190 // Optional HTTP URL parameters
1191- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1191+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
11921192 // +optional
11931193 Params map [string ][]string `json:"params,omitempty"`
11941194 // Interval at which metrics should be scraped
1195- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1195+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
11961196 // +optional
11971197 Interval monitoringv1.Duration `json:"interval,omitempty"`
11981198 // Timeout after which the scrape is ended
1199- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1199+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12001200 // +optional
12011201 ScrapeTimeout monitoringv1.Duration `json:"scrapeTimeout,omitempty"`
12021202 // TLS configuration to use when scraping the endpoint
1203- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1203+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12041204 // +optional
12051205 TLSConfig * monitoringv1.TLSConfig `json:"tlsConfig,omitempty"`
12061206 // File to read bearer token for scraping targets.
1207- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1207+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12081208 // +optional
12091209 BearerTokenFile string `json:"bearerTokenFile,omitempty"`
12101210 // Secret to mount to read bearer token for scraping targets. The secret
12111211 // needs to be in the same namespace as the service monitor and accessible by
12121212 // the Prometheus Operator.
1213- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1213+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12141214 // +optional
12151215 BearerTokenSecret corev1.SecretKeySelector `json:"bearerTokenSecret,omitempty"`
12161216 // HonorLabels chooses the metric labels on collisions with target labels.
1217- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1217+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12181218 // +optional
12191219 HonorLabels bool `json:"honorLabels,omitempty"`
12201220 // HonorTimestamps controls whether Prometheus respects the timestamps present in scraped data.
1221- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1221+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12221222 // +optional
12231223 HonorTimestamps * bool `json:"honorTimestamps,omitempty"`
12241224 // BasicAuth allow an endpoint to authenticate over basic authentication
12251225 // More info: https://prometheus.io/docs/operating/configuration/#endpoints
1226- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1226+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12271227 // +optional
12281228 BasicAuth * monitoringv1.BasicAuth `json:"basicAuth,omitempty"`
12291229 // MetricRelabelings to apply to samples before ingestion.
1230- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1230+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12311231 // +listType=atomic
12321232 // +optional
12331233 MetricRelabelings []* monitoringv1.RelabelConfig `json:"metricRelabelings,omitempty"`
12341234 // Relabelings to apply to samples before scraping.
12351235 // More info: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
1236- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1236+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12371237 // +listType=atomic
12381238 // +optional
12391239 Relabelings []* monitoringv1.RelabelConfig `json:"relabelings,omitempty"`
12401240 // ProxyURL eg http://proxyserver:2195 Directs scrapes to proxy through this endpoint.
1241- // See https://coreos .com/operators /prometheus/docs/latest/ api.html #endpoint
1241+ // See https://github .com/prometheus-operator /prometheus-operator/blob/main/Documentation/ api.md #endpoint
12421242 // +optional
12431243 ProxyURL * string `json:"proxyURL,omitempty"`
12441244}
@@ -1805,7 +1805,6 @@ type ServiceSpec struct {
18051805 // If specified and supported by the platform, this will restrict traffic through the cloud-provider
18061806 // load-balancer will be restricted to the specified client IPs. This field will be ignored if the
18071807 // cloud-provider does not support the feature."
1808- // More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
18091808 // +listType=atomic
18101809 // +optional
18111810 LoadBalancerSourceRanges []string `json:"loadBalancerSourceRanges,omitempty"`
0 commit comments