mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
libvirt destroyer impl is working but has been commented out because: `bazel build tarball` cannot build with `github.com/libvirt-go/libvirt` as one of the dependencies, due to some missing cgo dependencies. `go build cmd/openshift-install` works perfectly fine. revisit add libvirt destroyer when bazel is dropped.
3 lines
99 B
Go
3 lines
99 B
Go
// Package destroy contains tools for destroying clusters based on their metadata.
|
|
package destroy
|