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"`
}
Store stores internal Colima configuration for an instance