package frameworkid
import "k8s.io/kubernetes/contrib/mesos/pkg/scheduler/components/framework/frameworkid"
Index ¶
- Variables
- type Getter
- type LookupFunc
- type RemoveFunc
- type Remover
- type Setter
- type Storage
- type StoreFunc
Variables ¶
Types ¶
type Getter ¶
type LookupFunc ¶
LookupFunc retrieves a framework ID from persistent storage
func (LookupFunc) Get ¶
func (f LookupFunc) Get(c context.Context) (string, error)
type RemoveFunc ¶
RemoveFunc removes a framework ID from persistent storage
func (RemoveFunc) Remove ¶
func (f RemoveFunc) Remove(c context.Context) error
type Remover ¶
type Setter ¶
type Storage ¶
type StoreFunc ¶
StoreFunc stores a framework ID in persistent storage
func (StoreFunc) Set ¶
Source Files ¶
frameworkid.go
Directories ¶
Path | Synopsis |
---|---|
contrib/mesos/pkg/scheduler/components/framework/frameworkid/etcd | |
contrib/mesos/pkg/scheduler/components/framework/frameworkid/zk |
- Version
- v1.4.5
- Published
- Oct 29, 2016
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 11 minutes ago –
Tools for package owners.