Skip to content

Commit 6006876

Browse files
committed
Remove .spec.podSpecOverrides from DevWorkspace CRD
Signed-off-by: Angel Misevski <[email protected]>
1 parent ce66cff commit 6006876

File tree

2 files changed

+0
-219
lines changed

2 files changed

+0
-219
lines changed

Diff for: pkg/apis/workspaces/v1alpha2/devworkspace_types.go

-5
Original file line numberDiff line numberDiff 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

Diff for: pkg/apis/workspaces/v1alpha2/podspec.go

-214
This file was deleted.

0 commit comments

Comments
 (0)