Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_RECONCILERS = 5
arbitrary selection, but no issues so far
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodReconciler ¶
type PodReconciler struct { client.Client Scheme *k8sruntime.Scheme // contains filtered or unexported fields }
PodReconciler reconciles a pod object
func New ¶
func New(client client.Client, scheme *k8sruntime.Scheme, podchannel chan<- cache.PodCacheObject) *PodReconciler
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.