etcd

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2014 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ProjectPath is the path to project resources in etcd
	ProjectPath string = "/projects"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Etcd

type Etcd struct {
	tools.EtcdHelper
}

Etcd implements ProjectRegistry and ProjectRepositoryRegistry backed by etcd.

func New

func New(helper tools.EtcdHelper) *Etcd

New returns a new etcd registry.

func (*Etcd) CreateProject

func (r *Etcd) CreateProject(ctx kapi.Context, project *api.Project) error

CreateProject creates a new project

func (*Etcd) DeleteProject

func (r *Etcd) DeleteProject(ctx kapi.Context, id string) error

DeleteProject deletes an existing project

func (*Etcd) GetProject

func (r *Etcd) GetProject(ctx kapi.Context, id string) (*api.Project, error)

GetProject retrieves a specific project

func (*Etcd) ListProjects

func (r *Etcd) ListProjects(ctx kapi.Context, selector labels.Selector) (*api.ProjectList, error)

ListProjects retrieves a list of projects that match selector.

func (*Etcd) UpdateProject

func (r *Etcd) UpdateProject(ctx kapi.Context, project *api.Project) error

UpdateProject updates an existing project

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL