gateways

package
v1.18.1 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GatewayCheckerType = "gateway"
)

Variables

View Source
var (
	// IstioIngressGatewayLabels matching labels for Istio's internal ingressgateway
	IstioIngressGatewayLabels = labels.Set(map[string]string{"istio": "ingressgateway"})
	// IstioEgressGatewayLabels matching labels for Istio's internal egressgateway
	IstioEgressGatewayLabels = labels.Set(map[string]string{"istio": "egressgateway"})
)

Functions

This section is empty.

Types

type Host

type Host struct {
	Port            int
	Hostname        string
	Namespace       string
	ServerIndex     int
	HostIndex       int
	GatewayRuleName string
}

type MultiMatchChecker

type MultiMatchChecker struct {
	GatewaysPerNamespace [][]kubernetes.IstioObject
	// contains filtered or unexported fields
}

func (MultiMatchChecker) Check

Check validates that no two gateways share the same host+port combination

type PortChecker added in v0.15.0

type PortChecker struct {
	Gateway kubernetes.IstioObject
}

func (PortChecker) Check added in v0.15.0

func (p PortChecker) Check() ([]*models.IstioCheck, bool)

type SelectorChecker added in v0.21.0

type SelectorChecker struct {
	WorkloadList models.WorkloadList
	Gateway      kubernetes.IstioObject
}

func (SelectorChecker) Check added in v0.21.0

func (s SelectorChecker) Check() ([]*models.IstioCheck, bool)

Check verifies that the Gateway's selector's labels do match a known service inside the same namespace as recommended/required by the docs

Jump to

Keyboard shortcuts

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