8a3950d238
Change-Id: I361916cc18c67e72fbfdbb4b6547f80a5d098327
10 lines
271 B
Go
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"
|
|
)
|