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) SetupWithManager ¶
func (r *RemoteSyncerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type RemoteTargetReconciler ¶ added in v0.4.0
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) 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) SetupWithManager ¶
func (r *RemoteUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.