package storage
import "k8s.io/kubernetes/pkg/registry/storage/csinode/storage"
Index ¶
Types ¶
type CSINodeStorage ¶
type CSINodeStorage struct { CSINode *REST }
CSINodeStorage includes storage for CSINodes and all subresources
func NewStorage ¶
func NewStorage(optsGetter generic.RESTOptionsGetter) (*CSINodeStorage, error)
NewStorage returns a RESTStorage object that will work against CSINodes
type REST ¶
type REST struct { *genericregistry.Store }
REST object that will work for CSINodes
Source Files ¶
storage.go
- Version
- v1.31.9
- Published
- May 15, 2025
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 1 minute ago –
Tools for package owners.