KafkaTopic CRD schema reference (group kafka.banzaicloud.io)
KafkaTopic
KafkaTopic is the Schema for the kafkatopics API
Version v1alpha1
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
KafkaTopicSpec defines the desired state of KafkaTopic
.spec.clusterRef
ClusterReference states a reference to a cluster for topic/user provisioning
.spec.clusterRef.name
.spec.clusterRef.namespace
.spec.config
.spec.name
.spec.partitions
Partitions defines the desired number of partitions; must be positive, or -1 to signify using the broker’s default
.spec.replicationFactor
ReplicationFactor defines the desired replication factor; must be positive, or -1 to signify using the broker’s default
.status
KafkaTopicStatus defines the observed state of KafkaTopic
.status.state
TopicState defines the state of a KafkaTopic