Documentation
¶
Index ¶
Constants ¶
View Source
const (
DerivedServiceAnnotation = "multicluster.k8s.aws/derived-service"
)
Variables ¶
This section is empty.
Functions ¶
func DerivedName ¶
DerivedName computes the "placeholder" name for the imported service
Types ¶
type CloudMapReconciler ¶
type CloudMapReconciler struct { client.Client Cloudmap cloudmap.ServiceDiscoveryClient logr.Logger }
CloudMapReconciler reconciles state of Cloud Map services with local ServiceImport objects
type ServiceExportReconciler ¶
type ServiceExportReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Cloudmap cloudmap.ServiceDiscoveryClient }
ServiceExportReconciler reconciles a ServiceExport object
func (*ServiceExportReconciler) SetupWithManager ¶
func (r *ServiceExportReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.