Documentation ¶
Overview ¶
Package feature contains pre-defined node features used by test/e2e and/or test/e2e_node.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TODO: document the feature (owning SIG, when to use this feature for a test) CheckpointContainer = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("CheckpointContainer")) // TODO: document the feature (owning SIG, when to use this feature for a test) CriticalPod = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("CriticalPod")) // TODO: document the feature (owning SIG, when to use this feature for a test) DeviceManager = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DeviceManager")) // TODO: document the feature (owning SIG, when to use this feature for a test) DevicePlugin = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DevicePlugin")) // TODO: document the feature (owning SIG, when to use this feature for a test) DownwardAPIHugePages = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DownwardAPIHugePages")) // TODO: document the feature (owning SIG, when to use this feature for a test) DynamicResourceAllocation = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("DynamicResourceAllocation")) // TODO: document the feature (owning SIG, when to use this feature for a test) Eviction = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("Eviction")) // TODO: document the feature (owning SIG, when to use this feature for a test) FSGroup = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("FSGroup")) // TODO: document the feature (owning SIG, when to use this feature for a test) GarbageCollect = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GarbageCollect")) // TODO: document the feature (owning SIG, when to use this feature for a test) GracefulNodeShutdown = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GracefulNodeShutdown")) // TODO: document the feature (owning SIG, when to use this feature for a test) GracefulNodeShutdownBasedOnPodPriority = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("GracefulNodeShutdownBasedOnPodPriority")) // TODO: document the feature (owning SIG, when to use this feature for a test) HostAccess = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("HostAccess")) // TODO: document the feature (owning SIG, when to use this feature for a test) ImageID = framework.WithNodeFeature(framework.ValidNodeFeatures.Add(" ImageID")) // ImageVolume is used for testing the image volume source feature (https://kep.k8s.io/4639). ImageVolume = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ImageVolume")) // TODO: document the feature (owning SIG, when to use this feature for a test) KubeletConfigDropInDir = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("KubeletConfigDropInDir")) // KubeletSeparateDiskGC (SIG-node, used for testing separate image filesystem <https://kep.k8s.io/4191>) // The tests need separate disk settings on nodes and separate filesystems in storage.conf KubeletSeparateDiskGC = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("KubeletSeparateDiskGC")) // TODO: document the feature (owning SIG, when to use this feature for a test) LSCIQuotaMonitoring = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("LSCIQuotaMonitoring")) // TODO: document the feature (owning SIG, when to use this feature for a test) NodeAllocatable = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("NodeAllocatable")) // TODO: document the feature (owning SIG, when to use this feature for a test) NodeProblemDetector = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("NodeProblemDetector")) // TODO: document the feature (owning SIG, when to use this feature for a test) OOMScoreAdj = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("OOMScoreAdj")) // TODO: document the feature (owning SIG, when to use this feature for a test) PodResources = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("PodResources")) // ResourceHealthStatus (SIG-node, resource health Status for device plugins and DRA <https://kep.k8s.io/4680>) ResourceHealthStatus = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ResourceHealthStatus")) // TODO: document the feature (owning SIG, when to use this feature for a test) ProcMountType = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ProcMountType")) // RecursiveReadOnlyMounts (SIG-node, used for testing recursive read-only mounts <https://kep.k8s.io/3857>) RecursiveReadOnlyMounts = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("RecursiveReadOnlyMounts")) // TODO: document the feature (owning SIG, when to use this feature for a test) ResourceMetrics = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("ResourceMetrics")) // TODO: document the feature (owning SIG, when to use this feature for a test) RuntimeHandler = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("RuntimeHandler")) // TODO: document the feature (owning SIG, when to use this feature for a test) SidecarContainers = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("SidecarContainers")) // Added to test Swap Feature // This label should be used when testing KEP-2400 (Node Swap Support) Swap = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("NodeSwap")) // TODO: document the feature (owning SIG, when to use this feature for a test) SystemNodeCriticalPod = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("SystemNodeCriticalPod")) // TODO: document the feature (owning SIG, when to use this feature for a test) UserNamespacesSupport = framework.WithNodeFeature(framework.ValidNodeFeatures.Add("UserNamespacesSupport")) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.