1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 13:45:51 +00:00

Remove const

This commit is contained in:
Dan Ramich
2018-08-23 15:07:24 -07:00
committed by Craig Jellick
parent a2e5eb253f
commit 977d3d15e3

View File

@@ -9,8 +9,6 @@ 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"