change application source location

This commit is contained in:
Jeff
2019-05-12 15:28:56 +08:00
committed by zryfish
parent ea5009d571
commit 692de802b3
14 changed files with 2659 additions and 486 deletions

View File

@@ -50,6 +50,8 @@ type Observable struct {
Labels map[string]string
// Typemeta - needed for go test fake client
Type metav1.TypeMeta
// Namespace - only observe resources in this namespace
Namespace string
}
// LocalObjectReference with validation