package etcd

import "k8s.io/kubernetes/pkg/registry/namespace/etcd"

Index

Types

type REST

type REST struct {
	*etcdgeneric.Etcd
}

rest implements a RESTStorage for namespaces against etcd

func NewREST

func NewREST(h tools.EtcdHelper) *REST

NewREST returns a RESTStorage object that will work against namespaces

Source Files

etcd.go

Version
v0.13.1-dev
Published
Mar 16, 2015
Platform
darwin/amd64
Imports
8 packages
Last checked
6 minutes ago

Tools for package owners.