Documentation ¶
Index ¶
Constants ¶
View Source
const ( PodEnrichmentLabelName = "enrichment.kubedoop.dev/enable" PodEnrichmentLabelValue = "true" PodenrichmentNodeAddressAnnotationName = "enrichment.kubedoop.dev/node-address" )
Variables ¶
View Source
var ( OrderedAddressTypes = []corev1.NodeAddressType{ corev1.NodeHostName, corev1.NodeExternalDNS, corev1.NodeInternalDNS, corev1.NodeExternalIP, corev1.NodeInternalIP, } )
Functions ¶
This section is empty.
Types ¶
type PodEnrichmentReconciler ¶
func (*PodEnrichmentReconciler) SetupWithManager ¶
func (r *PodEnrichmentReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.