type Suite …
const E2E …
const NodeE2E …
var CurrentSuite …
var PrePulledImages …
var WindowsPrePulledImages …
type testImagesStruct …
var testImages …
func init() { … }
func SubstituteImageName(content string) string { … }
func svcByName(name string, port int) *v1.Service { … }
func NewSVCByName(c clientset.Interface, ns, name string) error { … }
func NewRCByName(c clientset.Interface, ns, name string, replicas int32, gracePeriod *int64, containerArgs []string) (*v1.ReplicationController, error) { … }
func RestartNodes(c clientset.Interface, nodes []v1.Node) error { … }
func rcByNamePort(name string, replicas int32, image string, containerArgs []string, port int, protocol v1.Protocol,
labels map[string]string, gracePeriod *int64) *v1.ReplicationController { … }