controllers

package
v1.2.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupConfigReconciler

type GroupConfigReconciler struct {
	lockedresourcecontroller.EnforcingReconciler
	Log logr.Logger
	// contains filtered or unexported fields
}

GroupConfigReconciler reconciles a GroupConfig object

func (*GroupConfigReconciler) IsInitialized

func (r *GroupConfigReconciler) IsInitialized(instance *redhatcopv1alpha1.GroupConfig) bool

IsInitialized none

func (*GroupConfigReconciler) Reconcile

func (r *GroupConfigReconciler) Reconcile(context 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 GroupConfig 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.7.0/pkg/reconcile

func (*GroupConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type NamespaceConfigReconciler

type NamespaceConfigReconciler struct {
	lockedresourcecontroller.EnforcingReconciler
	Log logr.Logger

	AllowSystemNamespaces bool
	// contains filtered or unexported fields
}

NamespaceConfigReconciler reconciles a NamespaceConfig object

func (*NamespaceConfigReconciler) IsInitialized

IsInitialized none

func (*NamespaceConfigReconciler) Reconcile

func (r *NamespaceConfigReconciler) Reconcile(context 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 NamespaceConfig 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.7.0/pkg/reconcile

func (*NamespaceConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type UserConfigReconciler

type UserConfigReconciler struct {
	lockedresourcecontroller.EnforcingReconciler
	Log logr.Logger
	// contains filtered or unexported fields
}

UserConfigReconciler reconciles a UserConfig object

func (*UserConfigReconciler) IsInitialized

func (r *UserConfigReconciler) IsInitialized(instance *redhatcopv1alpha1.UserConfig) bool

IsInitialized none

func (*UserConfigReconciler) Reconcile

func (r *UserConfigReconciler) Reconcile(context 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 UserConfig 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.7.0/pkg/reconcile

func (*UserConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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