features

package
v0.60.1 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2026 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"

	// Enable DB2 operator
	DB2 featuregate.Feature = "DB2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	// 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 Qdrant operator.
	Qdrant featuregate.Feature = "Qdrant"

	// 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 Weaviate operator.
	Weaviate featuregate.Feature = "Weaviate"

	// 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