Documentation ¶
Index ¶
Constants ¶
View Source
const ( LedgerAnnotationLocation = "ledger.stenic.io/location" LedgerAnnotationEnvironment = "ledger.stenic.io/environment" LedgerAnnotationApplication = "ledger.stenic.io/application" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LedgerDeploymemtReconciler ¶ added in v1.4.7
type LedgerDeploymemtReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder RefreshRate time.Duration }
func (*LedgerDeploymemtReconciler) SetupWithManager ¶ added in v1.4.7
func (r *LedgerDeploymemtReconciler) SetupWithManager(mgr ctrl.Manager) error
type LedgerStatefulsetReconciler ¶ added in v1.4.7
type LedgerStatefulsetReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder RefreshRate time.Duration }
func (*LedgerStatefulsetReconciler) SetupWithManager ¶ added in v1.4.7
func (r *LedgerStatefulsetReconciler) SetupWithManager(mgr ctrl.Manager) error
type NotifyFunc ¶ added in v1.4.7
NotifyFunc represents callback function for Pod event
Click to show internal directories.
Click to hide internal directories.