github.com/openshift/installer@v1.4.17/pkg/gather/azure/register.go (about)

     1  package azure
     2  
     3  import "github.com/openshift/installer/pkg/gather/providers"
     4  
     5  func init() {
     6  	providers.Registry["azure"] = New
     7  }