Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ManipulateSpecAccordingToGuides = polardbxv1reconcile.NewStepBinder("ManipulateSpecAccordingToGuides", func(rc *polardbxv1reconcile.Context, flow control.Flow) (reconcile.Result, error) { polardbx := rc.MustGetPolarDBX() ok, err := guide.HandleGuides(rc, polardbx) if err != nil { return flow.Error(err, "Unable to handle.") } if ok { rc.MarkPolarDBXChanged() return flow.Retry("Guides detected.") } return flow.Pass() }, )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.