controller

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	WebhookServiceName = "syngit-webhook-service"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteSyncerReconciler

type RemoteSyncerReconciler struct {
	client.Client
	Scheme *runtime.Scheme

	Namespace string

	Recorder record.EventRecorder
	// contains filtered or unexported fields
}

RemoteSyncerReconciler reconciles a RemoteSyncer object

func (*RemoteSyncerReconciler) Reconcile

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

func (*RemoteSyncerReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type RemoteTargetReconciler added in v0.4.0

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

RemoteTargetReconciler reconciles a RemoteTarget object

func (*RemoteTargetReconciler) Reconcile added in v0.4.0

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

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.1/pkg/reconcile

func (*RemoteTargetReconciler) SetupWithManager added in v0.4.0

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

SetupWithManager sets up the controller with the Manager.

type RemoteUserBindingReconciler

type RemoteUserBindingReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

RemoteUserBindingReconciler reconciles a RemoteUserBinding object

func (*RemoteUserBindingReconciler) Reconcile

func (*RemoteUserBindingReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type RemoteUserReconciler

type RemoteUserReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Namespace string
}

RemoteUserReconciler reconciles a RemoteUser object

func (*RemoteUserReconciler) Reconcile

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

func (*RemoteUserReconciler) SetupWithManager

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