KafkaConnector CRD schema reference (group kafka.banzaicloud.io)

KafkaConnector is the Schema for the kafkaconnectors API

KafkaConnector

KafkaConnector is the Schema for the kafkaconnectors API

Full name:
kafkaconnectors.kafka.banzaicloud.io
Group:
kafka.banzaicloud.io
Singular name:
kafkaconnector
Plural name:
kafkaconnectors
Scope:
Namespaced
Versions:
v1beta1

Version v1beta1

Properties

.apiVersion

string

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

string

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

object

.spec

object

KafkaConnectorSpec defines the desired state of KafkaConnector

.spec.class

string Required

Class is the connector class name

.spec.clusterRef

object Required

ClusterReference is the framework where the connector will run (the connector must be in the same namespace as the connect framework)

.spec.clusterRef.name

string Required

.spec.config

object Required

Config is the config for the connector

.spec.pause

boolean

Pause whether to pause the connector execution or not

.spec.tasksMax

integer Required

TasksMax is the maximum number of tasks for the Kafka Connector.

.status

object

KafkaConnectorStatus defines the observed state of KafkaConnector

.status.configValidationError

string

ConfigValidationError holds information about connector config error

.status.paused

boolean Required

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