Documentation ¶
Index ¶
Constants ¶
View Source
const (
ID = "pdb"
)
Variables ¶
View Source
var SkipPDBChecks []string
Functions ¶
func ControllerMustHavePDB ¶
func ControllerMustHavePDB(md *module.Module) (result errors.LintRuleErrorsList)
ControllerMustHavePDB adds linting errors if there are pods from controllers which are not covered (except DaemonSets) by a PodDisruptionBudget
func DaemonSetMustNotHavePDB ¶
func DaemonSetMustNotHavePDB(md *module.Module) (result errors.LintRuleErrorsList)
DaemonSetMustNotHavePDB adds linting errors if there are pods from DaemonSets which are covered by a PodDisruptionBudget
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.