github.com/openshift/installer@v1.4.17/pkg/types/openstack/metadata.go (about)

     1  package openstack
     2  
     3  // Metadata contains OpenStack metadata (e.g. for uninstalling the cluster).
     4  type Metadata struct {
     5  	Cloud string `json:"cloud"`
     6  	// Most OpenStack resources are tagged with these tags as identifier.
     7  	Identifier map[string]string `json:"identifier"`
     8  }