Skip to content

Commit 95df7c7

Browse files
committed
fix: include GenericNodeSpec in aggregate type
1 parent 255a03e commit 95df7c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/variables/aggregate_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ type WorkerNodeConfigSpec struct {
4747
Docker *carenv1.DockerNodeSpec `json:"docker,omitempty"`
4848

4949
Nutanix *carenv1.NutanixNodeSpec `json:"nutanix,omitempty"`
50+
51+
carenv1.GenericNodeSpec `json:",inline"`
5052
}
5153

5254
type Addons struct {

0 commit comments

Comments
 (0)