*: initial update to kube 1.8
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
2453222695
commit
d6e819133d
1237 changed files with 84117 additions and 564982 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,3 +21,7 @@ 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