Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalConnector ¶
type LocalConnector struct {
// contains filtered or unexported fields
}
func (*LocalConnector) Run ¶
func (c *LocalConnector) Run(stopCh <-chan struct{}) error
type RemoteConnector ¶
type RemoteConnector struct {
// contains filtered or unexported fields
}
func (*RemoteConnector) Run ¶
func (c *RemoteConnector) Run(stopCh <-chan struct{}) error
func (*RemoteConnector) ServiceImportExists ¶
func (c *RemoteConnector) ServiceImportExists(svcExp *svcexpv1alpha1.ServiceExport) bool
func (*RemoteConnector) ValidateServiceExport ¶
func (c *RemoteConnector) ValidateServiceExport(svcExp *svcexpv1alpha1.ServiceExport, service *corev1.Service) error
Click to show internal directories.
Click to hide internal directories.