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

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.15.8
Published
Jan 11, 2020
Platform
js/wasm
Imports
5 packages
Last checked
6 minutes ago

Tools for package owners.