Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcceptResource ¶
func AcceptResource(obj envoyv1alpha1.Object, gvk schema.GroupVersionKind) ( proto.Message, *kubernetes.AcceptanceError, )
AcceptResource decides whether the given Envoy resource should be accepted.
Types ¶
type EnvoyReconciler ¶
type EnvoyReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme ResourceStore xds.ResourceStore }
EnvoyReconciler reconciles a Listener object.
func (*EnvoyReconciler) Reconcile ¶
func (e *EnvoyReconciler) Reconcile(req ctrl.Request, o runtime.Object, gvk schema.GroupVersionKind) (ctrl.Result, error)
Reconcile ...
nolint(lll)
func (*EnvoyReconciler) SetupWithManager ¶
func (e *EnvoyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager ...
Click to show internal directories.
Click to hide internal directories.