import "k8s.io/kubernetes/pkg/registry/core/podtemplate/storage"
storage.go
REST implements a RESTStorage for pod templates.
type REST struct { *genericregistry.Store }
func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error)
NewREST returns a RESTStorage object that will work against pod templates.