There was an error while loading. Please reload this page.
1 parent 3e9f255 commit 4154b13Copy full SHA for 4154b13
1 file changed
pkg/types/cache.go
@@ -49,7 +49,7 @@ type NFSProperties struct {
49
StorageSizeInGiB int64 `json:"storage_size_in_gib" bson:"storage_size_in_gib" yaml:"storage_size_in_gib"`
50
PVC string `json:"pvc" bson:"pvc" yaml:"pvc"`
51
AccessMode corev1.PersistentVolumeAccessMode `json:"access_mode" bson:"access_mode" yaml:"access_mode"`
52
- Subpath string `json:"sub_path" bson:"sub_path" yaml:"sub_path"`
+ Subpath string `json:"subpath" bson:"subpath" yaml:"subpath"`
53
MountPath string `json:"mount_path" bson:"mount_path" yaml:"mount_path"`
54
IsTemporary bool `json:"is_temporary" bson:"is_temporary" yaml:"is_temporary"`
55
}
0 commit comments