Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBEndpoint ¶
DBEndpoint represent DB hostname and port
type RDSDatabaseProvider ¶
type RDSDatabaseProvider interface { CreateRDSDatabase(*crd.RDSDatabase) (*DBEndpoint, error) DeleteRDSDatabase(*crd.RDSDatabase) error GetSecret(namepspace string, pwname string) (*v1.Secret, error) }
RDSDatabaseProvider is the interface for creating and deleting databases this is the main interface that should be implemented if a new provider is created
Click to show internal directories.
Click to hide internal directories.