KafkaConnector CRD schema reference (group kafka.banzaicloud.io)
KafkaConnector
KafkaConnector is the Schema for the kafkaconnectors API
Version v1beta1
Properties
.apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
.kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
.metadata
.spec
KafkaConnectorSpec defines the desired state of KafkaConnector
.spec.class
Class is the connector class name
.spec.clusterRef
ClusterReference is the framework where the connector will run (the connector must be in the same namespace as the connect framework)
.spec.clusterRef.name
.spec.config
Config is the config for the connector
.spec.pause
Pause whether to pause the connector execution or not
.spec.tasksMax
TasksMax is the maximum number of tasks for the Kafka Connector.
.status
KafkaConnectorStatus defines the observed state of KafkaConnector
.status.configValidationError
ConfigValidationError holds information about connector config error
.status.paused
INSERT ADDITIONAL STATUS FIELD - define observed state of cluster Important: Run “make” to regenerate code after modifying this file Paused whether the connector is paused or not