package service
import "k8s.io/kubernetes/contrib/mesos/pkg/executor/service"
Package service contains the cmd/k8sm-executor glue code.
Index ¶
Constants ¶
const ( // if we don't use this source then the kubelet will do funny, mirror things. // @see ConfigSourceAnnotationKey MESOS_CFG_SOURCE = kubelet.ApiserverSource )
Types ¶
type KubeletExecutorServer ¶
type KubeletExecutorServer struct { *app.KubeletServer SuicideTimeout time.Duration ShutdownFD int ShutdownFIFO string }
func NewKubeletExecutorServer ¶
func NewKubeletExecutorServer() *KubeletExecutorServer
func (*KubeletExecutorServer) AddFlags ¶
func (s *KubeletExecutorServer) AddFlags(fs *pflag.FlagSet)
func (*KubeletExecutorServer) Run ¶
func (s *KubeletExecutorServer) Run(hks hyperkube.Interface, _ []string) error
Run runs the specified KubeletExecutorServer.
Source Files ¶
doc.go service.go
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 32 packages
- Last checked
- 23 minutes ago –
Tools for package owners.