Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FeatureLabelNs is the namespace for feature labels FeatureLabelNs = "feature.node.kubernetes.io" // FeatureLabelSubNsSuffix is the suffix for allowed feature label sub-namespaces FeatureLabelSubNsSuffix = "." + FeatureLabelNs // ProfileLabelNs is the namespace for profile labels ProfileLabelNs = "profile.node.kubernetes.io" // ProfileLabelSubNsSuffix is the suffix for allowed profile label sub-namespaces ProfileLabelSubNsSuffix = "." + ProfileLabelNs // AnnotationNsBase namespace for all NFD-related annotations AnnotationNsBase = "nfd.node.kubernetes.io" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotations ¶
Annotations are used for NFD-related node metadata
type Args ¶
type Args struct { CaFile string CertFile string ExtraLabelNs utils.StringSetVal Instance string KeyFile string Kubeconfig string LabelWhiteList utils.RegexpVal FeatureRulesController bool NoPublish bool Port int Prune bool VerifyNodeName bool ResourceLabels utils.StringSetVal }
Args holds command line arguments
type ExtendedResources ¶ added in v0.6.0
ExtendedResources are k8s extended resources which are created from discovered features.
Click to show internal directories.
Click to hide internal directories.