Skip to content

Commit af8d1b2

Browse files
committed
conformance: Remove already delted option RestClient
The below PR remove RestClient option in suite.Options, but the same is not remove in Conformance Profile file, probably it's overlooked because of the build tag (e.g. experiment). Relates: #2241 Signed-off-by: Tam Mach <[email protected]>
1 parent dba3e3c commit af8d1b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conformance/experimental_conformance_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func testExperimentalConformance(t *testing.T) {
104104
suite.ExperimentalConformanceOptions{
105105
Options: suite.Options{
106106
Client: mgrClient,
107-
RESTClient: k8sClientset.CoreV1().RESTClient().(*rest.RESTClient),
108107
RestConfig: cfg,
109108
// This clientset is needed in addition to the client only because
110109
// controller-runtime client doesn't support non CRUD sub-resources yet (https://github.com/kubernetes-sigs/controller-runtime/issues/452).

0 commit comments

Comments
 (0)