4e39a436da
Use caching to download go modules. Change-Id: I9fa7d19f9daaa73675dfb8c59ffed0ad08638631 Signed-off-by: Ruslan Aliev <raliev@mirantis.com> |
||
---|---|---|
.. | ||
certs | ||
image | ||
local-resource | ||
Dockerfile | ||
README.md |
Validation
This is a KRM function which implementing a validation function against kubeval.
Function implementation
The function is implemented as an image, and built using make image
.
Function configuration
A number of settings can be modified for kubeval
in the struct Spec
. See
the Spec
struct definition in main.go for the documentation.
Function invocation
The function invokes by running validate command via airshipctl
:
airshipctl plan validate <plan_name>
airshipctl phase validate <phase_name>
This exists non-zero if kubeval detects an invalid Resource.