Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeObservabilityReconciler ¶
type NodeObservabilityReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Namespace string AgentImage string // Used to inject errors for testing Err error }
NodeObservabilityReconciler reconciles a NodeObservability object
func (*NodeObservabilityReconciler) SetupWithManager ¶
func (r *NodeObservabilityReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SortableServicePort ¶
type SortableServicePort []corev1.ServicePort
func (SortableServicePort) Len ¶
func (s SortableServicePort) Len() int
func (SortableServicePort) Less ¶
func (s SortableServicePort) Less(i, j int) bool
func (SortableServicePort) Swap ¶
func (s SortableServicePort) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.