We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce66cff commit 6006876Copy full SHA for 6006876
pkg/apis/workspaces/v1alpha2/devworkspace_types.go
@@ -11,11 +11,6 @@ type DevWorkspaceSpec struct {
11
RoutingClass string `json:"routingClass,omitempty"`
12
Template DevWorkspaceTemplateSpec `json:"template,omitempty"`
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
}
20
21
// DevWorkspaceStatus defines the observed state of DevWorkspace
pkg/apis/workspaces/v1alpha2/podspec.go
0 commit comments