1
0
mirror of https://github.com/rancher/types.git synced 2025-08-01 04:57:05 +00:00

ClusterEvent is namespaced

This commit is contained in:
Alena Prokharchyk 2018-01-11 13:47:40 -08:00
parent dec99a1fa9
commit e3751acd60

View File

@ -135,6 +135,7 @@ type AzureKubernetesServiceConfig struct {
}
type ClusterEvent struct {
types.Namespaced
v1.Event
ClusterName string `json:"clusterName" norman:"type=reference[cluster]"`
}