github.com/openshift/installer@v1.4.17/pkg/constants/gcp/gcp.go (about) 1 package gcp 2 3 const ( 4 // ProjectNameFmt is the format string for GCP project resource name. 5 ProjectNameFmt = "projects/%s" 6 7 // ProjectParentPathFmt is the format string for parent path of a GCP project resource. 8 ProjectParentPathFmt = "//cloudresourcemanager.googleapis.com/projects/%s" 9 10 // ClusterIDLabelFmt is the format string for the default label 11 // added to the OpenShift created GCP resources. 12 ClusterIDLabelFmt = "kubernetes-io-cluster-%s" 13 )