mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
Remove SupportsOwnershipManagement volume attribute
This commit is contained in:
@@ -178,10 +178,9 @@ var _ volume.Builder = &hostPathBuilder{}
|
||||
|
||||
func (b *hostPathBuilder) GetAttributes() volume.Attributes {
|
||||
return volume.Attributes{
|
||||
ReadOnly: b.readOnly,
|
||||
Managed: false,
|
||||
SupportsOwnershipManagement: false,
|
||||
SupportsSELinux: false,
|
||||
ReadOnly: b.readOnly,
|
||||
Managed: false,
|
||||
SupportsSELinux: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user