Merge pull request #124790 from carlory/cleanup-volume-cluster

Remove clusterName from VolumeOptions
This commit is contained in:
Kubernetes Prow Robot
2024-05-15 17:23:12 -07:00
committed by GitHub
8 changed files with 0 additions and 50 deletions

View File

@@ -82,8 +82,6 @@ type VolumeOptions struct {
// i.e. with required capacity, accessMode, labels matching PVC.Selector and
// so on.
PVC *v1.PersistentVolumeClaim
// Unique name of Kubernetes cluster.
ClusterName string
// Volume provisioning parameters from StorageClass
Parameters map[string]string
}