Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterFederatedTrustDomainReconciler ¶
type ClusterFederatedTrustDomainReconciler struct {
client.Client
Scheme *runtime.Scheme
Triggerer reconciler.Triggerer
}
ClusterFederatedTrustDomainReconciler reconciles a ClusterFederatedTrustDomain object
func (*ClusterFederatedTrustDomainReconciler) Reconcile ¶
func (r *ClusterFederatedTrustDomainReconciler) 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 (*ClusterFederatedTrustDomainReconciler) SetupWithManager ¶
func (r *ClusterFederatedTrustDomainReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ClusterSPIFFEIDReconciler ¶
type ClusterSPIFFEIDReconciler struct {
client.Client
Scheme *runtime.Scheme
Triggerer reconciler.Triggerer
}
ClusterSPIFFEIDReconciler reconciles a ClusterSPIFFEID object
func (*ClusterSPIFFEIDReconciler) Reconcile ¶
func (r *ClusterSPIFFEIDReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, err 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 (*ClusterSPIFFEIDReconciler) SetupWithManager ¶
func (r *ClusterSPIFFEIDReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type EntryReconciler ¶
type EntryReconciler interface {
Trigger()
}
type PodReconciler ¶
type PodReconciler struct {
client.Client
Scheme *runtime.Scheme
Triggerer reconciler.Triggerer
IgnoreNamespaces stringset.StringSet
}
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.
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.