Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertInjectionForClusterReconciler ¶
CertInjectionForClusterReconciler reconciles a CertInjectionForCluster object
func (*CertInjectionForClusterReconciler) Reconcile ¶
func (r *CertInjectionForClusterReconciler) Reconcile(ctx 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*CertInjectionForClusterReconciler) SetupWithManager ¶
func (r *CertInjectionForClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CertInjectionForPackageReconciler ¶
CertInjectionForPackageReconciler reconciles a kapp PackageInstall object
func (*CertInjectionForPackageReconciler) Reconcile ¶
func (r *CertInjectionForPackageReconciler) Reconcile(ctx 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*CertInjectionForPackageReconciler) SetupWithManager ¶
func (r *CertInjectionForPackageReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CertInjectionReconciler ¶
CertInjectionReconciler reconciles a CertInjection object
func (*CertInjectionReconciler) Reconcile ¶
func (r *CertInjectionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, e 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*CertInjectionReconciler) SetupWithManager ¶
func (r *CertInjectionReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CertInjectionViaSecretReconciler ¶
CertInjectionViaSecretReconciler reconciles a CertInjectionViaSecret object
func (*CertInjectionViaSecretReconciler) Reconcile ¶
func (r *CertInjectionViaSecretReconciler) Reconcile(ctx 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.11.0/pkg/reconcile
func (*CertInjectionViaSecretReconciler) SetupWithManager ¶
func (r *CertInjectionViaSecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.