Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TopologyManagerPolicyAttributeName represents an attribute which defines Topology Manager Policy TopologyManagerPolicyAttributeName = "topologyManagerPolicy" // TopologyManagerScopeAttributeName represents an attribute which defines Topology Manager Policy Scope TopologyManagerScopeAttributeName = "topologyManagerScope" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { MetricsPort int NoPublish bool Oneshot bool KubeConfigFile string ConfigFile string KubeletStateDir string GrpcHealthPort int Klog map[string]*utils.KlogFlagVal }
Args are the command line arguments
type NfdTopologyUpdater ¶
type NfdTopologyUpdater interface { Run() error Stop() }
func NewTopologyUpdater ¶
func NewTopologyUpdater(args Args, resourcemonitorArgs resourcemonitor.Args) (NfdTopologyUpdater, error)
NewTopologyUpdater creates a new NfdTopologyUpdater instance.
Click to show internal directories.
Click to hide internal directories.