Fixing integrations test

This commit is contained in:
nikhiljindal
2015-10-15 14:16:08 -07:00
parent 39e461b7f9
commit a0c038982e
7 changed files with 160 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ func TestKubectlValidation(t *testing.T) {
// The following test the experimental api.
// TOOD: Replace with something more robust. These may move.
{`{"apiVersion": "extensions/v1beta1", "kind": "DaemonSet"}`, false},
{`{"apiVersion": "extensions/v1beta1", "kind": "Ingress"}`, false},
{`{"apiVersion": "extensions/v1beta1", "kind": "Job"}`, false},
{`{"apiVersion": "vNotAVersion", "kind": "Job"}`, true},
}