Updating 1.9 navigation (#9473)

* Updating 1.9 navigation

Update 1.10 path

Trying to debug Travis CI failure

Update test case from #9423

Updating 1.9 navigation

Update 1.10 path

Trying to debug Travis CI failure

Update from #9423

1.9, not 1.8

* Update examples_test.go
This commit is contained in:
Zach Corleissen
2018-07-18 19:42:42 -07:00
committed by k8s-ci-robot
parent b623b38c30
commit 585aa030ba
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ import (
storage_validation "k8s.io/kubernetes/pkg/apis/storage/validation"
"k8s.io/kubernetes/pkg/capabilities"
"k8s.io/kubernetes/pkg/registry/batch/job"
schedulerapilatest "k8s.io/kubernetes/pkg/scheduler/api/latest"
schedulerapilatest "k8s.io/kubernetes/plugin/pkg/scheduler/api/latest"
)
func validateObject(obj runtime.Object) (errors field.ErrorList) {