kubernetesk8s.io/kubernetes/test/e2e/multicluster Index | Files

package multicluster

import "k8s.io/kubernetes/test/e2e/multicluster"

Index

Functions

func OnlyAllowNodeZones

func OnlyAllowNodeZones(f *framework.Framework, zoneCount int, image string)

OnlyAllowNodeZones tests that GetAllCurrentZones returns only zones with Nodes

func PodsUseStaticPVsOrFail

func PodsUseStaticPVsOrFail(f *framework.Framework, podCount int, image string)

Check that the pods using statically created PVs get scheduled to the same zone that the PV is in.

func SIGDescribe

func SIGDescribe(text string, body func()) bool

func SpreadRCOrFail

func SpreadRCOrFail(f *framework.Framework, replicaCount int32, image string)

Check that the pods comprising a replication controller get spread evenly across available zones

func SpreadServiceOrFail

func SpreadServiceOrFail(f *framework.Framework, replicaCount int, image string)

Check that the pods comprising a service get spread evenly across available zones

Types

type StaticPVTestConfig

type StaticPVTestConfig struct {
	// contains filtered or unexported fields
}

Source Files

framework.go ubernetes_lite.go

Version
v1.9.3
Published
Feb 6, 2018
Platform
linux/amd64
Imports
17 packages
Last checked
3 seconds ago

Tools for package owners.