Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version type KubeletServer + KubeReserved util.ConfigurationMap + SystemReserved util.ConfigurationMap v0.3.0 Mar 16, 2016 Changes in this version + type KubeletServer struct + APIServerList []string + Address net.IP + AllowPrivileged bool + AuthPath util.StringFlag + CAdvisorPort uint + CPUCFSQuota bool + CertDirectory string + CgroupRoot string + ChaosChance float64 + CinderConfig string + CloudConfigFile string + CloudProvider string + ClusterDNS net.IP + ClusterDomain string + Config string + ConfigureCBR0 bool + ContainerRuntime string + Containerized bool + DisableHyperInternalService bool + DockerDaemonContainer string + DockerEndpoint string + DockerExecHandlerName string + EnableDebuggingHandlers bool + EnableServer bool + EventBurst int + EventRecordQPS float32 + ExperimentalFlannelOverlay bool + FileCheckFrequency time.Duration + HTTPCheckFrequency time.Duration + HealthzBindAddress net.IP + HealthzPort int + HostIPCSources string + HostNetworkSources string + HostPIDSources string + HostnameOverride string + ImageGCHighThresholdPercent int + ImageGCLowThresholdPercent int + KubeAPIBurst int + KubeAPIQPS float32 + KubeConfig util.StringFlag + LowDiskSpaceThresholdMB int + ManifestURL string + ManifestURLHeader string + MasterServiceNamespace string + MaxContainerCount int + MaxOpenFiles uint64 + MaxPerPodContainerCount int + MaxPods int + MinimumGCAge time.Duration + NetworkPluginDir string + NetworkPluginName string + NetworkProvider string + NodeIP net.IP + NodeLabels []string + NodeLabelsFile string + NodeStatusUpdateFrequency time.Duration + OOMScoreAdj int + OutOfDiskTransitionFrequency time.Duration + PodCIDR string + PodInfraContainerImage string + Port uint + ReadOnlyPort uint + ReallyCrashForTesting bool + ReconcileCIDR bool + RegisterNode bool + RegisterSchedulable bool + RegistryBurst int + RegistryPullQPS float64 + ResolverConfig string + ResourceContainer string + RktPath string + RktStage1Image string + RootDirectory string + RunOnce bool + SerializeImagePulls bool + StandaloneMode bool + StreamingConnectionIdleTimeout time.Duration + SyncFrequency time.Duration + SystemContainer string + TLSCertFile string + TLSPrivateKeyFile string + VolumePluginDir string + func NewKubeletServer() *KubeletServer + func (s *KubeletServer) AddFlags(fs *pflag.FlagSet)