-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade operator SDK and Add Folder Sync feature (#11)
* Update operator sdk & go modules * Add tests from updated sdk * Update docker file Build lastpass-cli as the more recent stable versions are available as distro packages * add pull policy to helm chart * Generate manifests Generate CRDs and Roles using controller-gen * Operator-SDK Layout Reorganized files to match newer operator-sdk layout. * Scaffold Lastpass Group Types. Created crd type files and manifests for lastpass group types * Sync lastpass group Added ability to sync entire lastpass folder, not including subfolders * add missing crd Add missing lastpassgroup crd to chart folder for helm deployment
- Loading branch information
1 parent
aa5913b
commit d1d09b7
Showing
60 changed files
with
2,608 additions
and
1,079 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ bin | |
*.swp | ||
*.swo | ||
*~ | ||
|
||
.vscode/ |
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.