Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Xin <[email protected]>
  • Loading branch information
gyohuangxin committed Jan 11, 2023
1 parent d997dd3 commit 4541b10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conformance/utils/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,19 @@ type ConformanceTestSuite struct {

// Options can be used to initialize a ConformanceTestSuite.
type Options struct {
Client client.Client
GatewayClassName string
Debug bool
RoundTripper roundtripper.RoundTripper
BaseManifests string
NamespaceLabels map[string]string
Client client.Client
GatewayClassName string
Debug bool
RoundTripper roundtripper.RoundTripper
BaseManifests string
NamespaceLabels map[string]string
// ValidUniqueListenerPorts maps each listener port of each Gateway in the
// manifests to a valid, unique port. There must be as many
// ValidUniqueListenerPorts as there are listeners in the set of manifests.
// For example, given two Gateways, each with 2 listeners, there should be
// four ValidUniqueListenerPorts.
// If empty or nil, ports are not modified.
ValidUniqueListenerPorts []v1beta1.PortNumber
ValidUniqueListenerPorts []v1beta1.PortNumber

// CleanupBaseResources indicates whether or not the base test
// resources such as Gateways should be cleaned up after the run.
Expand Down

0 comments on commit 4541b10

Please sign in to comment.