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]"` }