tcp

package
v0.0.0-...-6686a80 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package tcp implements a TCP/IP connectivity test.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type ConnectivityTestParams

type ConnectivityTestParams struct {
	Framework             *framework.Framework
	Networking            framework.NetworkingType
	ConnectionTimeout     uint
	ConnectionAttempts    uint
	FromCluster           framework.ClusterIndex
	FromClusterScheduling framework.NetworkPodScheduling
	ToCluster             framework.ClusterIndex
	ToClusterScheduling   framework.NetworkPodScheduling
	ToEndpointType        EndpointType
}

type EndpointType

type EndpointType int
const (
	PodIP EndpointType = iota
	ServiceIP
	// TODO: Remove GlobalIP once all consumer code switches to GlobalServiceIP.
	GlobalIP
	GlobalPodIP
	GlobalServiceIP = GlobalIP
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL