Skip to content

Commit

Permalink
[INTERNAL] Generate CRDs resources
Browse files Browse the repository at this point in the history
keeping this as a separate commit to
ease the rebase on upstream master branch
  • Loading branch information
amuraru committed May 26, 2021
1 parent 04440f2 commit f6a8e9d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
20 changes: 19 additions & 1 deletion charts/kafka-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11555,6 +11555,10 @@ spec:
- sasl_ssl
- sasl_plaintext
type: string
usedForInnerBrokerCommunication:
description: At least one of the listeners should have this
flag enabled
type: boolean
required:
- containerPort
- externalStartingPort
Expand All @@ -11570,6 +11574,19 @@ spec:
containerPort:
format: int32
type: integer
externalListenerForHostname:
description: If set to a non-empty value, the Kafka brokers
will use the external hostname for inter broker communication.
The internal lister will will share the same hostname
with the external listener that is referenced here.
type: string
internalStartingPort:
description: This following options are helpful when you
want to run a Kafka cluster over multiple Kubernetes clusters.
The broker internal ports are computed as the sum of the
internalStartingPort and the broker id.
format: int32
type: integer
name:
type: string
type:
Expand All @@ -11585,12 +11602,13 @@ spec:
usedForControllerCommunication:
type: boolean
usedForInnerBrokerCommunication:
description: At least one of the listeners should have this
flag enabled
type: boolean
required:
- containerPort
- name
- type
- usedForInnerBrokerCommunication
type: object
type: array
serviceAnnotations:
Expand Down
20 changes: 19 additions & 1 deletion config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11554,6 +11554,10 @@ spec:
- sasl_ssl
- sasl_plaintext
type: string
usedForInnerBrokerCommunication:
description: At least one of the listeners should have this
flag enabled
type: boolean
required:
- containerPort
- externalStartingPort
Expand All @@ -11569,6 +11573,19 @@ spec:
containerPort:
format: int32
type: integer
externalListenerForHostname:
description: If set to a non-empty value, the Kafka brokers
will use the external hostname for inter broker communication.
The internal lister will will share the same hostname
with the external listener that is referenced here.
type: string
internalStartingPort:
description: This following options are helpful when you
want to run a Kafka cluster over multiple Kubernetes clusters.
The broker internal ports are computed as the sum of the
internalStartingPort and the broker id.
format: int32
type: integer
name:
type: string
type:
Expand All @@ -11584,12 +11601,13 @@ spec:
usedForControllerCommunication:
type: boolean
usedForInnerBrokerCommunication:
description: At least one of the listeners should have this
flag enabled
type: boolean
required:
- containerPort
- name
- type
- usedForInnerBrokerCommunication
type: object
type: array
serviceAnnotations:
Expand Down

0 comments on commit f6a8e9d

Please sign in to comment.