events

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 1 Imported by: 0

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

type Event

type Event string
const (
	Create Event = "Create"
	Update Event = "Update"
	Delete Event = "Delete"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL