package nodefeature
import "k8s.io/kubernetes/test/e2e/nodefeature"
Package feature contains pre-defined node features used by test/e2e and/or test/e2e_node.
Index ¶
Variables ¶
var ( AppArmor = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("AppArmor")) CheckpointContainer = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("CheckpointContainer")) CriticalPod = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("CriticalPod")) DeviceManager = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DeviceManager")) DevicePluginProbe = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DevicePluginProbe")) DownwardAPIHugePages = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DownwardAPIHugePages")) DynamicResourceAllocation = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DynamicResourceAllocation")) Eviction = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("Eviction")) FSGroup = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("FSGroup")) GarbageCollect = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GarbageCollect")) GracefulNodeShutdown = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GracefulNodeShutdown")) GracefulNodeShutdownBasedOnPodPriority = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GracefulNodeShutdownBasedOnPodPriority")) HostAccess = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("HostAccess")) ImageID = framework.WithNodeFeature(framework.ValidNodeFeatures.Add(" ImageID")) KubeletConfigDropInDir = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("KubeletConfigDropInDir")) LSCIQuotaMonitoring = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("LSCIQuotaMonitoring")) NodeAllocatable = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("NodeAllocatable")) NodeProblemDetector = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("NodeProblemDetector")) OOMScoreAdj = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("OOMScoreAdj")) PodDisruptionConditions = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("PodDisruptionConditions")) PodHostIPs = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("PodHostIPs")) PodResources = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("PodResources")) ResourceMetrics = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ResourceMetrics")) RuntimeHandler = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("RuntimeHandler")) SystemNodeCriticalPod = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("SystemNodeCriticalPod")) )
Source Files ¶
nodefeature.go
- Version
- v1.29.5
- Published
- May 14, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 31 seconds ago –
Tools for package owners.