Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultManagedBy = "sealos"
)
Variables ¶
This section is empty.
Functions ¶
func RecommendedLabels ¶
func RecommendedLabels(r *Recommended) map[string]string
Types ¶
type AppKey ¶
type AppKey = string
const ( AppName AppKey = "app.kubernetes.io/name" AppInstance AppKey = "app.kubernetes.io/instance" AppVersion AppKey = "app.kubernetes.io/version" AppComponent AppKey = "app.kubernetes.io/component" AppPartOf AppKey = "app.kubernetes.io/part-of" AppManagedBy AppKey = "app.kubernetes.io/managed-by" )
Click to show internal directories.
Click to hide internal directories.