mirror of
https://github.com/rancher/types.git
synced 2025-09-17 15:29:10 +00:00
Adding cond to Project
This commit is contained in:
committed by
Darren Shepherd
parent
7baa43c5d1
commit
d7d5c46a3b
@@ -10,8 +10,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
NamespaceBackedResource condition.Cond = "BackingNamespaceCreated"
|
||||
CreatorMadeOwner condition.Cond = "CreatorMadeOwner"
|
||||
NamespaceBackedResource condition.Cond = "BackingNamespaceCreated"
|
||||
CreatorMadeOwner condition.Cond = "CreatorMadeOwner"
|
||||
DefaultNetworkPolicyCreated condition.Cond = "DefaultNetworkPolicyCreated"
|
||||
)
|
||||
|
||||
type Project struct {
|
||||
|
Reference in New Issue
Block a user