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