mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Implements projected volume driver
Proposal: kubernetes/kubernetes#35313
This commit is contained in:
@@ -905,6 +905,7 @@ var (
|
||||
Quobyte FSType = "quobyte"
|
||||
AzureDisk FSType = "azureDisk"
|
||||
PhotonPersistentDisk FSType = "photonPersistentDisk"
|
||||
Projected FSType = "projected"
|
||||
All FSType = "*"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user