condition

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

type StatusAndReason

type StatusAndReason struct {
	Status corev1.ConditionStatus
	Reason string
}

Jump to

Keyboard shortcuts

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