We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5cdb0e + 647500f commit 31582abCopy full SHA for 31582ab
pkg/test/extensions/binary.go
@@ -317,6 +317,10 @@ var extensionBinaries = []TestBinary{
317
imageTag: "cloud-credential-operator",
318
binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",
319
},
320
+ {
321
+ imageTag: "cluster-ingress-operator",
322
+ binaryPath: "/usr/bin/cluster-ingress-operator-tests-ext.gz",
323
+ },
324
}
325
326
// Info returns information about this particular extension.
test/extended/router/gatewayapi.go
0 commit comments