File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
.werft/vm/manifests/rook-ceph
components/gitpod-protocol/go Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -80,24 +80,6 @@ rules:
80
80
resources : ["volumesnapshots/status"]
81
81
verbs : ["update", "patch"]
82
82
---
83
- # apiVersion: rbac.authorization.k8s.io/v1
84
- # kind: ClusterRole
85
- # metadata:
86
- # name: 'psp:rook'
87
- # labels:
88
- # operator: rook
89
- # storage-backend: ceph
90
- # app.kubernetes.io/part-of: rook-ceph-operator
91
- # rules:
92
- # - apiGroups:
93
- # - policy
94
- # resources:
95
- # - podsecuritypolicies
96
- # resourceNames:
97
- # - 00-rook-privileged
98
- # verbs:
99
- # - use
100
- # ---
101
83
kind : ClusterRole
102
84
apiVersion : rbac.authorization.k8s.io/v1
103
85
metadata :
Original file line number Diff line number Diff line change @@ -2052,10 +2052,7 @@ type UpdateOwnAuthProviderParams struct {
2052
2052
// CreateWorkspaceOptions is the CreateWorkspaceOptions message type
2053
2053
type CreateWorkspaceOptions struct {
2054
2054
StartWorkspaceOptions
2055
- ContextURL string `json:"contextUrl,omitempty"`
2056
- // references:
2057
- // https://github.com/gitpod-io/gitpod/pull/17040
2058
- // https://github.com/gitpod-io/gitpod/blob/90b7d658589fd6e9fb239ff239591b9f1218fc83/components/server/src/workspace/gitpod-server-impl.ts#L1227-L1235
2055
+ ContextURL string `json:"contextUrl,omitempty"`
2059
2056
OrganizationId string `json:"organizationId,omitempty"`
2060
2057
IgnoreRunningWorkspaceOnSameCommit bool `json:"ignoreRunningWorkspaceOnSameCommit,omitemopty"`
2061
2058
IgnoreRunningPrebuild bool `json:"ignoreRunningPrebuild,omitemopty"`
You can’t perform that action at this time.
0 commit comments