Documentation ¶
Index ¶
- type FakeDeploymentConfigStore
- func (s FakeDeploymentConfigStore) Add(id string, obj interface{})
- func (s FakeDeploymentConfigStore) Contains() util.StringSet
- func (s FakeDeploymentConfigStore) Delete(id string)
- func (s FakeDeploymentConfigStore) Get(id string) (item interface{}, exists bool)
- func (s FakeDeploymentConfigStore) List() []interface{}
- func (s FakeDeploymentConfigStore) Replace(idToObj map[string]interface{})
- func (s FakeDeploymentConfigStore) Update(id string, obj interface{})
- type FakeDeploymentStore
- func (s FakeDeploymentStore) Add(id string, obj interface{})
- func (s FakeDeploymentStore) Contains() util.StringSet
- func (s FakeDeploymentStore) Delete(id string)
- func (s FakeDeploymentStore) Get(id string) (item interface{}, exists bool)
- func (s FakeDeploymentStore) List() []interface{}
- func (s FakeDeploymentStore) Replace(idToObj map[string]interface{})
- func (s FakeDeploymentStore) Update(id string, obj interface{})
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 (s FakeDeploymentConfigStore) Contains() util.StringSet
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{})
Click to show internal directories.
Click to hide internal directories.