Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EgressHostChecker ¶
type EgressHostChecker struct { Sidecar *networking_v1beta1.Sidecar ServiceEntries map[string][]string RegistryServices []*kubernetes.RegistryService }
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 *networking_v1beta1.Sidecar
}
func (GlobalChecker) Check ¶ added in v1.16.0
func (gc GlobalChecker) Check() ([]*models.IstioCheck, bool)
type HostWithIndex ¶
Click to show internal directories.
Click to hide internal directories.