Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalViewFileSystem ¶
type GlobalViewFileSystem struct { Servers map[string]*datastoreapis.DataServer // contains filtered or unexported fields }
func (*GlobalViewFileSystem) RemoveDataServer ¶
func (gs *GlobalViewFileSystem) RemoveDataServer(ds *datastorev1alpha1.DataSet)
func (*GlobalViewFileSystem) UpdateDataObjects ¶
func (gs *GlobalViewFileSystem) UpdateDataObjects(ds *datastorev1alpha1.DataSet, objs []*datastoreapis.DataObject)
func (*GlobalViewFileSystem) UpdateDataServer ¶
func (gs *GlobalViewFileSystem) UpdateDataServer(ds *datastorev1alpha1.DataSet)
type MetadataController ¶
type MetadataController interface {
Run(stopCh <-chan struct{}) error
}
MetadataController interface
func NewMetadataController ¶
func NewMetadataController(namespace string) MetadataController
New an assistant instance
Click to show internal directories.
Click to hide internal directories.