Documentation ¶
Index ¶
Constants ¶
View Source
const StorageTypeRDBMS = "mysql"
Variables ¶
This section is empty.
Functions ¶
func StorageFactory ¶
func StorageFactory(pathPrefix string, config *types.GlobalConfig) (*serverstorage.DefaultStorageFactory, error)
Types ¶
type RESTOptionsFactory ¶
type RESTOptionsFactory struct {
StorageFactory storage.StorageFactory
}
func (*RESTOptionsFactory) GetRESTOptions ¶
func (f *RESTOptionsFactory) GetRESTOptions(resource schema.GroupResource) (generic.RESTOptions, error)
Click to show internal directories.
Click to hide internal directories.