mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-08-19 07:26:56 +00:00
Add noFormat to install schema (#27)
This commit is contained in:
parent
c90740d747
commit
425e07d8c7
@ -10,6 +10,7 @@ type InstallSchema struct {
|
|||||||
Auto bool `json:"auto,omitempty" description:"Set to true when installing without Pairing"`
|
Auto bool `json:"auto,omitempty" description:"Set to true when installing without Pairing"`
|
||||||
BindMounts []string `json:"bind_mounts,omitempty"`
|
BindMounts []string `json:"bind_mounts,omitempty"`
|
||||||
Bundles []BundleSchema `json:"bundles,omitempty" description:"Add bundles in runtime"`
|
Bundles []BundleSchema `json:"bundles,omitempty" description:"Add bundles in runtime"`
|
||||||
|
NoFormat bool `json:"no_format,omitempty"`
|
||||||
Device string `json:"device,omitempty" pattern:"^(auto|/|(/[a-zA-Z0-9_-]+)+)$" description:"Device for automated installs" examples:"[\"auto\",\"/dev/sda\"]"`
|
Device string `json:"device,omitempty" pattern:"^(auto|/|(/[a-zA-Z0-9_-]+)+)$" description:"Device for automated installs" examples:"[\"auto\",\"/dev/sda\"]"`
|
||||||
EphemeralMounts []string `json:"ephemeral_mounts,omitempty"`
|
EphemeralMounts []string `json:"ephemeral_mounts,omitempty"`
|
||||||
EncryptedPartitions []string `json:"encrypted_partitions,omitempty"`
|
EncryptedPartitions []string `json:"encrypted_partitions,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user