Skip to content

Commit

Permalink
Using cashed PVCs, code restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil-Grigorev committed Mar 12, 2020
1 parent b9258f4 commit 4b1dbb9
Show file tree
Hide file tree
Showing 5 changed files with 1,360 additions and 1,343 deletions.
3 changes: 2 additions & 1 deletion cmd/csi-provisioner/csi-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ func main() {
scLister,
csiNodeLister,
nodeLister,
claimLister,
*extraCreateMetadata,
)

Expand All @@ -247,7 +248,7 @@ func main() {
provisionerOptions...,
)

csiClaimController := ctrl.NewCSIController(
csiClaimController := ctrl.NewCloningProtectionController(
clientset,
claimLister,
claimInformer,
Expand Down
Loading

0 comments on commit 4b1dbb9

Please sign in to comment.