Documentation ¶
Index ¶
Constants ¶
View Source
const (
GatewayCheckerType = "gateway"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiMatchChecker ¶
type MultiMatchChecker struct { GatewaysPerNamespace [][]kubernetes.IstioObject // contains filtered or unexported fields }
func (MultiMatchChecker) Check ¶
func (m MultiMatchChecker) Check() models.IstioValidations
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)
Click to show internal directories.
Click to hide internal directories.