github.com/openshift/installer@v1.4.17/pkg/destroy/nutanix/register.go (about)

     1  // Package nutanix provides a cluster-destroyer for nutanix clusters.
     2  package nutanix
     3  
     4  import (
     5  	"github.com/openshift/installer/pkg/destroy/providers"
     6  )
     7  
     8  func init() {
     9  	providers.Registry["nutanix"] = New
    10  }