...
Package networkchaos
import "github.com/chaos-mesh/chaos-mesh/test/e2e/chaos/networkchaos"
- Overview
- Index
- func TestcaseForbidHostNetwork(ns string, kubeCli kubernetes.Interface, cli client.Client)
- func TestcaseNetworkDelay(ns string, cli client.Client, networkPeers []*corev1.Pod, ports []uint16, c http.Client)
- func TestcaseNetworkPartition(ns string, cli client.Client, networkPeers []*corev1.Pod, ports []uint16, c http.Client)
Package files
misc.go
network_delay.go
network_partition.go
func TestcaseForbidHostNetwork(
ns string,
kubeCli kubernetes.Interface,
cli client.Client,
)
TestcaseForbidHostNetwork We do NOT allow that inject chaos on a pod which uses hostNetwork
func TestcaseNetworkDelay(
ns string,
cli client.Client,
networkPeers []*corev1.Pod,
ports []uint16,
c http.Client,
)
func TestcaseNetworkPartition(
ns string,
cli client.Client,
networkPeers []*corev1.Pod,
ports []uint16,
c http.Client,
)