mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
FSGroup implementation
This commit is contained in:
@@ -167,6 +167,10 @@ type hostPathBuilder struct {
|
||||
|
||||
var _ volume.Builder = &hostPathBuilder{}
|
||||
|
||||
func (_ *hostPathBuilder) SupportsOwnershipManagement() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// SetUp does nothing.
|
||||
func (b *hostPathBuilder) SetUp() error {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user