Documentation ¶
Overview ¶
Package service contains the cmd/k8sm-executor glue code.
Index ¶
Constants ¶
View Source
const ( // if we don't use this source then the kubelet will do funny, mirror things. // @see ConfigSourceAnnotationKey MESOS_CFG_SOURCE = kubelet.ApiserverSource )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeletExecutorServer ¶
type KubeletExecutorServer struct { *app.KubeletServer SuicideTimeout time.Duration ShutdownFD int ShutdownFIFO string }
func NewKubeletExecutorServer ¶
func NewKubeletExecutorServer() *KubeletExecutorServer
func (*KubeletExecutorServer) AddFlags ¶ added in v1.1.0
func (s *KubeletExecutorServer) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.