From e3751acd6075cfa2ac40f719673fca836bb9889b Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Thu, 11 Jan 2018 13:47:40 -0800 Subject: [PATCH] ClusterEvent is namespaced --- apis/management.cattle.io/v3/cluster_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/cluster_types.go b/apis/management.cattle.io/v3/cluster_types.go index 4930402a..23defc66 100644 --- a/apis/management.cattle.io/v3/cluster_types.go +++ b/apis/management.cattle.io/v3/cluster_types.go @@ -135,6 +135,7 @@ type AzureKubernetesServiceConfig struct { } type ClusterEvent struct { + types.Namespaced v1.Event ClusterName string `json:"clusterName" norman:"type=reference[cluster]"` }