Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type Store struct {
// if the runtime disk has been formatted.
DiskFormatted bool `json:"disk_formatted"`
// the container runtime the disk is provisioned for
DiskRuntime string `json:"disk_runtime"`
// if ramalama has been provisioned in the VM
RamalamaProvisioned bool `json:"ramalama_provisioned"`
}
Store stores internal Colima configuration for an instance
Click to show internal directories.
Click to hide internal directories.