Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mode ¶
type Mode int
Mode determinations behavior of the post-render manifest validation. Default is skip.
const ( // Skip will skip performing any post render validation on k8s manifests Skip Mode = iota // Warn will print validation output but will not cause the render command to exit with error if problems are detected Warn // Fail will cause the render command to exit with an error code if validation errors are detected Fail )
func FromString ¶
Click to show internal directories.
Click to hide internal directories.