We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7acbd commit 2a3396dCopy full SHA for 2a3396d
controllers/utils/base_reconciler.go
@@ -49,10 +49,6 @@ type ReconcilerBase struct {
49
CloudClientExtension
50
}
51
52
-func (r *ReconcilerBase) GetBase() *ReconcilerBase {
53
- return r
54
-}
55
-
56
// CloudStackBaseContext is the base CloudStack data structure created/copied for each reconciliation request to avoid
57
// concurrent member access.
58
type CloudStackBaseContext struct {
@@ -83,7 +79,6 @@ type ConcreteRunner interface {
83
79
ReconcileDelete() (ctrl.Result, error)
84
80
Reconcile() (ctrl.Result, error)
85
81
GetReconcilationSubject() client.Object
86
- GetBase() *ReconcilerBase
87
82
88
89
func NewRunner(concreteRunner ConcreteRunner, subject client.Object, kind string) *ReconciliationRunner {
0 commit comments