Skip to content

Added exception list for irregularities

Latest
Compare
Choose a tag to compare
@brcnblc brcnblc released this 21 Jun 17:46
· 6 commits to master since this release

Following lists are updated

# Globals
plural_exception_definitions = {
  "global":["container", "port", "rule", "subject", "node_selector_term", "http_header",
  "volume_mount", "option", "init_container", "metric", "toleration", "volume", "path",
  "limit", "volume_claim_template", "webhook"]
}

computed_exception_definitions = {
  "global": ["container.resources.limits","container.resources.requests"]
}

max_item_exception_definitions = {
  "global": ["label_selector"]
}