FSGroup implementation

This commit is contained in:
Paul Morie
2015-10-20 14:49:39 -04:00
parent f960b05fe1
commit 3cd12f5e05
48 changed files with 21626 additions and 20935 deletions

View File

@@ -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