Skip to content
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