github.com/openshift/installer@v1.4.17/pkg/asset/manifests/capiutils/types.go (about) 1 package capiutils 2 3 const ( 4 // Namespace is the namespace for the cluster-api manifests. 5 Namespace = "openshift-cluster-api-guests" 6 )