package etcd

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

Index

Types

type REST

type REST struct {
	*etcdgeneric.Etcd
}

REST implements a RESTStorage for ConfigMap against etcd

func NewREST

func NewREST(s storage.Interface, storageDecorator generic.StorageDecorator) *REST

NewREST returns a RESTStorage object that will work with ConfigMap objects.

Source Files

etcd.go

Version
v1.2.0-alpha.6
Published
Jan 13, 2016
Platform
js/wasm
Imports
7 packages
Last checked
14 minutes ago

Tools for package owners.