Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DerivedServiceAnnotation is set on a ServiceImport to reference the // derived Service that represents the imported service for kube-proxy. DerivedServiceAnnotation = "multicluster.kubernetes.io/derived-service" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointSliceReconciler ¶
EndpointSliceReconciler reconciles a EndpointSlice object
func (*EndpointSliceReconciler) Reconcile ¶
func (r *EndpointSliceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile the changes.
func (*EndpointSliceReconciler) SetupWithManager ¶
func (r *EndpointSliceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager wires up the controller.
type ServiceImportReconciler ¶
ServiceImportReconciler reconciles a ServiceImport object
func (*ServiceImportReconciler) Reconcile ¶
func (r *ServiceImportReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile the changes.
func (*ServiceImportReconciler) SetupWithManager ¶
func (r *ServiceImportReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager wires up the controller.
type ServiceReconciler ¶
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager wires up the controller.
Click to show internal directories.
Click to hide internal directories.