Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Step ¶
func Step(ctx *pipeline.PipelineContext) reconcile.Reconciler
Types ¶
type Reconciler ¶
type Reconciler struct { // Object is used to mark the target type of this Reconciler Object runtime.Object // Client is used to operate on the Kubernetes cluster client.Client Recorder record.EventRecorder Log logr.Logger }
Reconciler for common chaos
type StatusAndReason ¶
type StatusAndReason struct { Status corev1.ConditionStatus Reason string }
Click to show internal directories.
Click to hide internal directories.