github.com/openshift/installer@v1.4.17/pkg/types/ovirt/metadata.go (about) 1 package ovirt 2 3 // Metadata contains ovirt metadata (e.g. for uninstalling the cluster). 4 type Metadata struct { 5 ClusterID string `json:"cluster_id"` 6 RemoveTemplate bool `json:"remove_template"` 7 }