Documentation ¶
Index ¶
- Constants
- func GetDeviceName() string
- func GetMetricsEnabled() bool
- func GetNamespaceName() string
- func GetNodeName() string
- func GetNodeReferenceEnabled() bool
- func GetPollInterval() string
- func GetTopologyManagerPolicy() string
- func GetTopologyManagerScope() string
- func SetNamespaceName(namespaceName string)
- func SetNodeName(nodeName string)
Constants ¶
View Source
const ( // we rely on kind for our CI DefaultNodeName = "kind-worker" DefaultNamespace = "" DefaultTopologyMangerPolicy = "" DefaultTopologyMangerScope = "" DefaultRTEPollInterval = "10s" RTELabelName = "resource-topology" RTEContainerName = "resource-topology-exporter-container" DefaultDeviceName = "example.com/deviceA" DefaultNodeReferenceEnabled = false DefaultMetricsEnabled = false )
Variables ¶
This section is empty.
Functions ¶
func GetDeviceName ¶ added in v0.7.0
func GetDeviceName() string
func GetMetricsEnabled ¶ added in v0.11.5
func GetMetricsEnabled() bool
func GetNamespaceName ¶
func GetNamespaceName() string
func GetNodeName ¶
func GetNodeName() string
func GetNodeReferenceEnabled ¶ added in v0.14.1
func GetNodeReferenceEnabled() bool
func GetPollInterval ¶ added in v0.3.1
func GetPollInterval() string
func GetTopologyManagerPolicy ¶ added in v0.2.6
func GetTopologyManagerPolicy() string
func GetTopologyManagerScope ¶ added in v0.11.100
func GetTopologyManagerScope() string
func SetNamespaceName ¶ added in v0.2.6
func SetNamespaceName(namespaceName string)
func SetNodeName ¶ added in v0.2.6
func SetNodeName(nodeName string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.