Documentation
¶
Overview ¶
Package shared holds constants and small helpers shared across packages that would otherwise need to import the full client package.
Index ¶
Constants ¶
View Source
const ( HealthStatusUnknown = "unknown" HealthStatusHealthy = "healthy" HealthStatusUnhealthy = "unhealthy" HealthStatusStopped = "stopped" HealthKeyPrefix = "user.healthcheck." // HealthStatusKey is the instance config key used to store health status. HealthStatusKey = HealthKeyPrefix + "status" // HealthStoppedKey when "true" means healthchecking is stopped. HealthStoppedKey = HealthKeyPrefix + "stopped" )
Health check status constants written to HealthConfigKey by ic-healthd.
View Source
const ( Incus72Extension = "oci_network_config" Incus73Extension = "instance_port_forward" )
Those define extensions that came with a specific release.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.