Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
255839fb
Commit
255839fb
authored
Nov 10, 2018
by
mooncake
Committed by
kmova
Sep 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos
Signed-off-by:
mooncake
<
xcoder@tenxcloud.com
>
(cherry picked from commit 1ae796f9f480917ce5a71186ae07a900a30b6334)
parent
f5924d99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
provisioner.go
cmd/nfs-client-provisioner/provisioner.go
+1
-1
No files found.
cmd/nfs-client-provisioner/provisioner.go
View file @
255839fb
...
...
@@ -110,7 +110,7 @@ func (p *nfsProvisioner) Delete(volume *v1.PersistentVolume) error {
return
err
}
// Determine if the "archiveOnDelete" parameter exists.
// If it exists and has a false
y
value, delete the directory.
// If it exists and has a false value, delete the directory.
// Otherwise, archive it.
archiveOnDelete
,
exists
:=
storageClass
.
Parameters
[
"archiveOnDelete"
]
if
exists
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment