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 {
11
11
RoutingClass string `json:"routingClass,omitempty"`
12
12
Template DevWorkspaceTemplateSpec `json:"template,omitempty"`
13
13
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"`
19
14
}
20
15
21
16
// 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