Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MutatingWebhookConfigurationReconciler ¶
type MutatingWebhookConfigurationReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder KubeClient *kubernetes.Clientset IstioData *istiodata.IstioData }
MutatingWebhookConfigurationReconciler reconciles a MutatingWebhookConfiguration object
func (*MutatingWebhookConfigurationReconciler) Reconcile ¶
func (r *MutatingWebhookConfigurationReconciler) 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.
func (*MutatingWebhookConfigurationReconciler) SetupWithManager ¶
func (r *MutatingWebhookConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NamespaceReconciler ¶
type NamespaceReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder KubeClient *kubernetes.Clientset IstioData *istiodata.IstioData }
NamespaceReconciler reconciles a Namespace object
func (*NamespaceReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*NamespaceReconciler) SetupWithManager ¶
func (r *NamespaceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PodReconciler ¶
type PodReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder KubeClient *kubernetes.Clientset IstioData *istiodata.IstioData }
PodReconciler reconciles a Pod object
func (*PodReconciler) Reconcile ¶
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.17.3/pkg/reconcile
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.