Skip to content

Commit 06a015f

Browse files
authored
Run make manifests (#473)
after bumping sigs.k8s.io/controller-tools from v0.4.0 to v0.4.1
1 parent 60f24b8 commit 06a015f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apiVersion: apiextensions.k8s.io/v1
1010
kind: CustomResourceDefinition
1111
metadata:
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
1616
spec:
@@ -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

0 commit comments

Comments
 (0)