checkers

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const DestinationRuleCheckerType = "destinationrule"
View Source
const GatewayCheckerType = "gateway"
View Source
const MeshPolicyCheckerType = "meshpolicy"
View Source
const PolicyCheckerType = "policy"
View Source
const ServiceEntryCheckerType = "serviceentry"
View Source
const ServiceRoleBindingCheckerType = "servicerolebinding"
View Source
const ServiceRoleCheckerType = "servicerole"
View Source
const VirtualCheckerType = "virtualservice"

Variables

This section is empty.

Functions

func EmptyValidValidation added in v0.17.0

func EmptyValidValidation(name, objectType string) (models.IstioValidationKey, *models.IstioValidation)

func EmptyValidValidations added in v0.17.0

func EmptyValidValidations(name, objectType string) models.IstioValidations

EmptyValidValidation returns a stub validation object which can be used by checkers

Types

type Checker

type Checker interface {
	Check() ([]*models.IstioCheck, bool)
}

type DestinationRulesChecker

type DestinationRulesChecker struct {
	DestinationRules []kubernetes.IstioObject
	MTLSDetails      kubernetes.MTLSDetails
}

func (DestinationRulesChecker) Check

type GatewayChecker

type GatewayChecker struct {
	GatewaysPerNamespace [][]kubernetes.IstioObject
	Namespace            string
}

func (GatewayChecker) Check

Check runs checks for the all namespaces actions as well as for the single namespace validations

type GroupChecker

type GroupChecker interface {
	Check() models.IstioValidations
}

type MeshPolicyChecker

type MeshPolicyChecker struct {
	MeshPolicies []kubernetes.IstioObject
	MTLSDetails  kubernetes.MTLSDetails
}

func (MeshPolicyChecker) Check

type NoServiceChecker

type NoServiceChecker struct {
	Namespace            string
	IstioDetails         *kubernetes.IstioDetails
	Services             []v1.Service
	WorkloadList         models.WorkloadList
	GatewaysPerNamespace [][]kubernetes.IstioObject
	AuthorizationDetails *kubernetes.RBACDetails
}

func (NoServiceChecker) Check

type PolicyChecker added in v0.17.0

type PolicyChecker struct {
	Policies    []kubernetes.IstioObject
	MTLSDetails kubernetes.MTLSDetails
}

func (PolicyChecker) Check added in v0.17.0

type ServiceEntryChecker

type ServiceEntryChecker struct {
	ServiceEntries []kubernetes.IstioObject
}

func (ServiceEntryChecker) Check

type ServiceRoleBindChecker added in v0.17.0

type ServiceRoleBindChecker struct {
	RBACDetails kubernetes.RBACDetails
}

func (ServiceRoleBindChecker) Check added in v0.17.0

type VirtualServiceChecker

type VirtualServiceChecker struct {
	Namespace        string
	DestinationRules []kubernetes.IstioObject
	VirtualServices  []kubernetes.IstioObject
}

func (VirtualServiceChecker) Check

An Object Checker runs all checkers for an specific object type (i.e.: pod, route rule,...) It run two kinds of checkers: 1. Individual checks: validating individual objects. 2. Group checks: validating behaviour between configurations.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL