package info const ( //configmap data ClusterEdgeID = "cluster.edge.id" StoreName = "cluster.name" ClusterType = "cluster.type" FleetType = "cluster.fleet" K8sClusterLocation = "cluster.location" Banner = "edge.banner" TotpSecret = "edge.token" ProjectID = "edge.project.id" ForemanProjectID = "foreman.project.id" BannerID = "banner.id" EdgeAPIEndpoint = "edge.api.endpoint" //edge-info configmap name and ns DefaultEdgeConfigMapNS = "kube-public" EdgeConfigMapName = "edge-info" EdgeBootstrapping = "edge-bootstrap" ) var ( EdgeConfigMapNS = DefaultEdgeConfigMapNS )