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.
Click to show internal directories.
Click to hide internal directories.