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:
8080 resources : ["volumesnapshots/status"]
8181 verbs : ["update", "patch"]
8282---
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- # ---
10183kind : ClusterRole
10284apiVersion : rbac.authorization.k8s.io/v1
10385metadata :
Original file line number Diff line number Diff line change @@ -2052,10 +2052,7 @@ type UpdateOwnAuthProviderParams struct {
20522052// CreateWorkspaceOptions is the CreateWorkspaceOptions message type
20532053type CreateWorkspaceOptions struct {
20542054 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"`
20592056 OrganizationId string `json:"organizationId,omitempty"`
20602057 IgnoreRunningWorkspaceOnSameCommit bool `json:"ignoreRunningWorkspaceOnSameCommit,omitemopty"`
20612058 IgnoreRunningPrebuild bool `json:"ignoreRunningPrebuild,omitemopty"`
You can’t perform that action at this time.
0 commit comments