package storage
import "k8s.io/kubernetes/pkg/registry/storage/csistoragecapacity/storage"
Index ¶
Types ¶
type CSIStorageCapacityStorage ¶
type CSIStorageCapacityStorage struct { CSIStorageCapacity *REST }
CSIStorageCapacityStorage includes storage for CSIStorageCapacity and all subresources
func NewStorage ¶
func NewStorage(optsGetter generic.RESTOptionsGetter) (*CSIStorageCapacityStorage, error)
NewStorage returns a RESTStorage object that will work against CSIStorageCapacity
type REST ¶
type REST struct { *genericregistry.Store }
REST object that will work for CSIStorageCapacity
Source Files ¶
storage.go
- Version
- v1.29.0
- Published
- Dec 13, 2023
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 1 minute ago –
Tools for package owners.