package factory
import "k8s.io/kubernetes/pkg/storage/storagebackend/factory"
Index ¶
Types ¶
type DestroyFunc ¶
type DestroyFunc func()
DestroyFunc is to destroy any resources used by the storage returned in Create() together.
func Create ¶
func Create(c storagebackend.Config) (storage.Interface, DestroyFunc, error)
Create creates a storage backend based on given config.
Source Files ¶
etcd2.go etcd3.go factory.go
- Version
- v1.4.0-beta.5
- Published
- Sep 15, 2016
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 10 seconds ago –
Tools for package owners.