github.com/openshift/installer@v1.4.17/pkg/types/external/doc.go (about) 1 // Package none contains generic structures for installer 2 // configuration and management. 3 package external 4 5 // Name is name for the External platform. 6 const Name string = "external"