Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
name: rabbitmqclusters.rabbitmq.com
spec:
Expand Down Expand Up @@ -713,6 +713,7 @@ spec:
format: int32
type: integer
protocol:
default: TCP
type: string
targetPort:
anyOf:
Expand Down Expand Up @@ -1364,6 +1365,7 @@ spec:
name:
type: string
protocol:
default: TCP
type: string
required:
- containerPort
Expand Down Expand Up @@ -1925,6 +1927,7 @@ spec:
name:
type: string
protocol:
default: TCP
type: string
required:
- containerPort
Expand Down Expand Up @@ -2485,6 +2488,7 @@ spec:
name:
type: string
protocol:
default: TCP
type: string
required:
- containerPort
Expand Down