Documentation ¶
Index ¶
- func ClientToClient(name string) check.Scenario
- func Dummy(name string) check.Scenario
- func NetperfPodtoPod(n string) check.Scenario
- func PodToCIDR(name string) check.Scenario
- func PodToExternalWorkload(name string) check.Scenario
- func PodToHost(name string) check.Scenario
- func PodToLocalNodePort(name string) check.Scenario
- func PodToPod(name string) check.Scenario
- func PodToRemoteNodePort(name string) check.Scenario
- func PodToService(name string) check.Scenario
- func PodToWorld(name string) check.Scenario
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientToClient ¶
ClientToClient sends an ICMP packet from each client Pod to each client Pod in the test context.
func NetperfPodtoPod ¶ added in v0.10.5
Network Performance
func PodToExternalWorkload ¶
func PodToHost ¶
PodToHost sends an ICMP ping from all client Pods to all nodes in the test context.
func PodToLocalNodePort ¶
PodToLocalNodePort sends an HTTP request from all client Pods to all echo Services' NodePorts, but only on the same node as the client Pods.
func PodToPod ¶
PodToPod generates one HTTP request from each client pod to each echo (server) pod in the test context. The remote Pod is contacted directly, no DNS is involved.
func PodToRemoteNodePort ¶
PodToRemoteNodePort sends an HTTP request from all client Pods to all echo Services' NodePorts, but only to other nodes.
func PodToService ¶
PodToService sends an HTTP request from all client Pods to all Services in the test context.
func PodToWorld ¶
PodToWorld sends multiple HTTP(S) requests to one.one.one.one from random client Pods.
Types ¶
This section is empty.