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 205da96 commit 9512c04Copy full SHA for 9512c04
pkg/test/extensions/binary.go
@@ -243,6 +243,10 @@ var extensionBinaries = []TestBinary{
243
imageTag: "cluster-etcd-operator",
244
binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz",
245
},
246
+ {
247
+ imageTag: "cluster-network-operator",
248
+ binaryPath: "/usr/bin/cluster-network-operator-tests-ext.gz",
249
+ },
250
}
251
252
// Info returns information about this particular extension.
0 commit comments