Documentation
¶
Index ¶
- Constants
- func AtlasSearchIndexKeysToDeployment(logger *zap.SugaredLogger) client.IndexerFunc
- func AtlasStreamConnectionsBySecretIndices(logger *zap.SugaredLogger) client.IndexerFunc
- func AtlasStreamInstancesByConnectionRegistryIndices(logger *zap.SugaredLogger) client.IndexerFunc
- func NewAtlasSearchIndexConfigsToDeploymentIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
- func NewAtlasStreamConnectionsBySecretIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
- func NewAtlasStreamInstancesByConnectionRegistryIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
Constants ¶
View Source
const (
AtlasSearchIndexToDeploymentRegistry = ".spec.deploymentSpec.searchIndexes"
)
View Source
const (
AtlasStreamConnectionBySecret = ".spec.kafkaConfig" //nolint:gosec
)
View Source
const (
AtlasStreamInstancesByConnectionRegistry = ".spec.connectionRegistry"
)
Variables ¶
This section is empty.
Functions ¶
func AtlasSearchIndexKeysToDeployment ¶
func AtlasSearchIndexKeysToDeployment(logger *zap.SugaredLogger) client.IndexerFunc
func AtlasStreamConnectionsBySecretIndices ¶
func AtlasStreamConnectionsBySecretIndices(logger *zap.SugaredLogger) client.IndexerFunc
func AtlasStreamInstancesByConnectionRegistryIndices ¶
func AtlasStreamInstancesByConnectionRegistryIndices(logger *zap.SugaredLogger) client.IndexerFunc
func NewAtlasSearchIndexConfigsToDeploymentIndex ¶
func NewAtlasSearchIndexConfigsToDeploymentIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
func NewAtlasStreamConnectionsBySecretIndex ¶
func NewAtlasStreamConnectionsBySecretIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
func NewAtlasStreamInstancesByConnectionRegistryIndex ¶
func NewAtlasStreamInstancesByConnectionRegistryIndex(ctx context.Context, logger *zap.SugaredLogger, idx client.FieldIndexer) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.