Skip to content

Remove pod spec overrides #948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,497 changes: 0 additions & 1,497 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

Large diffs are not rendered by default.

1,497 changes: 0 additions & 1,497 deletions crds/workspace.devfile.io_devworkspaces.yaml

Large diffs are not rendered by default.

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.

Loading