Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2021 Changes in this version + type RDS struct + Config aws.Config + EC2 *ec2.Client + SecurityGroups []string + ServiceProvider provider.ServiceProvider + Subnets []string + VpcId string + func New(ctx context.Context, db *crd.Database, kc *kubernetes.Clientset) (*RDS, error) + func (r *RDS) CreateDatabase(ctx context.Context, db *crd.Database) (string, error) + func (r *RDS) CreateService(ctx context.Context, namespace string, hostname string, internalname string) error + func (r *RDS) DeleteDatabase(ctx context.Context, db *crd.Database) error + func (r *RDS) DeleteService(ctx context.Context, namespace string, dbname string) error + func (r *RDS) GetSecret(ctx context.Context, namespace string, name string, key string) (string, error)