File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apiVersion: apiextensions.k8s.io/v1
1010kind : CustomResourceDefinition
1111metadata :
1212 annotations :
13- controller-gen.kubebuilder.io/version : v0.4.0
13+ controller-gen.kubebuilder.io/version : v0.4.1
1414 creationTimestamp : null
1515 name : rabbitmqclusters.rabbitmq.com
1616spec :
@@ -713,6 +713,7 @@ spec:
713713 format : int32
714714 type : integer
715715 protocol :
716+ default : TCP
716717 type : string
717718 targetPort :
718719 anyOf :
@@ -1364,6 +1365,7 @@ spec:
13641365 name :
13651366 type : string
13661367 protocol :
1368+ default : TCP
13671369 type : string
13681370 required :
13691371 - containerPort
@@ -1925,6 +1927,7 @@ spec:
19251927 name :
19261928 type : string
19271929 protocol :
1930+ default : TCP
19281931 type : string
19291932 required :
19301933 - containerPort
@@ -2485,6 +2488,7 @@ spec:
24852488 name :
24862489 type : string
24872490 protocol :
2491+ default : TCP
24882492 type : string
24892493 required :
24902494 - containerPort
You can’t perform that action at this time.
0 commit comments