Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CorePlugin VCoreDevicePlugin feature gate will report the virtual cores of the node device to kubelet. CorePlugin featuregate.Feature = "CorePlugin" // MemoryPlugin VMemoryDevicePlugin feature gate will report the virtual memory of the node device to kubelet. MemoryPlugin featuregate.Feature = "MemoryPlugin" // Reschedule feature gate will attempt to reschedule Pods that meet the criteria. Reschedule featuregate.Feature = "Reschedule" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
KubeConfigFile string
MasterURL string
QPS float64
Burst int
NodeName string
CGroupDriver string
DeviceSplitCount int
DeviceMemoryScaling float64
DeviceMemoryFactor int
DeviceCoresScaling float64
NodeConfigPath string
ExcludeDevices string
DevicePluginPath string
PprofBindPort int
FeatureGate featuregate.MutableFeatureGate
}
func NewOptions ¶
func NewOptions() *Options
func (*Options) PrintAndExitIfRequested ¶
func (o *Options) PrintAndExitIfRequested()
Click to show internal directories.
Click to hide internal directories.