Skip to content

Commit 88cc9de

Browse files
committed
Update generated
1 parent 30293ae commit 88cc9de

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

bundle/manifests/scylla.scylladb.com_scylladbmonitorings.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,11 @@ spec:
171171
maxItems: 1
172172
type: array
173173
exposeOptions:
174-
description: exposeOptions specifies options for exposing
175-
Grafana UI.
174+
description: |-
175+
exposeOptions specifies options for exposing Grafana UI.
176+
177+
Deprecated: This field will be removed in the next version of the API. Support for it will be removed in the future
178+
versions of the operator. We recommend managing your own Ingress or HTTPRoute resources to expose Grafana if needed.
176179
properties:
177180
webInterface:
178181
description: webInterface specifies expose options for
@@ -1239,8 +1242,11 @@ spec:
12391242
instance, if any.
12401243
properties:
12411244
exposeOptions:
1242-
description: exposeOptions specifies options for exposing
1243-
Prometheus UI.
1245+
description: |-
1246+
exposeOptions specifies options for exposing Prometheus UI.
1247+
1248+
Deprecated: This field will be removed in the next version of the API. Support for it will be removed in the future
1249+
versions of the operator. We recommend managing your own Ingress or HTTPRoute resources to expose Prometheus if needed.
12441250
properties:
12451251
webInterface:
12461252
description: webInterface specifies expose options for

deploy/operator.yaml

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/api-reference/groups/scylla.scylladb.com/scylladbmonitorings.rst

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/api/scylla/v1alpha1/scylla.scylladb.com_scylladbmonitorings.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ spec:
156156
maxItems: 1
157157
type: array
158158
exposeOptions:
159-
description: exposeOptions specifies options for exposing Grafana UI.
159+
description: |-
160+
exposeOptions specifies options for exposing Grafana UI.
161+
162+
Deprecated: This field will be removed in the next version of the API. Support for it will be removed in the future
163+
versions of the operator. We recommend managing your own Ingress or HTTPRoute resources to expose Grafana if needed.
160164
properties:
161165
webInterface:
162166
description: webInterface specifies expose options for the user web interface.
@@ -1167,7 +1171,11 @@ spec:
11671171
description: prometheus holds configuration for the prometheus instance, if any.
11681172
properties:
11691173
exposeOptions:
1170-
description: exposeOptions specifies options for exposing Prometheus UI.
1174+
description: |-
1175+
exposeOptions specifies options for exposing Prometheus UI.
1176+
1177+
Deprecated: This field will be removed in the next version of the API. Support for it will be removed in the future
1178+
versions of the operator. We recommend managing your own Ingress or HTTPRoute resources to expose Prometheus if needed.
11711179
properties:
11721180
webInterface:
11731181
description: webInterface specifies expose options for the user web interface.

0 commit comments

Comments
 (0)