github.com/openshift/installer@v1.4.17/pkg/types/baremetal/doc.go (about)

     1  // Package baremetal contains baremetal-specific structures for
     2  // installer configuration and management.
     3  package baremetal
     4  
     5  // Name is the name for the baremetal platform.
     6  const Name string = "baremetal"