mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
Generated changes
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user