mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Add comments & misc review fixes
Lots of comments describing the heuristics, how it fits together and the limitations. In particular, we can't guarantee correct volume placement if the set of zones is changing between allocating volumes.
This commit is contained in:
@@ -49,7 +49,7 @@ type VolumeOptions struct {
|
||||
// PV.Name of the appropriate PersistentVolume. Used to generate cloud
|
||||
// volume name.
|
||||
PVName string
|
||||
// PVC.Name of the PersistentVolumeClaim, if we are auto-provisioning.
|
||||
// PVC.Name of the PersistentVolumeClaim; only set during dynamic provisioning.
|
||||
PVCName string
|
||||
// Unique name of Kubernetes cluster.
|
||||
ClusterName string
|
||||
|
Reference in New Issue
Block a user