controllers

package
v0.0.0-...-8d97484 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NamespaceReconciler

type NamespaceReconciler struct {
	Client client.Client
	Config *rest.Config
	Scheme *runtime.Scheme
	Logger logr.Logger
}

NamespaceReconciler is a wrapper for needed runtime-objects

func (*NamespaceReconciler) Reconcile

func (r *NamespaceReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a Namespace object and makes changes based on the state The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*NamespaceReconciler) SetupWithManager

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

type RbacDefinitionReconciler

type RbacDefinitionReconciler struct {
	Client client.Client
	Config *rest.Config
	Scheme *runtime.Scheme
	Logger logr.Logger
}

RbacDefinitionReconciler reconciles a RbacDefinition object

func (*RbacDefinitionReconciler) Reconcile

func (*RbacDefinitionReconciler) SetupWithManager

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

type SecretReconciler

type SecretReconciler struct {
	Client client.Client
	Config *rest.Config
	Scheme *runtime.Scheme
	Logger logr.Logger
}

SecretReconciler is a wrapper for needed runtime-objects

func (*SecretReconciler) Reconcile

func (r *SecretReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile reads that state of the cluster for a Secret object and makes changes based on the state The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*SecretReconciler) SetupWithManager

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

type ServiceAccountReconciler

type ServiceAccountReconciler struct {
	Client client.Client
	Config *rest.Config
	Scheme *runtime.Scheme
	Logger logr.Logger
}

ServiceAccountReconciler is a wrapper for needed runtime-objects

func (*ServiceAccountReconciler) Reconcile

Reconcile reads that state of the cluster for a ServiceAccount object and makes changes based on the state The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*ServiceAccountReconciler) SetupWithManager

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

type SyncSecretDefinitionReconciler

type SyncSecretDefinitionReconciler struct {
	client.Client
	Config *rest.Config
	Logger logr.Logger
	Scheme *runtime.Scheme
}

SyncSecretDefinitionReconciler reconciles a SyncSecretDefinition object

func (*SyncSecretDefinitionReconciler) Reconcile

func (*SyncSecretDefinitionReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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