Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericORMPluginOptions ¶
type GenericORMPluginOptions struct { ORMPluginRegistrationDir string ORMWorkMode consts.WorkMode ORMReconcilePeriod time.Duration ORMResourceNamesMap map[string]string ORMPodNotifyChanLen int TopologyPolicyName string NumericAlignResources []string ORMPodResourcesSocket string ORMDevicesProvider string ORMKubeletPodResourcesEndpoints []string ORMNRISocketPath string ORMNRIPluginName string ORMNRIPluginIndex string ORMNRIHandleEvents string }
func NewGenericORMPluginOptions ¶
func NewGenericORMPluginOptions() *GenericORMPluginOptions
func (*GenericORMPluginOptions) AddFlags ¶
func (o *GenericORMPluginOptions) AddFlags(fss *cliflag.NamedFlagSets)
func (*GenericORMPluginOptions) ApplyTo ¶
func (o *GenericORMPluginOptions) ApplyTo(conf *ormconfig.GenericORMConfiguration) error
Click to show internal directories.
Click to hide internal directories.