@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
annotations :
5
- controller-gen.kubebuilder.io/version : v0.11.3
5
+ controller-gen.kubebuilder.io/version : v0.12.0
6
6
creationTimestamp : null
7
7
labels :
8
8
app.kubernetes.io/name : opentelemetry-operator
@@ -343,7 +343,8 @@ spec:
343
343
description : ' Requests describes the minimum amount of compute
344
344
resources required. If Requests is omitted for a container,
345
345
it defaults to Limits if that is explicitly specified, otherwise
346
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
346
+ to an implementation-defined value. Requests cannot exceed
347
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
347
348
type : object
348
349
type : object
349
350
version :
@@ -520,7 +521,8 @@ spec:
520
521
description : ' Requests describes the minimum amount of compute
521
522
resources required. If Requests is omitted for a container,
522
523
it defaults to Limits if that is explicitly specified, otherwise
523
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
524
+ to an implementation-defined value. Requests cannot exceed
525
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
524
526
type : object
525
527
type : object
526
528
type : object
@@ -818,7 +820,8 @@ spec:
818
820
description : ' Requests describes the minimum amount of compute
819
821
resources required. If Requests is omitted for a container,
820
822
it defaults to Limits if that is explicitly specified, otherwise
821
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
823
+ to an implementation-defined value. Requests cannot exceed
824
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
822
825
type : object
823
826
type : object
824
827
type : object
@@ -992,7 +995,8 @@ spec:
992
995
description : ' Requests describes the minimum amount of compute
993
996
resources required. If Requests is omitted for a container,
994
997
it defaults to Limits if that is explicitly specified, otherwise
995
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
998
+ to an implementation-defined value. Requests cannot exceed
999
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
996
1000
type : object
997
1001
type : object
998
1002
type : object
@@ -1165,7 +1169,8 @@ spec:
1165
1169
description : ' Requests describes the minimum amount of compute
1166
1170
resources required. If Requests is omitted for a container,
1167
1171
it defaults to Limits if that is explicitly specified, otherwise
1168
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1172
+ to an implementation-defined value. Requests cannot exceed
1173
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1169
1174
type : object
1170
1175
type : object
1171
1176
type : object
@@ -1355,7 +1360,8 @@ spec:
1355
1360
description : ' Requests describes the minimum amount of compute
1356
1361
resources required. If Requests is omitted for a container,
1357
1362
it defaults to Limits if that is explicitly specified, otherwise
1358
- to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1363
+ to an implementation-defined value. Requests cannot exceed
1364
+ Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1359
1365
type : object
1360
1366
type : object
1361
1367
type : object
0 commit comments