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 69329e3 commit 03880c9Copy full SHA for 03880c9
pkg/test/extensions/binary.go
@@ -193,6 +193,10 @@ var extensionBinaries = []TestBinary{
193
imageTag: "cluster-kube-apiserver-operator",
194
binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
195
},
196
+ {
197
+ imageTag: "cluster-openshift-apiserver-operator",
198
+ binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz",
199
+ },
200
}
201
202
// Info returns information about this particular extension.
0 commit comments