We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a03e commit 95df7c7Copy full SHA for 95df7c7
api/variables/aggregate_types.go
@@ -47,6 +47,8 @@ type WorkerNodeConfigSpec struct {
47
Docker *carenv1.DockerNodeSpec `json:"docker,omitempty"`
48
49
Nutanix *carenv1.NutanixNodeSpec `json:"nutanix,omitempty"`
50
+
51
+ carenv1.GenericNodeSpec `json:",inline"`
52
}
53
54
type Addons struct {
0 commit comments