Documentation ¶
Index ¶
- func IsFailed(err error) bool
- func IsNotReady(err error) bool
- func NewWaderServiceClient(ctx context.Context, c client.Client, targetRef types.NamespacedName) (protoportabilityv1alpha1.WaderServiceClient, error)
- func ReasonForError(err error) string
- func StepError(wrapped error, reason string) error
- type ObjectStepper
- type ReconcileFunc
- type Step
- type Stepper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotReady ¶
func NewWaderServiceClient ¶
func NewWaderServiceClient(ctx context.Context, c client.Client, targetRef types.NamespacedName) (protoportabilityv1alpha1.WaderServiceClient, error)
func ReasonForError ¶
Types ¶
type ObjectStepper ¶
type ReconcileFunc ¶
type ReconcileFunc func() error
type Stepper ¶
type Stepper struct { Obj ObjectStepper Steps []Step Patcher *patch.SerialPatcher }
Click to show internal directories.
Click to hide internal directories.