package slave
import "k8s.io/kubernetes/contrib/mesos/pkg/scheduler/slave"
Package slave manages node hostnames for slave ids.
Index ¶
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func NewRegistry() *Registry
func (*Registry) HostName ¶
HostName looks up a hostname for a given slaveId
func (*Registry) Register ¶
Register creates a mapping between a slaveId and slave if not existing.
func (*Registry) SlaveIDs ¶
SlaveIDs returns the keys of the registry
Source Files ¶
doc.go slave.go
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 8 minutes ago –
Tools for package owners.