kafkasql

package
v0.0.0-...-0312a9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeployKafkaClusterV2

func DeployKafkaClusterV2(suiteCtx *types.SuiteContext, namespace string, replicas int, exposeExternal bool, name string, topics []string) *types.KafkaClusterInfo

DeployKafkaCluster deploys a kafka cluster and some topics, returns a flag to indicate if strimzi operator has been deployed(useful to know if it was already installed)

func DeployKafkaConnect

func DeployKafkaConnect(suiteCtx *types.SuiteContext, kafkaClusterInfo *types.KafkaClusterInfo, image string, convertersPlugin types.KafkaConnectPlugin)

func DeploySharedKafkaIfNeeded

func DeploySharedKafkaIfNeeded(suiteCtx *types.SuiteContext, ctx *types.TestContext) *types.KafkaClusterInfo

func KafkaSqlDeployResource

func KafkaSqlDeployResource(suiteCtx *types.SuiteContext, ctx *types.TestContext) *apicurio.ApicurioRegistry

func RemoveKafkaCluster

func RemoveKafkaCluster(clientset *kubernetes.Clientset, namespace string, kafkaClusterInfo *types.KafkaClusterInfo)

RemoveKafkaCluster removes a kafka cluster

func RemoveKafkaConnect

func RemoveKafkaConnect(suiteCtx *types.SuiteContext, kafkaClusterInfo *types.KafkaClusterInfo)

func RemoveKafkaSqlRegistry

func RemoveKafkaSqlRegistry(suiteCtx *types.SuiteContext, ctx *types.TestContext)

RemoveKafkaSqlRegistry uninstalls registry CR, kafka cluster and strimzi operator

func RemoveSharedKafkaIfNeeded

func RemoveSharedKafkaIfNeeded(suiteCtx *types.SuiteContext, ctx *types.TestContext, kafkaCluster *types.KafkaClusterInfo)

func RemoveStrimziOperator

func RemoveStrimziOperator(clientset *kubernetes.Clientset, namespace string)

RemoveStrimziOperator uninstalls strimzi operator

Types

type CreateKafkaClusterRequest

type CreateKafkaClusterRequest struct {
	Namespace      string
	Replicas       int
	ExposeExternal bool
	Name           string
	Topics         []string
	Security       string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL