test

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDeploymentConfigStore

type FakeDeploymentConfigStore struct {
	DeploymentConfig *deployapi.DeploymentConfig
}

func NewFakeDeploymentConfigStore

func NewFakeDeploymentConfigStore(config *deployapi.DeploymentConfig) FakeDeploymentConfigStore

func (FakeDeploymentConfigStore) Add

func (s FakeDeploymentConfigStore) Add(id string, obj interface{})

func (FakeDeploymentConfigStore) Contains

func (FakeDeploymentConfigStore) Delete

func (s FakeDeploymentConfigStore) Delete(id string)

func (FakeDeploymentConfigStore) Get

func (s FakeDeploymentConfigStore) Get(id string) (item interface{}, exists bool)

func (FakeDeploymentConfigStore) List

func (s FakeDeploymentConfigStore) List() []interface{}

func (FakeDeploymentConfigStore) Replace

func (s FakeDeploymentConfigStore) Replace(idToObj map[string]interface{})

func (FakeDeploymentConfigStore) Update

func (s FakeDeploymentConfigStore) Update(id string, obj interface{})

type FakeDeploymentStore

type FakeDeploymentStore struct {
	Deployment *deployapi.Deployment
}

func NewFakeDeploymentStore

func NewFakeDeploymentStore(deployment *deployapi.Deployment) FakeDeploymentStore

func (FakeDeploymentStore) Add

func (s FakeDeploymentStore) Add(id string, obj interface{})

func (FakeDeploymentStore) Contains

func (s FakeDeploymentStore) Contains() util.StringSet

func (FakeDeploymentStore) Delete

func (s FakeDeploymentStore) Delete(id string)

func (FakeDeploymentStore) Get

func (s FakeDeploymentStore) Get(id string) (item interface{}, exists bool)

func (FakeDeploymentStore) List

func (s FakeDeploymentStore) List() []interface{}

func (FakeDeploymentStore) Replace

func (s FakeDeploymentStore) Replace(idToObj map[string]interface{})

func (FakeDeploymentStore) Update

func (s FakeDeploymentStore) Update(id string, obj interface{})

Jump to

Keyboard shortcuts

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