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.23.5-rc.0
Published
Feb 16, 2022
Platform
js/wasm
Imports
8 packages
Last checked
2 minutes ago

Tools for package owners.