controller

package
v0.0.0-...-6f9b4d8 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLInstanceReconciler

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

SQLInstanceReconciler reconciles a SQLInstance object

func (*SQLInstanceReconciler) Reconcile

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

func (*SQLInstanceReconciler) SetupWithManager

func (r *SQLInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error

type SQLSSLCertReconciler

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

SQLSSLCertReconciler reconciles a SQLSSLCert object

func (*SQLSSLCertReconciler) Reconcile

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

func (*SQLSSLCertReconciler) SetupWithManager

func (r *SQLSSLCertReconciler) SetupWithManager(mgr ctrl.Manager) error

type SQLUserReconciler

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

SQLUserReconciler reconciles a SQLUser object

func (*SQLUserReconciler) Reconcile

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

func (*SQLUserReconciler) SetupWithManager

func (r *SQLUserReconciler) SetupWithManager(mgr ctrl.Manager) error

type UrlData

type UrlData struct {
	Host         string
	Username     string
	Password     string
	Database     string
	CertPath     string
	KeyPath      string
	RootCertPath string
}

Jump to

Keyboard shortcuts

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