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

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