We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a8d1e commit 77bca92Copy full SHA for 77bca92
conformance/experimental_conformance_test.go
@@ -66,7 +66,7 @@ func TestExperimentalConformance(t *testing.T) {
66
67
v1alpha2.AddToScheme(mgrClient.Scheme())
68
v1beta1.AddToScheme(mgrClient.Scheme())
69
- v1.AddToScheme(client.Scheme())
+ v1.AddToScheme(mgrClient.Scheme())
70
71
// standard conformance flags
72
supportedFeatures = suite.ParseSupportedFeatures(*flags.SupportedFeatures)
0 commit comments