Update vendor files to point to kubernetes-1.12.0-beta.1
This commit is contained in:
7
vendor/k8s.io/apimachinery/pkg/util/intstr/intstr_test.go
generated
vendored
7
vendor/k8s.io/apimachinery/pkg/util/intstr/intstr_test.go
generated
vendored
@@ -174,3 +174,10 @@ func TestGetValueFromIntOrPercent(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetValueFromIntOrPercentNil(t *testing.T) {
|
||||
_, err := GetValueFromIntOrPercent(nil, 0, false)
|
||||
if err == nil {
|
||||
t.Errorf("expected error got none")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user