1
0
mirror of https://github.com/rancher/types.git synced 2025-09-24 19:39:13 +00:00

Add const for created label

This commit is contained in:
Dan Ramich
2018-07-25 09:55:16 -07:00
committed by Alena Prokharchyk
parent e17524f5bb
commit f657b6b817

View File

@@ -9,6 +9,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
const RancherCreatedLabel = "creator.cattle.io/rancher-created"
var (
NamespaceBackedResource condition.Cond = "BackingNamespaceCreated"
CreatorMadeOwner condition.Cond = "CreatorMadeOwner"