airshipctl/pkg/document/constants.go
Ian H. Pittwood 8a3950d238 Fix typos in variable names and comments
Change-Id: I361916cc18c67e72fbfdbb4b6547f80a5d098327
2020-02-05 16:31:05 -06:00

10 lines
271 B
Go

package document
// Document labels and annotations
const (
ClusterType = "clustertype"
// TODO (dukov) Replace with constants defined in config module once
// module dependency loop has been resolved
EphemeralClusterMarker = "airshipit.org/clustertype=ephemeral"
)