-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Network validation section for APIVIP sanity checks
Almost all sections within the image definition go through sanity checks before actually creating a new image. However, EIB misses a dedicated section to test the Network part of the Kubernetes configuration. Add a validateNetwork function to in order to make sure that the specified APIVIP value is well-formed and valid, regardless of wheather it is in IPv4 or IPv6 format. Signed-off-by: Marco Chiappero <[email protected]>
- Loading branch information
1 parent
6f2902f
commit 5bfaf6b
Showing
2 changed files
with
172 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters