controller

package
v0.0.0-...-a8efa86 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChaosSimulationReconciler

type ChaosSimulationReconciler struct {
	ShellAccess *k8s.ShellAccess
	Model       model.K8SLLM
	client.Client
	Scheme *runtime.Scheme
}

ChaosSimulationReconciler reconciles a ChaosSimulation object

func (*ChaosSimulationReconciler) Reconcile

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 ChaosSimulation 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.15.0/pkg/reconcile

func (*ChaosSimulationReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ClusterAuditReconciler

type ClusterAuditReconciler struct {
	Model       model.K8SLLM
	ShellAccess k8s.ShellAccess
	client.Client
	Scheme *runtime.Scheme
}

ClusterAuditReconciler reconciles a ClusterAudit object

func (*ClusterAuditReconciler) Reconcile

func (r *ClusterAuditReconciler) 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 ClusterAudit 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.15.0/pkg/reconcile

func (*ClusterAuditReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type CommandExecReconciler

type CommandExecReconciler struct {
	Model       model.K8SLLM
	ShellAccess *k8s.ShellAccess
	client.Client
	Scheme *runtime.Scheme
}

CommandExecReconciler reconciles a CommandExec object

func (*CommandExecReconciler) Reconcile

func (r *CommandExecReconciler) 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 CommandExec 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.15.0/pkg/reconcile

func (*CommandExecReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type CommandReconciler

type CommandReconciler struct {
	Model model.K8SLLM
	client.Client
	Scheme *runtime.Scheme
}

CommandReconciler reconciles a Command object

func (*CommandReconciler) Reconcile

func (r *CommandReconciler) 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 Command 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.15.0/pkg/reconcile

func (*CommandReconciler) SetupWithManager

func (r *CommandReconciler) 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