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.18.2
Published
Jun 8, 2015
Platform
linux/amd64
Imports
8 packages
Last checked
58 seconds ago

Tools for package owners.