Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PowerAwarePluginOptions ¶
type PowerAwarePluginOptions struct { DryRun bool DisablePowerCapping bool DisablePowerPressureEvict bool PowerCappingAdvisorSocketAbsPath string AnnotationKeyPrefix string }
func NewPowerAwarePluginOptions ¶
func NewPowerAwarePluginOptions() *PowerAwarePluginOptions
NewPowerAwarePluginOptions creates a new Options with a default config.
func (*PowerAwarePluginOptions) AddFlags ¶
func (p *PowerAwarePluginOptions) AddFlags(fss *cliflag.NamedFlagSets)
func (*PowerAwarePluginOptions) ApplyTo ¶
func (p *PowerAwarePluginOptions) ApplyTo(o *poweraware.PowerAwarePluginConfiguration) error
Click to show internal directories.
Click to hide internal directories.