mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fix struct tag
This commit is contained in:
parent
738f403eea
commit
48927cb209
@ -247,7 +247,7 @@ type PersistentVolume struct {
|
|||||||
|
|
||||||
type PersistentVolumeSpec struct {
|
type PersistentVolumeSpec struct {
|
||||||
// Resources represents the actual resources of the volume
|
// Resources represents the actual resources of the volume
|
||||||
Capacity ResourceList `json:"capacity`
|
Capacity ResourceList `json:"capacity"`
|
||||||
// Source represents the location and type of a volume to mount.
|
// Source represents the location and type of a volume to mount.
|
||||||
PersistentVolumeSource `json:",inline"`
|
PersistentVolumeSource `json:",inline"`
|
||||||
// AccessModes contains all ways the volume can be mounted
|
// AccessModes contains all ways the volume can be mounted
|
||||||
|
Loading…
Reference in New Issue
Block a user