Versions in this module Expand all Collapse all v0 v0.6.0 Aug 16, 2018 v0.5.0 Jul 6, 2018 Changes in this version + type Host struct + Cluster string + Namespace string + Service string + type RouteChecker struct + func (route RouteChecker) Check() ([]*models.IstioCheck, bool) + type SingleHostChecker struct + Namespace string + VirtualServices []kubernetes.IstioObject + func (in SingleHostChecker) Check() models.IstioValidations + type SubsetPresenceChecker struct + DestinationRules []kubernetes.IstioObject + Namespace string + VirtualService kubernetes.IstioObject + func (checker SubsetPresenceChecker) Check() ([]*models.IstioCheck, bool) v0.4.0 Jun 21, 2018 Changes in this version + type NoHostChecker struct + Namespace string + ServiceNames []string + VirtualService kubernetes.IstioObject + func (virtualService NoHostChecker) Check() ([]*models.IstioCheck, bool)