guide

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL