package
Version:
v0.0.23
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
Documentation
¶
type Container struct {
}
Container linter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.