 Documentation
      ¶
      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
	RunProxy       bool
	ProxyLogV      int
	ProxyExec      string
	ProxyLogfile   string
	ProxyBindall   bool
	SuicideTimeout time.Duration
	ShutdownFD     int
	ShutdownFIFO   string
}
    func NewHyperKubeletExecutorServer ¶
func NewHyperKubeletExecutorServer() *KubeletExecutorServer
func NewKubeletExecutorServer ¶
func NewKubeletExecutorServer() *KubeletExecutorServer
func (*KubeletExecutorServer) AddHyperkubeFlags ¶
func (s *KubeletExecutorServer) AddHyperkubeFlags(fs *pflag.FlagSet)
func (*KubeletExecutorServer) AddStandaloneFlags ¶
func (s *KubeletExecutorServer) AddStandaloneFlags(fs *pflag.FlagSet)
 Click to show internal directories. 
   Click to hide internal directories.