-
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.
fix: overlapping resource names and improved rbac rules (#290)
* chore: ignore .log files Signed-off-by: Dustin Scott <sdustin@vmware.com> * chore: fix typo in ErrProcessManifest error message Signed-off-by: Dustin Scott <sdustin@vmware.com> * fix: Fixes #284 error when resources do not have unique names Rather than de-duplicate the names into something that may not be obvious to an end user, we error out when we do not have unique resource names and print a friendly error message. This will force the user to ensure that the manifests that they input have a uniqueness in their resources. Signed-off-by: Dustin Scott <sdustin@vmware.com> * fix: Fixes #281 added rbac rules to each resource Signed-off-by: Dustin Scott <sdustin@vmware.com> * fix: added space between constant and kubebuilder rbac markers This is needed so that controller-gen can properly consume the rbac markers in order to generate the proper rbac code for the controller. Signed-off-by: Dustin Scott <sdustin@vmware.com>
- Loading branch information
Showing
8 changed files
with
67 additions
and
17 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
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