Skip to content

Commit

Permalink
rename to incomplete_config
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Aug 13, 2024
1 parent 98106cf commit 141a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type Machine struct {
CreatedAt string `json:"created_at,omitempty"`
UpdatedAt string `json:"updated_at,omitempty"`
Config *MachineConfig `json:"config,omitempty"`
PartialConfig *MachineConfig `json:"partial_config,omitempty"`
IncompleteConfig *MachineConfig `json:"incomplete_config,omitempty"`
Events []*MachineEvent `json:"events,omitempty"`
Checks []*MachineCheckStatus `json:"checks,omitempty"`
HostStatus HostStatus `json:"host_status,omitempty" enums:"ok,unknown,unreachable"`
Expand Down

0 comments on commit 141a131

Please sign in to comment.