Skip to content

Commit

Permalink
[INTERNAL] Generate CRDs resources
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Jul 29, 2021
1 parent f405dca commit 523d0f9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
22 changes: 19 additions & 3 deletions charts/kafka-operator/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17703,7 +17703,6 @@ spec:
on the address having the following format: <kafka-cluster-name>-<broker-id>.<namespace><value-specified-in-hostnameOverride-field>'
type: string
name:
pattern: ^[a-z0-9\-]+
type: string
serviceAnnotations:
additionalProperties:
Expand All @@ -17727,6 +17726,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 @@ -17742,8 +17745,20 @@ 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:
pattern: ^[a-z0-9\-]+
type: string
type:
description: 'SecurityProtocol is the protocol used to communicate
Expand All @@ -17758,12 +17773,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
22 changes: 19 additions & 3 deletions config/base/crds/kafka.banzaicloud.io_kafkaclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17702,7 +17702,6 @@ spec:
on the address having the following format: <kafka-cluster-name>-<broker-id>.<namespace><value-specified-in-hostnameOverride-field>'
type: string
name:
pattern: ^[a-z0-9\-]+
type: string
serviceAnnotations:
additionalProperties:
Expand All @@ -17726,6 +17725,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 @@ -17741,8 +17744,20 @@ 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:
pattern: ^[a-z0-9\-]+
type: string
type:
description: 'SecurityProtocol is the protocol used to communicate
Expand All @@ -17757,12 +17772,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 523d0f9

Please sign in to comment.