Update go dependencies to v1.17.0
This commit is contained in:
parent
67dce30ba6
commit
75c3c47f81
516 changed files with 48300 additions and 15154 deletions
3
vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/quota.go
generated
vendored
3
vendor/k8s.io/kubernetes/pkg/volume/util/fsquota/quota.go
generated
vendored
|
|
@ -17,11 +17,12 @@ limitations under the License.
|
|||
package fsquota
|
||||
|
||||
import (
|
||||
"k8s.io/utils/mount"
|
||||
|
||||
"k8s.io/apimachinery/pkg/api/resource"
|
||||
"k8s.io/apimachinery/pkg/types"
|
||||
utilfeature "k8s.io/apiserver/pkg/util/feature"
|
||||
"k8s.io/kubernetes/pkg/features"
|
||||
"k8s.io/kubernetes/pkg/util/mount"
|
||||
)
|
||||
|
||||
// Interface -- quota interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue