Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingChecker ¶
type BindingChecker struct { ServiceRoles []kubernetes.IstioObject ServiceRoleBinding kubernetes.IstioObject }
func (BindingChecker) Check ¶
func (sc BindingChecker) Check() ([]*models.IstioCheck, bool)
type ServiceChecker ¶
type ServiceChecker struct { ServiceRole kubernetes.IstioObject Services []core_v1.Service }
func (ServiceChecker) Check ¶
func (sc ServiceChecker) Check() ([]*models.IstioCheck, bool)
Check verifies that the services point to existing ones. ServiceRole can only affect the defined namespace, no other even if FQDN is used to point to different namespace
Click to show internal directories.
Click to hide internal directories.