Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiaop committed Mar 13, 2024
1 parent c61c94a commit 6f9772f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"k8s.io/client-go/rest"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/config"
"sigs.k8s.io/gateway-api/conformance/utils/features"
"sigs.k8s.io/yaml"

gatewayv1 "sigs.k8s.io/gateway-api/apis/v1"
Expand All @@ -41,8 +42,8 @@ var (
cfg *rest.Config
k8sClientset *kubernetes.Clientset
mgrClient client.Client
supportedFeatures sets.Set[suite.SupportedFeature]
exemptFeatures sets.Set[suite.SupportedFeature]
supportedFeatures sets.Set[features.SupportedFeature]
exemptFeatures sets.Set[features.SupportedFeature]
namespaceLabels map[string]string
namespaceAnnotations map[string]string
implementation *confv1a1.Implementation
Expand Down

0 comments on commit 6f9772f

Please sign in to comment.