-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: validate groups and kinds, fix double processing (#285)
* refactor: split v1 package into independent packages - Fixes #270, validate that the same kind does not exist within the same group - Fixes #262, prevent full config parsing from running twice Signed-off-by: Dustin Scott <sdustin@vmware.com> * refactor: switch to new WorkloadBuilder interface Signed-off-by: Dustin Scott <sdustin@vmware.com> * fix: added test object for companion cli and fixed linting Signed-off-by: Dustin Scott <sdustin@vmware.com> * chore: rename test cases, application > standalone/platform > collection Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: add tests for parsing of configs Signed-off-by: Dustin Scott <sdustin@vmware.com> * refactor: split resources package Signed-off-by: Dustin Scott <sdustin@vmware.com> * ci: fix linter Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: renamed tests to make it more obvious to non-ob developers Signed-off-by: Dustin Scott <sdustin@vmware.com> * chore: fix linting Signed-off-by: Dustin Scott <sdustin@vmware.com> * refactor: move to new manifests package Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: added pathtype to v1 ingress resource Signed-off-by: Dustin Scott <sdustin@vmware.com> * ci: use specific go version Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: switch back to beta ingress version Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: switch back to v1 ingress version with proper fields Signed-off-by: Dustin Scott <sdustin@vmware.com> * test: update kubectl/kind for tests Signed-off-by: Dustin Scott <sdustin@vmware.com>
- Loading branch information
Showing
103 changed files
with
2,064 additions
and
1,335 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
bin/* | ||
.idea/* | ||
dist/* | ||
test/cases/application/* | ||
test/cases/standalone/* | ||
test/cases/edge-collection/* | ||
test/cases/edge-standalone/* | ||
test/cases/platform/* | ||
!test/cases/application/.workloadConfig/ | ||
test/cases/collection/* | ||
!test/cases/standalone/.workloadConfig/ | ||
!test/cases/edge-collection/.workloadConfig/ | ||
!test/cases/edge-standalone/.workloadConfig/ | ||
!test/cases/platform/.workloadConfig/ | ||
!test/cases/collection/.workloadConfig/ |
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
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
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
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
Oops, something went wrong.