File tree Expand file tree Collapse file tree 2 files changed +0
-219
lines changed
pkg/apis/workspaces/v1alpha2 Expand file tree Collapse file tree 2 files changed +0
-219
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ type DevWorkspaceSpec struct {
1111 RoutingClass string `json:"routingClass,omitempty"`
1212 Template DevWorkspaceTemplateSpec `json:"template,omitempty"`
1313 Contributions []ComponentContribution `json:"contributions,omitempty"`
14- // Pod fields to override within the DevWorkspace's Deployment. Fields defined
15- // here are strategically merged on top of the Pod template in the deployment,
16- // allowing for fine-grained customization of the Pods that are started for
17- // this DevWorkspace.
18- PodSpecOverrides * PodTemplateSpecOverrides `json:"podSpecOverride,omitempty"`
1914}
2015
2116// DevWorkspaceStatus defines the observed state of DevWorkspace
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments