package etcd

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

Index

Types

type REST

type REST struct {
	*etcdgeneric.Etcd
}

REST implements a RESTStorage for secrets against etcd

func NewStorage

func NewStorage(h tools.EtcdHelper) *REST

NewStorage returns a registry which will store Secret in the given helper

Source Files

etcd.go

Version
v0.17.0
Published
May 12, 2015
Platform
linux/amd64
Imports
8 packages
Last checked
11 minutes ago

Tools for package owners.