mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Remove createall now that create supports directories and sources
This commit is contained in:
@@ -90,8 +90,8 @@ func TestGetUnknownSchemaObject(t *testing.T) {
|
||||
// Verifies that schemas that are not in the master tree of Kubernetes can be retrieved via Get.
|
||||
func TestGetSchemaObject(t *testing.T) {
|
||||
f, tf, _ := NewTestFactory()
|
||||
f.Mapper = latest.RESTMapper
|
||||
f.Typer = api.Scheme
|
||||
tf.Mapper = latest.RESTMapper
|
||||
tf.Typer = api.Scheme
|
||||
codec := latest.Codec
|
||||
tf.Printer = &testPrinter{}
|
||||
tf.Client = &client.FakeRESTClient{
|
||||
|
||||
Reference in New Issue
Block a user