features

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Enables Cassandra operator.
	Cassandra featuregate.Feature = "Cassandra"

	// Enables ClickHouse operator.
	ClickHouse featuregate.Feature = "ClickHouse"

	// Enables Druid operator.
	Druid featuregate.Feature = "Druid"

	// Enables Elasticsearch operator.
	Elasticsearch featuregate.Feature = "Elasticsearch"

	// Enables FerretDB operator.
	FerretDB featuregate.Feature = "FerretDB"

	// Enables Kafka operator.
	Kafka featuregate.Feature = "Kafka"

	// Enables MariaDB operator.
	MariaDB featuregate.Feature = "MariaDB"

	// Enables Memcached operator.
	Memcached featuregate.Feature = "Memcached"

	// Enables MongoDB operator.
	MongoDB featuregate.Feature = "MongoDB"

	// Enables MSSQLServer operator.
	MSSQLServer featuregate.Feature = "MSSQLServer"
	// Enables MySQL operator.
	MySQL featuregate.Feature = "MySQL"

	// Enables PerconaXtraDB operator.
	PerconaXtraDB featuregate.Feature = "PerconaXtraDB"

	// Enables PgBouncer operator.
	PgBouncer featuregate.Feature = "PgBouncer"

	// Enables Pgpool operator.
	Pgpool featuregate.Feature = "Pgpool"

	// Enables Postgres operator.
	Postgres featuregate.Feature = "Postgres"

	// Enables ProxySQL operator.
	ProxySQL featuregate.Feature = "ProxySQL"

	// Enables RabbitMQ operator.
	RabbitMQ featuregate.Feature = "RabbitMQ"

	// Enables Redis operator.
	Redis featuregate.Feature = "Redis"

	// Enables Singlestore operator.
	Singlestore featuregate.Feature = "Singlestore"

	// Enables Solr operator.
	Solr featuregate.Feature = "Solr"

	// Enables ZooKeeper operator.
	ZooKeeper featuregate.Feature = "ZooKeeper"
)

Variables

View Source
var (
	// DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate.
	// Only top-level commands/options setup and the k8s.io/component-base/featuregate/testing package should make use of this.
	// Tests that need to modify feature gates for the duration of their test should use:
	//   defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.<FeatureName>, <value>)()
	DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

	// DefaultFeatureGate is a shared global FeatureGate.
	// Top-level commands/options setup that needs to modify this feature gate should use DefaultMutableFeatureGate.
	DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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