events

package
v0.0.0-...-8fcd8d3 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MicroVMSpecCreated

type MicroVMSpecCreated struct {
	// ID is the identifier of the created microvm.
	ID string
	// Namespace is the namespace of the created microvm.
	Namespace string
	// UID is the unique id of the created microvm.
	UID string
}

MicroVMSpecCreated is an event for when a microvm spec is created.

type MicroVMSpecDeleted

type MicroVMSpecDeleted struct {
	// ID is the identifier of the deleted microvm.
	ID string
	// Namespace is the namespace of the deleted microvm.
	Namespace string
	// UID is the unique id of the deleted microvm.
	UID string
}

MicroVMSpecDeleted is an event for when a microvm spec is deleted.

type MicroVMSpecUpdated

type MicroVMSpecUpdated struct {
	// ID is the identifier of the updated microvm.
	ID string
	// Namespace is the namespace of the updated microvm.
	Namespace string
	// UID is the unique id of the updated microvm.
	UID string
}

MicroVMSpecUpdated is an event for when a microvm spec is updated.

Jump to

Keyboard shortcuts

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