Documentation ¶
Index ¶
Constants ¶
View Source
const MeshInternal = 1
Variables ¶
This section is empty.
Functions ¶
func GroupWorkloadEntriesByLabels ¶ added in v1.43.0
func GroupWorkloadEntriesByLabels(workloads []v1alpha3.WorkloadEntry) map[string][]string
Types ¶
type HasMatchingWorkloadEntryAddress ¶ added in v1.43.0
type HasMatchingWorkloadEntryAddress struct { ServiceEntry v1alpha3.ServiceEntry WorkloadEntries map[string][]string }
func (HasMatchingWorkloadEntryAddress) Check ¶ added in v1.43.0
func (in HasMatchingWorkloadEntryAddress) Check() ([]*models.IstioCheck, bool)
func (HasMatchingWorkloadEntryAddress) ServiceEntryAddressMap ¶ added in v1.43.0
func (in HasMatchingWorkloadEntryAddress) ServiceEntryAddressMap() map[string]bool
type PortChecker ¶
type PortChecker struct {
ServiceEntry networking_v1alpha3.ServiceEntry
}
func (PortChecker) Check ¶
func (p PortChecker) Check() ([]*models.IstioCheck, bool)
Click to show internal directories.
Click to hide internal directories.