1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

Generated changes

This commit is contained in:
Alena Prokharchyk
2018-01-11 13:53:03 -08:00
parent e3751acd60
commit a3a0870e51
4 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ const (
ClusterEventFieldLastTimestamp = "lastTimestamp"
ClusterEventFieldMessage = "message"
ClusterEventFieldName = "name"
ClusterEventFieldNamespaceId = "namespaceId"
ClusterEventFieldOwnerReferences = "ownerReferences"
ClusterEventFieldReason = "reason"
ClusterEventFieldRemoved = "removed"
@@ -41,6 +42,7 @@ type ClusterEvent struct {
LastTimestamp string `json:"lastTimestamp,omitempty"`
Message string `json:"message,omitempty"`
Name string `json:"name,omitempty"`
NamespaceId string `json:"namespaceId,omitempty"`
OwnerReferences []OwnerReference `json:"ownerReferences,omitempty"`
Reason string `json:"reason,omitempty"`
Removed string `json:"removed,omitempty"`