Documentation ¶
Index ¶
- func GetClientSet() (*kubernetes.Clientset, error)
- func IsIPv4(ipFamily string) bool
- func IsIPv6(ipFamily string) bool
- func ParseNFQLB(output string) int
- func PodExec(pod *corev1.Pod, container string, command []string) (string, error)
- func PodHasNetworkInterface(pod *corev1.Pod, container string, interfaceSubName string) (bool, error)
- func VIPPort(vip string, port int) string
- type CTraffic
- type MConnect
- type StreamStatus
- type TrafficGenerator
- type TrafficGeneratorHost
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientSet ¶
func GetClientSet() (*kubernetes.Clientset, error)
func ParseNFQLB ¶
func PodHasNetworkInterface ¶
Types ¶
type CTraffic ¶
func (*CTraffic) AnalyzeTraffic ¶
type StreamStatus ¶
func ParseTargetWatch ¶
func ParseTargetWatch(output string) []*StreamStatus
type TrafficGenerator ¶
type TrafficGeneratorHost ¶
type TrafficGeneratorHost struct {
TrafficGeneratorCommand string
}
func (*TrafficGeneratorHost) SendTraffic ¶
func (tgh *TrafficGeneratorHost) SendTraffic(tg TrafficGenerator, trench string, namespace string, ipPort string, protocol string) (map[string]int, int)
Click to show internal directories.
Click to hide internal directories.