Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchEvent ¶
type BatchEvent struct { // BatchStatus Batch job status v1.BatchStatus // Event Event type // // required: true // example: "Create" Event Event `json:"event,omitempty"` }
BatchEvent holds general information about batch event on change of status swagger:model BatchEvent
Click to show internal directories.
Click to hide internal directories.