kubernetes/pkg/volume
Kubernetes Prow Robot f3498df864
Merge pull request #128522 from huww98/multi-volume-part-0
Cleanups about kubelet/volumemanager
2024-11-07 03:53:28 +00:00
..
configmap remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
csi Add SELinux warning controller 2024-11-06 11:16:02 +01:00
csimigration Merge pull request #124439 from bells17/csi-translation-lib-structured-and-contextual-logging 2024-08-19 18:13:54 -07:00
downwardapi Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
emptydir promote size backed memory volumes to stable 2024-10-16 17:15:02 -04:00
fc remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
flexvolume Revert "Merge pull request #127669 from olyazavr/fix-probe-race" 2024-10-30 11:16:47 -04:00
git_repo remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
hostpath remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
image 1. When the kubelet constructs the cri mounts for the container which references an `image` volume source type, It passes the missing mount attributes to the CRI implementation, including `readOnly`, `propagation`, and `recursiveReadOnly`. When the readOnly field of the containerMount is explicitly set to false, the kubelet will take the `readOnly`as true to the CRI implementation because the image volume plugin requires the mount to be read-only. 2024-11-05 19:47:12 +08:00
iscsi remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
local remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
nfs remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
portworx Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
projected remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
secret Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
testing Refactor CreateVolumeSpec 2024-11-06 11:15:31 +01:00
util Merge pull request #128522 from huww98/multi-volume-part-0 2024-11-07 03:53:28 +00:00
validation
OWNERS
doc.go
metrics_block.go
metrics_block_linux_test.go
metrics_cached.go
metrics_du.go
metrics_du_test.go
metrics_du_unix_test.go
metrics_du_windows_test.go
metrics_errors.go
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go
metrics_statfs_test.go
noop_expandable_plugin.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
plugins.go Add SELinux warning controller 2024-11-06 11:16:02 +01:00
plugins_test.go Revert "Merge pull request #127669 from olyazavr/fix-probe-race" 2024-10-30 11:16:47 -04:00
volume.go remove BulkVolumeVerifier interface from volume 2024-05-14 14:17:25 +08:00
volume_linux.go
volume_linux_test.go
volume_unsupported.go