Documentation
¶
Index ¶
Constants ¶
View Source
const ( // InfoLevel is used to set V level to 0 as suggested by official docs // https://github.com/kubernetes-sigs/controller-runtime/blob/main/TMP-LOGGING.md InfoLevel = 0 // DebugLevel is used to set V level to 1 as suggested by official docs // https://github.com/kubernetes-sigs/controller-runtime/blob/main/TMP-LOGGING.md DebugLevel = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DbRoleClaimReconciler ¶
type DbRoleClaimReconciler struct {
client.Client
Config *RoleConfig
}
RoleReconciler reconciles a DatabaseClaim object
type RoleConfig ¶
Click to show internal directories.
Click to hide internal directories.