Documentation
¶
Index ¶
Constants ¶
View Source
const (
MongoDBRolePhaseSuccess api.MongoDBRolePhase = "Success"
)
View Source
const (
MySQLRolePhaseSuccess api.MySQLRolePhase = "Success"
)
View Source
const (
PostgresRolePhaseSuccess api.PostgresRolePhase = "Success"
)
View Source
const RequestFailed api.RequestConditionType = "Failed"
Variables ¶
View Source
var (
LoggerOptions golog.Options
)
Functions ¶
func DeleteDatabaseAccessCondition ¶
func DeleteDatabaseAccessCondition(condList []api.DatabaseAccessRequestCondition, condType api.RequestConditionType) []api.DatabaseAccessRequestCondition
func UpsertDatabaseAccessCondition ¶
func UpsertDatabaseAccessCondition(condList []api.DatabaseAccessRequestCondition, cond api.DatabaseAccessRequestCondition) []api.DatabaseAccessRequestCondition
Types ¶
type Config ¶
type Config struct {
ClientConfig *rest.Config
KubeClient kubernetes.Interface
DbClient cs.Interface
CRDClient crd_cs.ApiextensionsV1beta1Interface
CatalogClient appcat_cs.Interface
// contains filtered or unexported fields
}
func (*Config) New ¶
func (c *Config) New() (*Controller, error)
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) RunInformers ¶
func (c *Controller) RunInformers(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.