Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KafkaBrokersEnvKey holds env key, which has value for Kafka brokers KafkaBrokersEnvKey = "KAFKA_BROKERS" // MaxKafkaTopicsPartitionsEnvKey holds env key, which has value for // Kafka topic max partitions MaxKafkaTopicsPartitionsEnvKey = "KAFKA_TOPIC_MAX_PARTITIONS" // DefaultMaxParts is default for Max kafka topic partitions DefaultMaxParts = 3 // SchemaRegistryURLEnvKey holds env key, which has value for Schema registry URL SchemaRegistryURLEnvKey = "SCHEMA_REGISTRY_URL" // MaxConcurrentReconcilesEnvKey holds env key, which has value for Maximum parallel reconciliations done MaxConcurrentReconcilesEnvKey = "MAX_CONCURRENT_RECONCILES" DefaultMaxConcurrentReconciles = 2 // LabelSelectorEnvKey will have label selector, which will make us work only with objects, which have those labels added. If not defined, we will work with ALL objects in K8S cluster. LabelSelectorEnvKey = "LABEL_SELECTOR" // SlackWebhookURLEnvKey holds env key, which has value for Slack webhook URL SlackTokenEnvKey = "SLACK_TOKEN" SlackChannelEnvKey = "SLACK_CHANNEL" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.