@@ -10,7 +10,7 @@ apiVersion: apiextensions.k8s.io/v1
10
10
kind : CustomResourceDefinition
11
11
metadata :
12
12
annotations :
13
- controller-gen.kubebuilder.io/version : v0.18 .0
13
+ controller-gen.kubebuilder.io/version : v0.19 .0
14
14
name : rabbitmqclusters.rabbitmq.com
15
15
spec :
16
16
group : rabbitmq.com
@@ -605,8 +605,8 @@ spec:
605
605
most preferred is the one with the greatest sum of weights, i.e.
606
606
for each node that meets all of the scheduling requirements (resource
607
607
request, requiredDuringScheduling anti-affinity expressions, etc.),
608
- compute a sum by iterating through the elements of this field and adding
609
- "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
608
+ compute a sum by iterating through the elements of this field and subtracting
609
+ "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
610
610
node(s) with the highest sum are the most preferred.
611
611
items :
612
612
description : The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
@@ -1653,6 +1653,23 @@ spec:
1653
1653
- fieldPath
1654
1654
type : object
1655
1655
x-kubernetes-map-type : atomic
1656
+ fileKeyRef :
1657
+ properties :
1658
+ key :
1659
+ type : string
1660
+ optional :
1661
+ default : false
1662
+ type : boolean
1663
+ path :
1664
+ type : string
1665
+ volumeName :
1666
+ type : string
1667
+ required :
1668
+ - key
1669
+ - path
1670
+ - volumeName
1671
+ type : object
1672
+ x-kubernetes-map-type : atomic
1656
1673
resourceFieldRef :
1657
1674
properties :
1658
1675
containerName :
@@ -2081,6 +2098,29 @@ spec:
2081
2098
type : object
2082
2099
restartPolicy :
2083
2100
type : string
2101
+ restartPolicyRules :
2102
+ items :
2103
+ properties :
2104
+ action :
2105
+ type : string
2106
+ exitCodes :
2107
+ properties :
2108
+ operator :
2109
+ type : string
2110
+ values :
2111
+ items :
2112
+ format : int32
2113
+ type : integer
2114
+ type : array
2115
+ x-kubernetes-list-type : set
2116
+ required :
2117
+ - operator
2118
+ type : object
2119
+ required :
2120
+ - action
2121
+ type : object
2122
+ type : array
2123
+ x-kubernetes-list-type : atomic
2084
2124
securityContext :
2085
2125
properties :
2086
2126
allowPrivilegeEscalation :
@@ -2365,6 +2405,23 @@ spec:
2365
2405
- fieldPath
2366
2406
type : object
2367
2407
x-kubernetes-map-type : atomic
2408
+ fileKeyRef :
2409
+ properties :
2410
+ key :
2411
+ type : string
2412
+ optional :
2413
+ default : false
2414
+ type : boolean
2415
+ path :
2416
+ type : string
2417
+ volumeName :
2418
+ type : string
2419
+ required :
2420
+ - key
2421
+ - path
2422
+ - volumeName
2423
+ type : object
2424
+ x-kubernetes-map-type : atomic
2368
2425
resourceFieldRef :
2369
2426
properties :
2370
2427
containerName :
@@ -2793,6 +2850,29 @@ spec:
2793
2850
type : object
2794
2851
restartPolicy :
2795
2852
type : string
2853
+ restartPolicyRules :
2854
+ items :
2855
+ properties :
2856
+ action :
2857
+ type : string
2858
+ exitCodes :
2859
+ properties :
2860
+ operator :
2861
+ type : string
2862
+ values :
2863
+ items :
2864
+ format : int32
2865
+ type : integer
2866
+ type : array
2867
+ x-kubernetes-list-type : set
2868
+ required :
2869
+ - operator
2870
+ type : object
2871
+ required :
2872
+ - action
2873
+ type : object
2874
+ type : array
2875
+ x-kubernetes-list-type : atomic
2796
2876
securityContext :
2797
2877
properties :
2798
2878
allowPrivilegeEscalation :
@@ -3034,6 +3114,8 @@ spec:
3034
3114
type : boolean
3035
3115
hostname :
3036
3116
type : string
3117
+ hostnameOverride :
3118
+ type : string
3037
3119
imagePullSecrets :
3038
3120
items :
3039
3121
properties :
@@ -3091,6 +3173,23 @@ spec:
3091
3173
- fieldPath
3092
3174
type : object
3093
3175
x-kubernetes-map-type : atomic
3176
+ fileKeyRef :
3177
+ properties :
3178
+ key :
3179
+ type : string
3180
+ optional :
3181
+ default : false
3182
+ type : boolean
3183
+ path :
3184
+ type : string
3185
+ volumeName :
3186
+ type : string
3187
+ required :
3188
+ - key
3189
+ - path
3190
+ - volumeName
3191
+ type : object
3192
+ x-kubernetes-map-type : atomic
3094
3193
resourceFieldRef :
3095
3194
properties :
3096
3195
containerName :
@@ -3519,6 +3618,29 @@ spec:
3519
3618
type : object
3520
3619
restartPolicy :
3521
3620
type : string
3621
+ restartPolicyRules :
3622
+ items :
3623
+ properties :
3624
+ action :
3625
+ type : string
3626
+ exitCodes :
3627
+ properties :
3628
+ operator :
3629
+ type : string
3630
+ values :
3631
+ items :
3632
+ format : int32
3633
+ type : integer
3634
+ type : array
3635
+ x-kubernetes-list-type : set
3636
+ required :
3637
+ - operator
3638
+ type : object
3639
+ required :
3640
+ - action
3641
+ type : object
3642
+ type : array
3643
+ x-kubernetes-list-type : atomic
3522
3644
securityContext :
3523
3645
properties :
3524
3646
allowPrivilegeEscalation :
@@ -4598,6 +4720,25 @@ spec:
4598
4720
type : array
4599
4721
x-kubernetes-list-type : atomic
4600
4722
type : object
4723
+ podCertificate :
4724
+ properties :
4725
+ certificateChainPath :
4726
+ type : string
4727
+ credentialBundlePath :
4728
+ type : string
4729
+ keyPath :
4730
+ type : string
4731
+ keyType :
4732
+ type : string
4733
+ maxExpirationSeconds :
4734
+ format : int32
4735
+ type : integer
4736
+ signerName :
4737
+ type : string
4738
+ required :
4739
+ - keyType
4740
+ - signerName
4741
+ type : object
4601
4742
secret :
4602
4743
properties :
4603
4744
items :
@@ -5005,7 +5146,7 @@ spec:
5005
5146
Claims lists the names of resources, defined in spec.resourceClaims,
5006
5147
that are used by this container.
5007
5148
5008
- This is an alpha field and requires enabling the
5149
+ This field depends on the
5009
5150
DynamicResourceAllocation feature gate.
5010
5151
5011
5152
This field is immutable. It can only be set for containers.
0 commit comments