controller

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiServerOverloadReconciler

type ApiServerOverloadReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ApiServerOverloadReconciler reconciles a ApiServerOverload object

func (*ApiServerOverloadReconciler) Reconcile

Reconcile is part of the main Kubernetes reconciliation loop

func (*ApiServerOverloadReconciler) SetupWithManager

func (r *ApiServerOverloadReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type CommandInjectionReconciler

type CommandInjectionReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CommandInjectionReconciler reconciles a CommandInjection object

func (*CommandInjectionReconciler) Reconcile

Reconcile is part of the main Kubernetes reconciliation loop

func (*CommandInjectionReconciler) SetupWithManager

func (r *CommandInjectionReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ConfigMapDestroyerReconciler

type ConfigMapDestroyerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ConfigMapDestroyerReconciler reconciles a ConfigMapDestroyer object

func (*ConfigMapDestroyerReconciler) Reconcile

Reconcile is part of the main Kubernetes reconciliation loop

func (*ConfigMapDestroyerReconciler) SetupWithManager

func (r *ConfigMapDestroyerReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ConsumeNamespaceResourcesReconciler

type ConsumeNamespaceResourcesReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ConsumeNamespaceResourcesReconciler reconciles a ConsumeNamespaceResources object

func (*ConsumeNamespaceResourcesReconciler) CreateOrUpdate

CreateOrUpdate creates the resource if it doesn't exist, otherwise updates it

func (*ConsumeNamespaceResourcesReconciler) Reconcile

func (*ConsumeNamespaceResourcesReconciler) SetupWithManager

func (r *ConsumeNamespaceResourcesReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type ContainerResourceChaosReconciler

type ContainerResourceChaosReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ContainerResourceChaosReconciler reconciles a ContainerResourceChaos object

func (*ContainerResourceChaosReconciler) Reconcile

Reconcile is part of the main Kubernetes reconciliation loop

func (*ContainerResourceChaosReconciler) SetupWithManager

func (r *ContainerResourceChaosReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type CordonNodeReconciler

type CordonNodeReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

CordonNodeReconciler reconciles a CordonNode object

func (*CordonNodeReconciler) Reconcile

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

func (*CordonNodeReconciler) SetupWithManager

func (r *CordonNodeReconciler) SetupWithManager(mgr ctrl.Manager) error

type EventsEntropyReconciler

type EventsEntropyReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

EventsEntropyReconciler reconciles a EventsEntropy object

func (*EventsEntropyReconciler) Reconcile

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

func (*EventsEntropyReconciler) SetupWithManager

func (r *EventsEntropyReconciler) SetupWithManager(mgr ctrl.Manager) error

type NodeDestroyerReconciler

type NodeDestroyerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

NodeDestroyerReconciler reconciles a NodeDestroyer object

func (*NodeDestroyerReconciler) Reconcile

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

Reconcile is part of the main Kubernetes reconciliation loop

func (*NodeDestroyerReconciler) SetupWithManager

func (r *NodeDestroyerReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type NodeTainterReconciler

type NodeTainterReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

NodeTainterReconciler reconciles a NodeTainter object

func (*NodeTainterReconciler) Reconcile

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

Reconcile is part of the main Kubernetes reconciliation loop

func (*NodeTainterReconciler) SetupWithManager

func (r *NodeTainterReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type PodDestroyerReconciler

type PodDestroyerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

PodDestroyerReconciler reconciles a PodDestroyer object

func (*PodDestroyerReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the PodDestroyer object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile Reconcile is part of the main kubernetes reconciliation loop

func (*PodDestroyerReconciler) SetupWithManager

func (r *PodDestroyerReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type PodLabelChaosReconciler

type PodLabelChaosReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

PodLabelChaosReconciler reconciles a PodLabelChaos object

func (*PodLabelChaosReconciler) Reconcile

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

Reconcile is part of the main Kubernetes reconciliation loop

func (*PodLabelChaosReconciler) SetupWithManager

func (r *PodLabelChaosReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type RandomScalingReconciler

type RandomScalingReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

RandomScalingReconciler reconciles a RandomScaling object

func (*RandomScalingReconciler) Reconcile

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

Reconcile implements the reconciliation loop for RandomScaling

func (*RandomScalingReconciler) SetupWithManager

func (r *RandomScalingReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type SecretDestroyerReconciler

type SecretDestroyerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

SecretDestroyerReconciler reconciles a SecretDestroyer object

func (*SecretDestroyerReconciler) Reconcile

Reconcile is part of the main Kubernetes reconciliation loop

func (*SecretDestroyerReconciler) SetupWithManager

func (r *SecretDestroyerReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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