File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed
charts/embedded-cluster-operator/charts/crds/templates Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ spec:
484
484
description : |-
485
485
ConfigSecret holds a secret name and namespace. If this is set it means that
486
486
the Config for this Installation object must be read from there. This option
487
- superseeds (overrides) the Config field.
487
+ supersedes (overrides) the Config field.
488
488
properties :
489
489
name :
490
490
type : string
@@ -511,6 +511,16 @@ spec:
511
511
metricsBaseURL :
512
512
description : MetricsBaseURL holds the base URL for the metrics server.
513
513
type : string
514
+ network :
515
+ description : Network holds the network configuration.
516
+ properties :
517
+ nodePortRange :
518
+ type : string
519
+ podCIDR :
520
+ type : string
521
+ serviceCIDR :
522
+ type : string
523
+ type : object
514
524
proxy :
515
525
description : Proxy holds the proxy configuration.
516
526
properties :
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ spec:
271
271
description : |-
272
272
ConfigSecret holds a secret name and namespace. If this is set it means that
273
273
the Config for this Installation object must be read from there. This option
274
- superseeds (overrides) the Config field.
274
+ supersedes (overrides) the Config field.
275
275
properties :
276
276
name :
277
277
type : string
@@ -300,6 +300,16 @@ spec:
300
300
metricsBaseURL :
301
301
description : MetricsBaseURL holds the base URL for the metrics server.
302
302
type : string
303
+ network :
304
+ description : Network holds the network configuration.
305
+ properties :
306
+ nodePortRange :
307
+ type : string
308
+ podCIDR :
309
+ type : string
310
+ serviceCIDR :
311
+ type : string
312
+ type : object
303
313
proxy :
304
314
description : Proxy holds the proxy configuration.
305
315
properties :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/ohler55/ojg v1.22.0
17
17
github.com/onsi/ginkgo/v2 v2.19.0
18
18
github.com/onsi/gomega v1.33.1
19
- github.com/replicatedhq/embedded-cluster-kinds v1.3.10
19
+ github.com/replicatedhq/embedded-cluster-kinds v1.3.11
20
20
github.com/stretchr/testify v1.9.0
21
21
go.uber.org/multierr v1.11.0
22
22
gopkg.in/yaml.v2 v2.4.0
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lne
172
172
github.com/prometheus/common v0.45.0 /go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY =
173
173
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo =
174
174
github.com/prometheus/procfs v0.12.0 /go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo =
175
- github.com/replicatedhq/embedded-cluster-kinds v1.3.10 h1:nANfyym6NGwkdY9jVhRR4zClQT2YBskIjs60g+VfFfs =
176
- github.com/replicatedhq/embedded-cluster-kinds v1.3.10 /go.mod h1:AwopUvvGcaWO4mn9DkbPj5RnLuOy756CNLrcaAlmjMo =
175
+ github.com/replicatedhq/embedded-cluster-kinds v1.3.11 h1:mYQcqd97xWTLTQnfp0mdufVoj9py3ldOUj/chk4gb+4 =
176
+ github.com/replicatedhq/embedded-cluster-kinds v1.3.11 /go.mod h1:AwopUvvGcaWO4mn9DkbPj5RnLuOy756CNLrcaAlmjMo =
177
177
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M =
178
178
github.com/rogpeppe/go-internal v1.11.0 /go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA =
179
179
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
You can’t perform that action at this time.
0 commit comments