Skip to content

Commit

Permalink
Extending Runtime Custom Resource with Additional Workers
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed Jan 13, 2025
1 parent 5ffefa1 commit 27a5b4a
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/v1/runtime_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ type Provider struct {
//+kubebuilder:validation:Enum=aws;azure;gcp;openstack
Type string `json:"type"`
Workers []gardener.Worker `json:"workers"`
AdditionalWorkers *[]gardener.Worker `json:"additionalWorkers,omitempty"`
ControlPlaneConfig *runtime.RawExtension `json:"controlPlaneConfig,omitempty"`
InfrastructureConfig *runtime.RawExtension `json:"infrastructureConfig,omitempty"`
}
Expand Down
Loading

0 comments on commit 27a5b4a

Please sign in to comment.