Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Letters is the letters of the alphabet. Letters = "abcdefghijklmnopqrstuvwxyz" // LoadBalancerPollTimeout is how long we wait for a the LB to be // ready. On average it takes ~6 minutes for a single backend to come // online in GCE. LoadBalancerPollTimeout = 12 * time.Minute // LoadBalancerPollInterval is the time between checking for the LB to be ready. LoadBalancerPollInterval = 10 * time.Second // IngressReqTimeout is the timeout on a single http request. IngressReqTimeout = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func RunBasicCreateTest ¶
func RunBasicCreateTest()
RunBasicCreateTest creates a basic multicluster ingress and verifies that it works as expected. TODO(nikhiljindal): Use ginkgo and gomega and possibly reuse k/k e2e framework.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.