Documentation ¶
Index ¶
- Variables
- func CreateWithBackend(cs clientset.Interface, namespace string, jigName string, ...) (*corev1.Service, *e2eservice.TestJig)
- func CreateWithBackendPort(cs clientset.Interface, namespace string, jigName string, port int, ...) (*corev1.Service, *e2eservice.TestJig)
- func Delete(cs clientset.Interface, svc *corev1.Service)
- func DualStack(svc *corev1.Service)
- func ForceV4(svc *corev1.Service)
- func ForceV6(svc *corev1.Service)
- func GetEndpointHostName(ep string, exec executor.Executor) (string, error)
- func TrafficPolicyCluster(svc *corev1.Service)
- func TrafficPolicyLocal(svc *corev1.Service)
- func ValidateL2(svc *corev1.Service) error
- func WithLoadbalancerClass(loadBalancerClass string) func(*corev1.Service)
- func WithSpecificIPs(svc *corev1.Service, ips ...string)
- func WithSpecificPool(poolName string) func(*corev1.Service)
- type Tweak
Constants ¶
This section is empty.
Variables ¶
View Source
var TestServicePort = 80
Functions ¶
func CreateWithBackend ¶
func CreateWithBackendPort ¶ added in v0.13.0
func GetEndpointHostName ¶
Relies on the endpoint being an agnhost netexec pod.
func TrafficPolicyCluster ¶
func TrafficPolicyLocal ¶
func ValidateL2 ¶ added in v0.13.0
func WithLoadbalancerClass ¶ added in v0.13.0
func WithSpecificIPs ¶
func WithSpecificPool ¶ added in v0.13.0
Types ¶
Click to show internal directories.
Click to hide internal directories.