Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SopsProviderReconciler ¶
type SopsProviderReconciler struct { client.Client Metrics *metrics.Recorder Log logr.Logger Recorder record.EventRecorder Scheme *runtime.Scheme }
SopsProviderReconciler reconciles a SopsProvider object
func (*SopsProviderReconciler) SetupWithManager ¶
func (r *SopsProviderReconciler) SetupWithManager(mgr ctrl.Manager) error
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile SetupWithManager sets up the controller with the Manager.
type SopsSecretReconciler ¶
type SopsSecretReconciler struct { client.Client Metrics *metrics.Recorder Log logr.Logger Recorder record.EventRecorder Scheme *runtime.Scheme }
SopsSecretReconciler reconciles a SopsSecret object
func (*SopsSecretReconciler) Reconcile ¶
func (r *SopsSecretReconciler) 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.16.3/pkg/reconcile
func (*SopsSecretReconciler) SetupWithManager ¶
func (r *SopsSecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.