Skip to content

Commit

Permalink
Adds crd reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fekete-robert committed Oct 20, 2023
1 parent a4b39b7 commit 7f90588
Show file tree
Hide file tree
Showing 8 changed files with 34,962 additions and 30 deletions.
13 changes: 7 additions & 6 deletions content/docs/configurations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ weight: 250

Koperator provides convenient ways of configuring Kafka resources through [Kubernetes custom resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).

List of our custom resources:

- [KafkaCluster]({{< relref "kafkacluster-cr/_index.md" >}})
- [KafkaTopic]({{< relref "../topics.md" >}})
- KafkaUser


## Overview

The **KafkaCluster** custom resource is the main configuration resource for the Kafka clusters.
It defines the Apache Kafka cluster properties, like Kafka brokers and listeners configurations.
By deploying the KafkaCluster custom resource, Koperator sets up your Kafka cluster.
You can change your Kafka cluster properties by updating the KafkaCluster custom resource.
The **KafkaCluster** custom resource always reflects to your Kafka cluster: when something has changed in your KafkaCluster custom resource, Koperator reconciles the changes to your Kafka cluster.

For the CRD reference, see {{% xref "/docs/configurations/crd/_index.md" %}}.
8 changes: 8 additions & 0 deletions content/docs/configurations/crd/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: CRD
weight: 990
---

The following sections contain the reference documentation of the various custom resource definitions (CRDs) that are specific to Koperator.

For sample YAML files, see the [samples directory in the GitHub project](https://github.com/banzaicloud/koperator/tree/master/config/samples).
Loading

0 comments on commit 7f90588

Please sign in to comment.