package
0.0.29
Repository: https://github.com/deckhouse/dmt.git
Documentation: pkg.go.dev

# README

Checks containers inside the template spec. This linter protects against the next cases:

  • containers with the duplicated names
  • containers with the duplicated env variables
  • misconfigured images repository and digest
  • imagePullPolicy is "Always" (should be unspecified or "IfNotPresent")
  • ephemeral storage is not defined in .resources
  • SecurityContext is not defined
  • container uses port <= 1024

# Functions

No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

Container linter.