Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterSpiffeIDReconciler ¶
ClusterSpiffeIDReconciler reconciles a ClusterSpiffeID object
func (*ClusterSpiffeIDReconciler) SetupWithManager ¶
func (r *ClusterSpiffeIDReconciler) SetupWithManager(mgr ctrl.Manager) error
type PodReconciler ¶
type PodReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme TrustDomain string Mode PodReconcilerMode Value string }
PodReconciler reconciles a Pod object
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
type PodReconcilerMode ¶
type PodReconcilerMode int32
const ( PodReconcilerModeServiceAccount PodReconcilerMode = iota PodReconcilerModeLabel PodReconcilerModeAnnotation )
type SpireEntryReconciler ¶
type SpireEntryReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme SpireClient registration.RegistrationClient TrustDomain string Cluster string // contains filtered or unexported fields }
SpireEntryReconciler reconciles a SpireEntry object
func (*SpireEntryReconciler) SetupWithManager ¶
func (r *SpireEntryReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.