rds

package
v0.0.0-...-66ce073 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultReplicas int = 1

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionType

type ActionType int

ActionType is used to determine which CRUD operation is needed for a DBInstance inside a DBInstanceAction

const (
	ActionCreate ActionType = iota
	ActionUpdate
	ActionDelete
)

type DB

type DB struct {
	DB         *sql.DB
	AllowClose bool
	Engine     rdsv1alpha1.Engine
}

func (*DB) Close

func (db *DB) Close() error

type DBInstanceAction

type DBInstanceAction struct {
	Action          ActionType
	Instance        *rdstypes.DBInstance
	CurrentInstance *rdstypes.DBInstance
}

DBInstanceAction contains a DBInstance and a corresponding action to perform on it

type DBReplicationGroupReconciler

type DBReplicationGroupReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

DBReplicationGroupReconciler reconciles a DBReplicationGroup object

func (*DBReplicationGroupReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile

func (*DBReplicationGroupReconciler) SetupWithManager

func (r *DBReplicationGroupReconciler) SetupWithManager(
	mgr ctrl.Manager,
) error

SetupWithManager sets up the controller with the Manager.

type DBUserReconciler

type DBUserReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

DBUserReconciler reconciles a DBUser object

func (*DBUserReconciler) Reconcile

func (r *DBUserReconciler) Reconcile(
	ctx context.Context,
	req ctrl.Request,
) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile

func (*DBUserReconciler) SecretValueFromReference

func (r *DBUserReconciler) SecretValueFromReference(
	ctx context.Context,
	ref *ackv1alpha1.SecretKeyReference,
) (string, error)

Copied from ACK pkg/runtime/reconciler: https://github.com/aws-controllers-k8s/runtime/blob/055b089c6a508317ad4bb57ce037dc55061e1829/pkg/runtime/reconciler.go#L88 Note, we could not use/import this directly because the ACK runtime uses a different proprietary reconciler struct

func (*DBUserReconciler) SetupWithManager

func (r *DBUserReconciler) SetupWithManager(
	mgr ctrl.Manager,
) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL