-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adding in resourceGroup and bucketName to get Velero Azure plugi…
…n operational feat: Added in half implementation of AKSBucketProvider Encapsulated the storage account parsing down close the CLI which appears to be the only part that requires them as separate arguments ... to get Velero boot operational Signed-off-by: Chris Mellard <[email protected]> Fixed up import Fixed imports
- Loading branch information
Chris Mellard
committed
Jul 22, 2020
1 parent
2c4a7f1
commit 64f80b0
Showing
7 changed files
with
456 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package aks | ||
|
||
// AzureStorage Interface for Azure Storage commands | ||
type AzureStorage interface { | ||
ContainerExists(bucketURL string) (bool, error) | ||
CreateContainer(bucketURL string) error | ||
GetStorageAccessKey(storageAccount string) (string, error) | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.