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 ¶ added in v1.0.0
func NewWaderServiceClient ¶
func NewWaderServiceClient(ctx context.Context, c client.Client, targetRef types.NamespacedName) (protoportabilityv1alpha1.WaderServiceClient, error)
func ReasonForError ¶ added in v1.0.0
Types ¶
type ObjectStepper ¶ added in v1.0.0
type ReconcileFunc ¶ added in v1.0.0
type ReconcileFunc func() error
type Step ¶ added in v1.0.0
type Step struct { Name string Reconcile ReconcileFunc }
func (*Step) ConditionType ¶ added in v1.0.0
type Stepper ¶ added in v1.0.0
type Stepper struct { Obj ObjectStepper Steps []Step Patcher *patch.SerialPatcher }
Click to show internal directories.
Click to hide internal directories.