Merge pull request #5148 from blackpiglet/vsl-refactor

VolumeSnapshotLocation refactor with kubebuilder.
This commit is contained in:
Daniel Jiang
2022-08-01 21:14:18 +08:00
committed by GitHub
6 changed files with 24 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ type CreateOptions struct {
func NewCreateOptions() *CreateOptions {
return &CreateOptions{
Config: flag.NewMap(),
Labels: flag.NewMap(),
}
}