package network
import "k8s.io/kubernetes/test/e2e/network"
Package network are the end-to-end tests for Kubernetes networking.
Index ¶
- Constants
- func SIGDescribe(text string, body func()) bool
- type IPerfResult
- type IPerfResults
- type LBCTester
- type StrSlice
Constants ¶
const ( NEGAnnotation = "alpha.cloud.google.com/load-balancer-neg" NEGUpdateTimeout = 2 * time.Minute )
Functions ¶
func SIGDescribe ¶
Types ¶
type IPerfResult ¶
type IPerfResult struct {
// contains filtered or unexported fields
}
IPerfResult struct modelling an iperf record.... 20160314154239,172.17.0.3,34152,172.17.0.2,5001,3,0.0-10.0,33843707904,27074774092
func NewIPerf ¶
func NewIPerf(csvLine string) *IPerfResult
NewIPerf parses an IPerf CSV output line into an IPerfResult.
type IPerfResults ¶
func (*IPerfResults) Add ¶
func (i *IPerfResults) Add(ipr *IPerfResult)
Add adds a new result to the Results struct.
func (*IPerfResults) ToTSV ¶
func (i *IPerfResults) ToTSV() string
ToTSV exports an easily readable tab delimited format of all IPerfResults.
type LBCTester ¶
type LBCTester interface {
// contains filtered or unexported methods
}
LBCTester is an interface used to test loadbalancer controllers.
type StrSlice ¶
type StrSlice []string
Source Files ¶
dns.go dns_common.go dns_configmap.go doc.go example_cluster_dns.go firewall.go framework.go ingress.go kube_proxy.go network_policy.go network_tiers.go networking.go networking_perf.go no_snat.go proxy.go service.go service_latency.go serviceloadbalancers.go util_iperf.go
- Version
- v1.9.1
- Published
- Jan 3, 2018
- Platform
- js/wasm
- Imports
- 52 packages
- Last checked
- 11 minutes ago –
Tools for package owners.