mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #16614 from pmorie/ro-managed
Auto commit by PR queue bot
This commit is contained in:
@@ -515,8 +515,8 @@ func (f *stubVolume) GetPath() string {
|
||||
return f.path
|
||||
}
|
||||
|
||||
func (f *stubVolume) IsReadOnly() bool {
|
||||
return false
|
||||
func (f *stubVolume) GetAttributes() volume.Attributes {
|
||||
return volume.Attributes{}
|
||||
}
|
||||
|
||||
func (f *stubVolume) SetUp() error {
|
||||
@@ -527,14 +527,6 @@ func (f *stubVolume) SetUpAt(dir string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f *stubVolume) SupportsSELinux() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (f *stubVolume) SupportsOwnershipManagement() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func TestMakeVolumeMounts(t *testing.T) {
|
||||
container := api.Container{
|
||||
VolumeMounts: []api.VolumeMount{
|
||||
|
||||
Reference in New Issue
Block a user