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 9be1ddc commit 66e2e7fCopy full SHA for 66e2e7f
pkg/ansible/runner/fake/runner.go
@@ -72,6 +72,11 @@ func (r *Runner) GetReconcilePeriod() (time.Duration, bool) {
72
return r.ReconcilePeriod, r.ReconcilePeriod != time.Duration(0)
73
}
74
75
+// GetManageStatus - get managestatus.
76
+func (r *Runner) GetManageStatus() bool {
77
+ return r.ManageStatus
78
+}
79
+
80
// GetFinalizer - gets the fake finalizer.
81
func (r *Runner) GetFinalizer() (string, bool) {
82
return r.Finalizer, r.Finalizer != ""
0 commit comments