mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-18 16:34:38 +00:00
Extract sdk into its own lib
This had some side effects: - Have to add some utils from the kairos/machine modules, which IMHO should not be there, they should be here if the are generic enough - Dropping the sdk dir, just have the modules in the root dir Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
10
state/machine.go
Normal file
10
state/machine.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package state
|
||||
|
||||
type Machine struct {
|
||||
BootArgs []string
|
||||
CloudConfig string
|
||||
}
|
||||
|
||||
type Spec struct {
|
||||
MachineSpec Machine
|
||||
}
|
Reference in New Issue
Block a user