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