Update go dependencies
This commit is contained in:
parent
d5cf22c129
commit
063cc68d1c
1321 changed files with 52830 additions and 31081 deletions
4
vendor/k8s.io/kubernetes/pkg/volume/volume_unsupported.go
generated
vendored
4
vendor/k8s.io/kubernetes/pkg/volume/volume_unsupported.go
generated
vendored
|
|
@ -21,7 +21,3 @@ package volume
|
|||
func SetVolumeOwnership(mounter Mounter, fsGroup *int64) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func IsSameFSGroup(dir string, fsGroup int64) (bool, int, error) {
|
||||
return true, int(fsGroup), nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue