Documentation
¶
Index ¶
- Constants
- func Register(ctx context.Context, mgr manager.Manager, indexers ...Indexer) error
- func RegisterAll(ctx context.Context, mgr manager.Manager, logger *zap.Logger) error
- type AtlasBackupScheduleByBackupPolicyIndexer
- type AtlasDeploymentByBackupScheduleIndexer
- type AtlasDeploymentBySearchIndexIndexer
- type AtlasProjectByBackupCompliancePolicyIndexer
- type AtlasProjectByConnectionSecretIndexer
- type AtlasProjectByTeamIndexer
- type AtlasStreamConnectionBySecretIndexer
- type AtlasStreamInstanceByConnectionIndexer
- type AtlasStreamInstanceByProjectIndexer
- type Indexer
Constants ¶
View Source
const ( AtlasStreamInstanceByConnectionIndex = "atlasstreaminstance.spec.connectionRegistry" AtlasStreamInstanceByProjectIndex = "atlasstreaminstance.spec.projectRef" )
View Source
const (
AtlasBackupScheduleByBackupPolicyIndex = "atlasbackupschedule.spec.policyRef"
)
View Source
const (
AtlasDeploymentByBackupScheduleIndex = "atlasdeployment.spec.backupScheduleRef"
)
View Source
const (
AtlasDeploymentBySearchIndexIndex = "atlasdeployment.spec.deploymentSpec.searchIndexes"
)
View Source
const (
AtlasProjectByBackupCompliancePolicyIndex = "atlasproject.spec.backupCompliancePolicyRef"
)
View Source
const (
AtlasProjectBySecretsIndex = "atlasproject.spec.secrets"
)
View Source
const (
AtlasProjectByTeamIndex = "atlasproject.spec.teams"
)
View Source
const AtlasStreamConnectionBySecretIndex = "atlasstreamconnection.spec.kafkaConfig"
nolint:gosec,stylecheck
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AtlasBackupScheduleByBackupPolicyIndexer ¶ added in v2.3.1
type AtlasBackupScheduleByBackupPolicyIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasBackupScheduleByBackupPolicyIndexer ¶ added in v2.3.1
func NewAtlasBackupScheduleByBackupPolicyIndexer(logger *zap.Logger) *AtlasBackupScheduleByBackupPolicyIndexer
func (*AtlasBackupScheduleByBackupPolicyIndexer) Keys ¶ added in v2.3.1
func (a *AtlasBackupScheduleByBackupPolicyIndexer) Keys(object client.Object) []string
func (*AtlasBackupScheduleByBackupPolicyIndexer) Name ¶ added in v2.3.1
func (*AtlasBackupScheduleByBackupPolicyIndexer) Name() string
func (*AtlasBackupScheduleByBackupPolicyIndexer) Object ¶ added in v2.3.1
func (*AtlasBackupScheduleByBackupPolicyIndexer) Object() client.Object
type AtlasDeploymentByBackupScheduleIndexer ¶ added in v2.3.1
type AtlasDeploymentByBackupScheduleIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasDeploymentByBackupScheduleIndexer ¶ added in v2.3.1
func NewAtlasDeploymentByBackupScheduleIndexer(logger *zap.Logger) *AtlasDeploymentByBackupScheduleIndexer
func (*AtlasDeploymentByBackupScheduleIndexer) Keys ¶ added in v2.3.1
func (a *AtlasDeploymentByBackupScheduleIndexer) Keys(object client.Object) []string
func (*AtlasDeploymentByBackupScheduleIndexer) Name ¶ added in v2.3.1
func (*AtlasDeploymentByBackupScheduleIndexer) Name() string
func (*AtlasDeploymentByBackupScheduleIndexer) Object ¶ added in v2.3.1
func (*AtlasDeploymentByBackupScheduleIndexer) Object() client.Object
type AtlasDeploymentBySearchIndexIndexer ¶ added in v2.3.1
type AtlasDeploymentBySearchIndexIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasDeploymentBySearchIndexIndexer ¶ added in v2.3.1
func NewAtlasDeploymentBySearchIndexIndexer(logger *zap.Logger) *AtlasDeploymentBySearchIndexIndexer
func (*AtlasDeploymentBySearchIndexIndexer) Keys ¶ added in v2.3.1
func (a *AtlasDeploymentBySearchIndexIndexer) Keys(object client.Object) []string
func (*AtlasDeploymentBySearchIndexIndexer) Name ¶ added in v2.3.1
func (*AtlasDeploymentBySearchIndexIndexer) Name() string
func (*AtlasDeploymentBySearchIndexIndexer) Object ¶ added in v2.3.1
func (*AtlasDeploymentBySearchIndexIndexer) Object() client.Object
type AtlasProjectByBackupCompliancePolicyIndexer ¶ added in v2.4.0
type AtlasProjectByBackupCompliancePolicyIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasProjectByBackupCompliancePolicyIndexer ¶ added in v2.4.0
func NewAtlasProjectByBackupCompliancePolicyIndexer(logger *zap.Logger) *AtlasProjectByBackupCompliancePolicyIndexer
func (*AtlasProjectByBackupCompliancePolicyIndexer) Keys ¶ added in v2.4.0
func (a *AtlasProjectByBackupCompliancePolicyIndexer) Keys(object client.Object) []string
func (*AtlasProjectByBackupCompliancePolicyIndexer) Name ¶ added in v2.4.0
func (*AtlasProjectByBackupCompliancePolicyIndexer) Name() string
func (AtlasProjectByBackupCompliancePolicyIndexer) Object ¶ added in v2.4.0
func (AtlasProjectByBackupCompliancePolicyIndexer) Object() client.Object
type AtlasProjectByConnectionSecretIndexer ¶ added in v2.4.0
type AtlasProjectByConnectionSecretIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasProjectByConnectionSecretIndexer ¶ added in v2.4.0
func NewAtlasProjectByConnectionSecretIndexer(logger *zap.Logger) *AtlasProjectByConnectionSecretIndexer
func (*AtlasProjectByConnectionSecretIndexer) Keys ¶ added in v2.4.0
func (a *AtlasProjectByConnectionSecretIndexer) Keys(object client.Object) []string
func (*AtlasProjectByConnectionSecretIndexer) Name ¶ added in v2.4.0
func (*AtlasProjectByConnectionSecretIndexer) Name() string
func (AtlasProjectByConnectionSecretIndexer) Object ¶ added in v2.4.0
func (AtlasProjectByConnectionSecretIndexer) Object() client.Object
type AtlasProjectByTeamIndexer ¶ added in v2.4.0
type AtlasProjectByTeamIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasProjectByTeamIndexer ¶ added in v2.4.0
func NewAtlasProjectByTeamIndexer(logger *zap.Logger) *AtlasProjectByTeamIndexer
func (*AtlasProjectByTeamIndexer) Keys ¶ added in v2.4.0
func (a *AtlasProjectByTeamIndexer) Keys(object client.Object) []string
func (*AtlasProjectByTeamIndexer) Name ¶ added in v2.4.0
func (*AtlasProjectByTeamIndexer) Name() string
func (*AtlasProjectByTeamIndexer) Object ¶ added in v2.4.0
func (*AtlasProjectByTeamIndexer) Object() client.Object
type AtlasStreamConnectionBySecretIndexer ¶ added in v2.3.1
type AtlasStreamConnectionBySecretIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasStreamConnectionBySecretIndexer ¶ added in v2.3.1
func NewAtlasStreamConnectionBySecretIndexer(logger *zap.Logger) *AtlasStreamConnectionBySecretIndexer
func (*AtlasStreamConnectionBySecretIndexer) Keys ¶ added in v2.3.1
func (a *AtlasStreamConnectionBySecretIndexer) Keys(object client.Object) []string
func (*AtlasStreamConnectionBySecretIndexer) Name ¶ added in v2.3.1
func (*AtlasStreamConnectionBySecretIndexer) Name() string
func (*AtlasStreamConnectionBySecretIndexer) Object ¶ added in v2.3.1
func (*AtlasStreamConnectionBySecretIndexer) Object() client.Object
type AtlasStreamInstanceByConnectionIndexer ¶ added in v2.3.1
type AtlasStreamInstanceByConnectionIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasStreamInstanceByConnectionIndexer ¶ added in v2.3.1
func NewAtlasStreamInstanceByConnectionIndexer(logger *zap.Logger) *AtlasStreamInstanceByConnectionIndexer
func (*AtlasStreamInstanceByConnectionIndexer) Keys ¶ added in v2.3.1
func (a *AtlasStreamInstanceByConnectionIndexer) Keys(object client.Object) []string
func (*AtlasStreamInstanceByConnectionIndexer) Name ¶ added in v2.3.1
func (*AtlasStreamInstanceByConnectionIndexer) Name() string
func (*AtlasStreamInstanceByConnectionIndexer) Object ¶ added in v2.3.1
func (*AtlasStreamInstanceByConnectionIndexer) Object() client.Object
type AtlasStreamInstanceByProjectIndexer ¶ added in v2.3.1
type AtlasStreamInstanceByProjectIndexer struct {
// contains filtered or unexported fields
}
func NewAtlasStreamInstanceByProjectIndexer ¶ added in v2.3.1
func NewAtlasStreamInstanceByProjectIndexer(logger *zap.Logger) *AtlasStreamInstanceByProjectIndexer
func (*AtlasStreamInstanceByProjectIndexer) Keys ¶ added in v2.3.1
func (a *AtlasStreamInstanceByProjectIndexer) Keys(object client.Object) []string
func (*AtlasStreamInstanceByProjectIndexer) Name ¶ added in v2.3.1
func (*AtlasStreamInstanceByProjectIndexer) Name() string
func (*AtlasStreamInstanceByProjectIndexer) Object ¶ added in v2.3.1
func (*AtlasStreamInstanceByProjectIndexer) Object() client.Object
Click to show internal directories.
Click to hide internal directories.