Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2e80059a
Commit
2e80059a
authored
Feb 22, 2018
by
Michelle Au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update description for valid reclaim policies
parent
f88ff2ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
types.go
staging/src/k8s.io/api/core/v1/types.go
+3
-2
No files found.
staging/src/k8s.io/api/core/v1/types.go
View file @
2e80059a
...
@@ -511,8 +511,9 @@ type PersistentVolumeSpec struct {
...
@@ -511,8 +511,9 @@ type PersistentVolumeSpec struct {
// +optional
// +optional
ClaimRef
*
ObjectReference
`json:"claimRef,omitempty" protobuf:"bytes,4,opt,name=claimRef"`
ClaimRef
*
ObjectReference
`json:"claimRef,omitempty" protobuf:"bytes,4,opt,name=claimRef"`
// What happens to a persistent volume when released from its claim.
// What happens to a persistent volume when released from its claim.
// Valid options are Retain (default) and Recycle.
// Valid options are Retain (default for manually created PersistentVolumes), Delete (default
// Recycling must be supported by the volume plugin underlying this persistent volume.
// for dynamically provisioned PersistentVolumes), and Recycle (deprecated).
// Recycle must be supported by the volume plugin underlying this PersistentVolume.
// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
// +optional
// +optional
PersistentVolumeReclaimPolicy
PersistentVolumeReclaimPolicy
`json:"persistentVolumeReclaimPolicy,omitempty" protobuf:"bytes,5,opt,name=persistentVolumeReclaimPolicy,casttype=PersistentVolumeReclaimPolicy"`
PersistentVolumeReclaimPolicy
PersistentVolumeReclaimPolicy
`json:"persistentVolumeReclaimPolicy,omitempty" protobuf:"bytes,5,opt,name=persistentVolumeReclaimPolicy,casttype=PersistentVolumeReclaimPolicy"`
...
...
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