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.18.1
Published
Jun 3, 2015
Platform
linux/amd64
Imports
8 packages
Last checked
31 minutes ago

Tools for package owners.