Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EgressHostChecker ¶
type EgressHostChecker struct { Sidecar kubernetes.IstioObject ServiceEntries map[string][]string Services []core_v1.Service }
func (EgressHostChecker) Check ¶
func (elc EgressHostChecker) Check() ([]*models.IstioCheck, bool)
func (EgressHostChecker) HasMatchingService ¶
func (elc EgressHostChecker) HasMatchingService(host kubernetes.Host, itemNamespace string) bool
type GlobalChecker ¶ added in v1.16.0
type GlobalChecker struct {
Sidecar kubernetes.IstioObject
}
func (GlobalChecker) Check ¶ added in v1.16.0
func (gc GlobalChecker) Check() ([]*models.IstioCheck, bool)
type HostWithIndex ¶
type HostWithIndex struct { Index int Hosts []interface{} }
Click to show internal directories.
Click to hide internal directories.