package etcd
import "k8s.io/kubernetes/pkg/registry/serviceaccount/etcd"
Index ¶
Constants ¶
const Prefix = "/serviceaccounts"
Types ¶
type REST ¶
type REST struct { *etcdgeneric.Etcd }
REST implements a RESTStorage for service accounts against etcd
func NewStorage ¶
func NewStorage(h tools.EtcdHelper) *REST
NewStorage returns a RESTStorage object that will work against service accounts objects.
Source Files ¶
etcd.go
- Version
- v0.19.2
- Published
- Jun 22, 2015
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 3 minutes ago –
Tools for package owners.