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.32.7
Published
Jul 15, 2025
Platform
darwin/amd64
Imports
8 packages
Last checked
58 minutes ago

Tools for package owners.