mirror of
https://github.com/rancher/types.git
synced 2025-09-02 21:54:22 +00:00
Change event resource kind to be the same as kubernetes InvolvedObject.Kind
This commit is contained in:
@@ -82,7 +82,7 @@ type TargetPod struct {
|
||||
|
||||
type TargetEvent struct {
|
||||
EventType string `json:"eventType,omitempty" norman:"required,options=Normal|Warning,default=Warning"`
|
||||
ResourceKind string `json:"resourceKind,omitempty" norman:"required,options=Pod|Node|Deployment|Statefulset|Daemonset"`
|
||||
ResourceKind string `json:"resourceKind,omitempty" norman:"required,options=Pod|Node|Deployment|StatefulSet|DaemonSet"`
|
||||
}
|
||||
|
||||
type TargetWorkload struct {
|
||||
|
Reference in New Issue
Block a user