feat: add onboot
Some checks failed
CI / build (push) Failing after 3m29s
CI / lint (push) Failing after 3m2s
CI / pkl-validate (push) Successful in 14s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-04 23:24:43 +01:00
parent 92db61569c
commit 728bf709cf
5 changed files with 23 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ type LXCProperties struct {
OSTemplate string `json:"ostemplate,omitempty"`
Cores int `json:"cores"`
Memory int `json:"memory"`
OnBoot int `json:"onboot"`
}
type ReadRequest struct {
@@ -71,6 +72,7 @@ type StatusLXCConfig struct {
Swap int `json:"swap"`
Description string `json:"description"`
Digest string `json:"digest"`
OnBoot int `json:"onboot"`
}
type StatusLXCConfigResponse struct {