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 8854246 commit cfc8a6aCopy full SHA for cfc8a6a
pkg/test/extensions/binary.go
@@ -189,6 +189,10 @@ var extensionBinaries = []TestBinary{
189
imageTag: "cluster-storage-operator",
190
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
191
},
192
+ {
193
+ imageTag: "cluster-kube-apiserver-operator",
194
+ binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
195
+ },
196
}
197
198
// Info returns information about this particular extension.
0 commit comments