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.33.2 (latest)
- Published
- Jun 17, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 1 hour ago –
Tools for package owners.