destinationrules

package
v1.43.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: Apache-2.0 Imports: 8 Imported by: 10

Documentation

Index

Constants

View Source
const DestinationRulesCheckerType = "destinationrule"

Variables

This section is empty.

Functions

This section is empty.

Types

type DisabledMeshWideMTLSChecker added in v1.19.0

type DisabledMeshWideMTLSChecker struct {
	DestinationRule networking_v1alpha3.DestinationRule
	MeshPeerAuthns  []security_v1beta.PeerAuthentication
}

func (DisabledMeshWideMTLSChecker) Check added in v1.19.0

type DisabledNamespaceWideMTLSChecker added in v0.17.0

type DisabledNamespaceWideMTLSChecker struct {
	DestinationRule networking_v1alpha3.DestinationRule
	MTLSDetails     kubernetes.MTLSDetails
}

func (DisabledNamespaceWideMTLSChecker) Check added in v0.17.0

Check if a the PeerAuthn is allows non-mtls traffic when DestinationRule explicitly disables mTLS ns-wide

type MeshWideMTLSChecker added in v0.16.0

type MeshWideMTLSChecker struct {
	DestinationRule networking_v1alpha3.DestinationRule
	MTLSDetails     kubernetes.MTLSDetails
}

func (MeshWideMTLSChecker) Check added in v0.16.0

func (m MeshWideMTLSChecker) Check() ([]*models.IstioCheck, bool)

type MultiMatchChecker

type MultiMatchChecker struct {
	DestinationRules         []networking_v1alpha3.DestinationRule
	ExportedDestinationRules []networking_v1alpha3.DestinationRule
	ServiceEntries           map[string][]string
	Namespaces               models.Namespaces
}

func (MultiMatchChecker) Check

Check validates that no two destinationRules target the same host+subset combination

type NamespaceWideMTLSChecker added in v0.17.0

type NamespaceWideMTLSChecker struct {
	DestinationRule networking_v1alpha3.DestinationRule
	MTLSDetails     kubernetes.MTLSDetails
}

func (NamespaceWideMTLSChecker) Check added in v0.17.0

type NoDestinationChecker

type NoDestinationChecker struct {
	Namespace       string
	Namespaces      models.Namespaces
	WorkloadList    models.WorkloadList
	DestinationRule networking_v1alpha3.DestinationRule
	VirtualServices []networking_v1alpha3.VirtualService
	ServiceEntries  map[string][]string
	ServiceList     models.ServiceList
	RegistryStatus  []*kubernetes.RegistryStatus
}

func (NoDestinationChecker) Check

func (n NoDestinationChecker) Check() ([]*models.IstioCheck, bool)

Check parses the DestinationRule definitions and verifies that they point to an existing service, including any subset definitions

type TrafficPolicyChecker added in v0.15.0

type TrafficPolicyChecker struct {
	DestinationRules         []networking_v1alpha3.DestinationRule
	ExportedDestinationRules []networking_v1alpha3.DestinationRule
	MTLSDetails              kubernetes.MTLSDetails
}

func (TrafficPolicyChecker) Check added in v0.15.0

Jump to

Keyboard shortcuts

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