Skip to content

Commit

Permalink
Remove .spec.podSpecOverrides from DevWorkspace CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
amisevsk committed Sep 28, 2022
1 parent ce66cff commit 6006876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 219 deletions.
5 changes: 0 additions & 5 deletions pkg/apis/workspaces/v1alpha2/devworkspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ type DevWorkspaceSpec struct {
RoutingClass string `json:"routingClass,omitempty"`
Template DevWorkspaceTemplateSpec `json:"template,omitempty"`
Contributions []ComponentContribution `json:"contributions,omitempty"`
// Pod fields to override within the DevWorkspace's Deployment. Fields defined
// here are strategically merged on top of the Pod template in the deployment,
// allowing for fine-grained customization of the Pods that are started for
// this DevWorkspace.
PodSpecOverrides *PodTemplateSpecOverrides `json:"podSpecOverride,omitempty"`
}

// DevWorkspaceStatus defines the observed state of DevWorkspace
Expand Down
214 changes: 0 additions & 214 deletions pkg/apis/workspaces/v1alpha2/podspec.go

This file was deleted.

0 comments on commit 6006876

Please sign in to comment.