Skip to content

Commit c9d5d72

Browse files
run make generate
Signed-off-by: Furkat Gofurov <[email protected]>
1 parent 7a74152 commit c9d5d72

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

test/e2e/resources/full-chart-install.yaml

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,19 @@ spec:
14571457
BindAddress is the TCP address that the controller should bind to
14581458
for serving prometheus metrics.
14591459
It can be set to "0" to disable the metrics serving.
1460+
NOTE: This field is deprecated, please use DiagnosticsAddress field
14601461
type: string
1462+
diagnosticsAddress:
1463+
description: |-
1464+
DiagnosticsAddress is the TCP address that the controller should bind to
1465+
for serving prometheus metric.
1466+
It can be set to "0" to disable the metrics serving.
1467+
type: string
1468+
insecureDiagnostics:
1469+
description: |-
1470+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
1471+
If false, or not set, the diagnostics address will expose pprof endpoints too.
1472+
type: boolean
14611473
type: object
14621474
profilerAddress:
14631475
description: |-
@@ -2986,7 +2998,19 @@ spec:
29862998
BindAddress is the TCP address that the controller should bind to
29872999
for serving prometheus metrics.
29883000
It can be set to "0" to disable the metrics serving.
3001+
NOTE: This field is deprecated, please use DiagnosticsAddress field
29893002
type: string
3003+
diagnosticsAddress:
3004+
description: |-
3005+
DiagnosticsAddress is the TCP address that the controller should bind to
3006+
for serving prometheus metric.
3007+
It can be set to "0" to disable the metrics serving.
3008+
type: string
3009+
insecureDiagnostics:
3010+
description: |-
3011+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
3012+
If false, or not set, the diagnostics address will expose pprof endpoints too.
3013+
type: boolean
29903014
type: object
29913015
profilerAddress:
29923016
description: |-
@@ -4576,7 +4600,19 @@ spec:
45764600
BindAddress is the TCP address that the controller should bind to
45774601
for serving prometheus metrics.
45784602
It can be set to "0" to disable the metrics serving.
4603+
NOTE: This field is deprecated, please use DiagnosticsAddress field
45794604
type: string
4605+
diagnosticsAddress:
4606+
description: |-
4607+
DiagnosticsAddress is the TCP address that the controller should bind to
4608+
for serving prometheus metric.
4609+
It can be set to "0" to disable the metrics serving.
4610+
type: string
4611+
insecureDiagnostics:
4612+
description: |-
4613+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
4614+
If false, or not set, the diagnostics address will expose pprof endpoints too.
4615+
type: boolean
45804616
type: object
45814617
profilerAddress:
45824618
description: |-
@@ -6105,7 +6141,19 @@ spec:
61056141
BindAddress is the TCP address that the controller should bind to
61066142
for serving prometheus metrics.
61076143
It can be set to "0" to disable the metrics serving.
6144+
NOTE: This field is deprecated, please use DiagnosticsAddress field
6145+
type: string
6146+
diagnosticsAddress:
6147+
description: |-
6148+
DiagnosticsAddress is the TCP address that the controller should bind to
6149+
for serving prometheus metric.
6150+
It can be set to "0" to disable the metrics serving.
61086151
type: string
6152+
insecureDiagnostics:
6153+
description: |-
6154+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
6155+
If false, or not set, the diagnostics address will expose pprof endpoints too.
6156+
type: boolean
61096157
type: object
61106158
profilerAddress:
61116159
description: |-
@@ -7696,7 +7744,19 @@ spec:
76967744
BindAddress is the TCP address that the controller should bind to
76977745
for serving prometheus metrics.
76987746
It can be set to "0" to disable the metrics serving.
7747+
NOTE: This field is deprecated, please use DiagnosticsAddress field
7748+
type: string
7749+
diagnosticsAddress:
7750+
description: |-
7751+
DiagnosticsAddress is the TCP address that the controller should bind to
7752+
for serving prometheus metric.
7753+
It can be set to "0" to disable the metrics serving.
76997754
type: string
7755+
insecureDiagnostics:
7756+
description: |-
7757+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
7758+
If false, or not set, the diagnostics address will expose pprof endpoints too.
7759+
type: boolean
77007760
type: object
77017761
profilerAddress:
77027762
description: |-
@@ -9225,7 +9285,19 @@ spec:
92259285
BindAddress is the TCP address that the controller should bind to
92269286
for serving prometheus metrics.
92279287
It can be set to "0" to disable the metrics serving.
9288+
NOTE: This field is deprecated, please use DiagnosticsAddress field
92289289
type: string
9290+
diagnosticsAddress:
9291+
description: |-
9292+
DiagnosticsAddress is the TCP address that the controller should bind to
9293+
for serving prometheus metric.
9294+
It can be set to "0" to disable the metrics serving.
9295+
type: string
9296+
insecureDiagnostics:
9297+
description: |-
9298+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
9299+
If false, or not set, the diagnostics address will expose pprof endpoints too.
9300+
type: boolean
92299301
type: object
92309302
profilerAddress:
92319303
description: |-
@@ -10816,7 +10888,19 @@ spec:
1081610888
BindAddress is the TCP address that the controller should bind to
1081710889
for serving prometheus metrics.
1081810890
It can be set to "0" to disable the metrics serving.
10891+
NOTE: This field is deprecated, please use DiagnosticsAddress field
10892+
type: string
10893+
diagnosticsAddress:
10894+
description: |-
10895+
DiagnosticsAddress is the TCP address that the controller should bind to
10896+
for serving prometheus metric.
10897+
It can be set to "0" to disable the metrics serving.
1081910898
type: string
10899+
insecureDiagnostics:
10900+
description: |-
10901+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
10902+
If false, or not set, the diagnostics address will expose pprof endpoints too.
10903+
type: boolean
1082010904
type: object
1082110905
profilerAddress:
1082210906
description: |-
@@ -12345,7 +12429,19 @@ spec:
1234512429
BindAddress is the TCP address that the controller should bind to
1234612430
for serving prometheus metrics.
1234712431
It can be set to "0" to disable the metrics serving.
12432+
NOTE: This field is deprecated, please use DiagnosticsAddress field
1234812433
type: string
12434+
diagnosticsAddress:
12435+
description: |-
12436+
DiagnosticsAddress is the TCP address that the controller should bind to
12437+
for serving prometheus metric.
12438+
It can be set to "0" to disable the metrics serving.
12439+
type: string
12440+
insecureDiagnostics:
12441+
description: |-
12442+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
12443+
If false, or not set, the diagnostics address will expose pprof endpoints too.
12444+
type: boolean
1234912445
type: object
1235012446
profilerAddress:
1235112447
description: |-
@@ -13936,7 +14032,19 @@ spec:
1393614032
BindAddress is the TCP address that the controller should bind to
1393714033
for serving prometheus metrics.
1393814034
It can be set to "0" to disable the metrics serving.
14035+
NOTE: This field is deprecated, please use DiagnosticsAddress field
1393914036
type: string
14037+
diagnosticsAddress:
14038+
description: |-
14039+
DiagnosticsAddress is the TCP address that the controller should bind to
14040+
for serving prometheus metric.
14041+
It can be set to "0" to disable the metrics serving.
14042+
type: string
14043+
insecureDiagnostics:
14044+
description: |-
14045+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
14046+
If false, or not set, the diagnostics address will expose pprof endpoints too.
14047+
type: boolean
1394014048
type: object
1394114049
profilerAddress:
1394214050
description: |-
@@ -15465,7 +15573,19 @@ spec:
1546515573
BindAddress is the TCP address that the controller should bind to
1546615574
for serving prometheus metrics.
1546715575
It can be set to "0" to disable the metrics serving.
15576+
NOTE: This field is deprecated, please use DiagnosticsAddress field
1546815577
type: string
15578+
diagnosticsAddress:
15579+
description: |-
15580+
DiagnosticsAddress is the TCP address that the controller should bind to
15581+
for serving prometheus metric.
15582+
It can be set to "0" to disable the metrics serving.
15583+
type: string
15584+
insecureDiagnostics:
15585+
description: |-
15586+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
15587+
If false, or not set, the diagnostics address will expose pprof endpoints too.
15588+
type: boolean
1546915589
type: object
1547015590
profilerAddress:
1547115591
description: |-
@@ -17056,7 +17176,19 @@ spec:
1705617176
BindAddress is the TCP address that the controller should bind to
1705717177
for serving prometheus metrics.
1705817178
It can be set to "0" to disable the metrics serving.
17179+
NOTE: This field is deprecated, please use DiagnosticsAddress field
17180+
type: string
17181+
diagnosticsAddress:
17182+
description: |-
17183+
DiagnosticsAddress is the TCP address that the controller should bind to
17184+
for serving prometheus metric.
17185+
It can be set to "0" to disable the metrics serving.
1705917186
type: string
17187+
insecureDiagnostics:
17188+
description: |-
17189+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
17190+
If false, or not set, the diagnostics address will expose pprof endpoints too.
17191+
type: boolean
1706017192
type: object
1706117193
profilerAddress:
1706217194
description: |-
@@ -18585,7 +18717,19 @@ spec:
1858518717
BindAddress is the TCP address that the controller should bind to
1858618718
for serving prometheus metrics.
1858718719
It can be set to "0" to disable the metrics serving.
18720+
NOTE: This field is deprecated, please use DiagnosticsAddress field
18721+
type: string
18722+
diagnosticsAddress:
18723+
description: |-
18724+
DiagnosticsAddress is the TCP address that the controller should bind to
18725+
for serving prometheus metric.
18726+
It can be set to "0" to disable the metrics serving.
1858818727
type: string
18728+
insecureDiagnostics:
18729+
description: |-
18730+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
18731+
If false, or not set, the diagnostics address will expose pprof endpoints too.
18732+
type: boolean
1858918733
type: object
1859018734
profilerAddress:
1859118735
description: |-
@@ -20177,7 +20321,19 @@ spec:
2017720321
BindAddress is the TCP address that the controller should bind to
2017820322
for serving prometheus metrics.
2017920323
It can be set to "0" to disable the metrics serving.
20324+
NOTE: This field is deprecated, please use DiagnosticsAddress field
2018020325
type: string
20326+
diagnosticsAddress:
20327+
description: |-
20328+
DiagnosticsAddress is the TCP address that the controller should bind to
20329+
for serving prometheus metric.
20330+
It can be set to "0" to disable the metrics serving.
20331+
type: string
20332+
insecureDiagnostics:
20333+
description: |-
20334+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
20335+
If false, or not set, the diagnostics address will expose pprof endpoints too.
20336+
type: boolean
2018120337
type: object
2018220338
profilerAddress:
2018320339
description: |-
@@ -21706,7 +21862,19 @@ spec:
2170621862
BindAddress is the TCP address that the controller should bind to
2170721863
for serving prometheus metrics.
2170821864
It can be set to "0" to disable the metrics serving.
21865+
NOTE: This field is deprecated, please use DiagnosticsAddress field
21866+
type: string
21867+
diagnosticsAddress:
21868+
description: |-
21869+
DiagnosticsAddress is the TCP address that the controller should bind to
21870+
for serving prometheus metric.
21871+
It can be set to "0" to disable the metrics serving.
2170921872
type: string
21873+
insecureDiagnostics:
21874+
description: |-
21875+
InsecureDiagnostics indicates if insecure metrics serving should be enabled.
21876+
If false, or not set, the diagnostics address will expose pprof endpoints too.
21877+
type: boolean
2171021878
type: object
2171121879
profilerAddress:
2171221880
description: |-

0 commit comments

Comments
 (0)