Documentation ¶
Index ¶
- Constants
- func CreateHostPortPods(f *framework.Framework, id string, replicas int, expectRunning bool)
- func CreateNodeSelectorPods(f *framework.Framework, id string, replicas int, ...) error
- func GetNodeThatCanRunPod(f *framework.Framework) string
- func OnlyAllowNodeZones(f *framework.Framework, zoneCount int, image string)
- func PodsUseStaticPVsOrFail(f *framework.Framework, podCount int, image string)
- func SIGDescribe(text string, body func()) bool
- func SetupNVIDIAGPUNode(f *framework.Framework, setupResourceGatherer bool) *framework.ContainerResourceGatherer
- func SpreadRCOrFail(f *framework.Framework, replicaCount int32, image string)
- func SpreadServiceOrFail(f *framework.Framework, replicaCount int, image string)
- func WaitForSchedulerAfterAction(f *framework.Framework, action common.Action, ns, podName string, ...)
- type Resource
Constants ¶
View Source
const ( KubeletPodDeletionDelaySeconds = 60 AdditionalWaitPerDeleteSeconds = 5 )
Variables ¶
This section is empty.
Functions ¶
func CreateHostPortPods ¶
func CreateNodeSelectorPods ¶ added in v1.8.0
func GetNodeThatCanRunPod ¶
func OnlyAllowNodeZones ¶ added in v1.10.0
OnlyAllowNodeZones tests that GetAllCurrentZones returns only zones with Nodes
func PodsUseStaticPVsOrFail ¶ added in v1.10.0
Check that the pods using statically created PVs get scheduled to the same zone that the PV is in.
func SIGDescribe ¶ added in v1.8.0
func SetupNVIDIAGPUNode ¶ added in v1.10.0
func SetupNVIDIAGPUNode(f *framework.Framework, setupResourceGatherer bool) *framework.ContainerResourceGatherer
func SpreadRCOrFail ¶ added in v1.10.0
Check that the pods comprising a replication controller get spread evenly across available zones
func SpreadServiceOrFail ¶ added in v1.10.0
Check that the pods comprising a service get spread evenly across available zones
Types ¶
Click to show internal directories.
Click to hide internal directories.