You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/telemetry-controller/crds/telemetry.kube-logging.dev_collectors.yaml
+28-20
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ spec:
282
282
Cannot be updated.
283
283
items:
284
284
description: EnvFromSource represents the source of a
285
-
set of ConfigMaps
285
+
set of ConfigMaps or Secrets
286
286
properties:
287
287
configMapRef:
288
288
description: The ConfigMap to select from
@@ -303,8 +303,8 @@ spec:
303
303
type: object
304
304
x-kubernetes-map-type: atomic
305
305
prefix:
306
-
description: An optional identifier to prepend to
307
-
each key in the ConfigMap. Must be a C_IDENTIFIER.
306
+
description: Optional text to prepend to the name
307
+
of each environment variable. Must be a C_IDENTIFIER.
308
308
type: string
309
309
secretRef:
310
310
description: The Secret to select from
@@ -568,6 +568,12 @@ spec:
568
568
- port
569
569
type: object
570
570
type: object
571
+
stopSignal:
572
+
description: |-
573
+
StopSignal defines which signal will be sent to a container when it is being stopped.
574
+
If not specified, the default is defined by the container runtime in use.
575
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
576
+
type: string
571
577
type: object
572
578
livenessProbe:
573
579
description: |-
@@ -1831,7 +1837,6 @@ spec:
1831
1837
pod labels will be ignored. The default value is empty.
1832
1838
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
1833
1839
Also, matchLabelKeys cannot be set when labelSelector isn't set.
1834
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1835
1840
items:
1836
1841
type: string
1837
1842
type: array
@@ -1846,7 +1851,6 @@ spec:
1846
1851
pod labels will be ignored. The default value is empty.
1847
1852
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
1848
1853
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
1849
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
1850
1854
items:
1851
1855
type: string
1852
1856
type: array
@@ -2013,7 +2017,6 @@ spec:
2013
2017
pod labels will be ignored. The default value is empty.
2014
2018
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
2015
2019
Also, matchLabelKeys cannot be set when labelSelector isn't set.
2016
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2017
2020
items:
2018
2021
type: string
2019
2022
type: array
@@ -2028,7 +2031,6 @@ spec:
2028
2031
pod labels will be ignored. The default value is empty.
2029
2032
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
2030
2033
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
2031
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2032
2034
items:
2033
2035
type: string
2034
2036
type: array
@@ -2193,7 +2195,6 @@ spec:
2193
2195
pod labels will be ignored. The default value is empty.
2194
2196
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
2195
2197
Also, matchLabelKeys cannot be set when labelSelector isn't set.
2196
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2197
2198
items:
2198
2199
type: string
2199
2200
type: array
@@ -2208,7 +2209,6 @@ spec:
2208
2209
pod labels will be ignored. The default value is empty.
2209
2210
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
2210
2211
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
2211
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2212
2212
items:
2213
2213
type: string
2214
2214
type: array
@@ -2375,7 +2375,6 @@ spec:
2375
2375
pod labels will be ignored. The default value is empty.
2376
2376
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
2377
2377
Also, matchLabelKeys cannot be set when labelSelector isn't set.
2378
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2379
2378
items:
2380
2379
type: string
2381
2380
type: array
@@ -2390,7 +2389,6 @@ spec:
2390
2389
pod labels will be ignored. The default value is empty.
2391
2390
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
2392
2391
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
2393
-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
2394
2392
items:
2395
2393
type: string
2396
2394
type: array
@@ -2603,7 +2601,7 @@ spec:
2603
2601
on the generated pods.
2604
2602
items:
2605
2603
description: EnvFromSource represents the source of a set of
2606
-
ConfigMaps
2604
+
ConfigMaps or Secrets
2607
2605
properties:
2608
2606
configMapRef:
2609
2607
description: The ConfigMap to select from
@@ -2623,8 +2621,8 @@ spec:
2623
2621
type: object
2624
2622
x-kubernetes-map-type: atomic
2625
2623
prefix:
2626
-
description: An optional identifier to prepend to each key
2627
-
in the ConfigMap. Must be a C_IDENTIFIER.
2624
+
description: Optional text to prepend to the name of each
2625
+
environment variable. Must be a C_IDENTIFIER.
2628
2626
type: string
2629
2627
secretRef:
2630
2628
description: The Secret to select from
@@ -2831,7 +2829,7 @@ spec:
2831
2829
Cannot be updated.
2832
2830
items:
2833
2831
description: EnvFromSource represents the source of a
2834
-
set of ConfigMaps
2832
+
set of ConfigMaps or Secrets
2835
2833
properties:
2836
2834
configMapRef:
2837
2835
description: The ConfigMap to select from
@@ -2852,8 +2850,8 @@ spec:
2852
2850
type: object
2853
2851
x-kubernetes-map-type: atomic
2854
2852
prefix:
2855
-
description: An optional identifier to prepend to
2856
-
each key in the ConfigMap. Must be a C_IDENTIFIER.
2853
+
description: Optional text to prepend to the name
2854
+
of each environment variable. Must be a C_IDENTIFIER.
2857
2855
type: string
2858
2856
secretRef:
2859
2857
description: The Secret to select from
@@ -3117,6 +3115,12 @@ spec:
3117
3115
- port
3118
3116
type: object
3119
3117
type: object
3118
+
stopSignal:
3119
+
description: |-
3120
+
StopSignal defines which signal will be sent to a container when it is being stopped.
3121
+
If not specified, the default is defined by the container runtime in use.
3122
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
3123
+
type: string
3120
3124
type: object
3121
3125
livenessProbe:
3122
3126
description: |-
@@ -4332,6 +4336,12 @@ spec:
4332
4336
- port
4333
4337
type: object
4334
4338
type: object
4339
+
stopSignal:
4340
+
description: |-
4341
+
StopSignal defines which signal will be sent to a container when it is being stopped.
4342
+
If not specified, the default is defined by the container runtime in use.
4343
+
StopSignal can only be set for Pods with a non-empty .spec.os.name
4344
+
type: string
4335
4345
type: object
4336
4346
managementState:
4337
4347
default: managed
@@ -5199,7 +5209,6 @@ spec:
5199
5209
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
5200
5210
5201
5211
If this value is nil, the behavior is equivalent to the Honor policy.
5202
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5203
5212
type: string
5204
5213
nodeTaintsPolicy:
5205
5214
description: |-
@@ -5210,7 +5219,6 @@ spec:
5210
5219
- Ignore: node taints are ignored. All nodes are included.
5211
5220
5212
5221
If this value is nil, the behavior is equivalent to the Ignore policy.
5213
-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
5214
5222
type: string
5215
5223
topologyKey:
5216
5224
description: |-
@@ -6245,7 +6253,7 @@ spec:
6245
6253
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
6246
6254
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
6247
6255
The volume will be mounted read-only (ro) and non-executable files (noexec).
6248
-
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath).
6256
+
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
6249
6257
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
0 commit comments