Skip to content

Commit 3622aa9

Browse files
authored
CLOUDP-355972: Even More Comments (#2987)
1 parent 56385e2 commit 3622aa9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

api/v1/status/prometheus.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
package status
1616

1717
type Prometheus struct {
18+
// Protocol scheme used for Prometheus requests.
1819
// +optional
1920
Scheme string `json:"scheme,omitempty"`
21+
// URL from which Prometheus fetches the targets.
2022
// +optional
2123
DiscoveryURL string `json:"prometheusDiscoveryURL,omitempty"`
2224
}

docs/api-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11587,14 +11587,14 @@ including the prometheusDiscoveryURL
1158711587
<td><b>prometheusDiscoveryURL</b></td>
1158811588
<td>string</td>
1158911589
<td>
11590-
<br/>
11590+
URL from which Prometheus fetches the targets.<br/>
1159111591
</td>
1159211592
<td>false</td>
1159311593
</tr><tr>
1159411594
<td><b>scheme</b></td>
1159511595
<td>string</td>
1159611596
<td>
11597-
<br/>
11597+
Protocol scheme used for Prometheus requests.<br/>
1159811598
</td>
1159911599
<td>false</td>
1160011600
</tr></tbody>

0 commit comments

Comments
 (0)