Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
jenting committed Aug 31, 2022
1 parent 1d6196e commit 7306b2b
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"metadata": {
"name": "ws-test",
"namespace": "default",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"app": "gitpod",
"component": "workspace",
"gitpod.io/workspaceClass": "gitpodio-pvc",
"gpwsman": "true",
"headless": "false",
"metaID": "foobar",
"owner": "tester",
"project": "",
"team": "",
"workspaceID": "test",
"workspaceType": "regular"
}
},
"spec": {
"accessModes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"metadata": {
"name": "ws-test",
"namespace": "default",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"app": "gitpod",
"component": "workspace",
"gitpod.io/workspaceClass": "gitpodio-pvc",
"gpwsman": "true",
"headless": "false",
"metaID": "foobar",
"owner": "tester",
"project": "",
"team": "",
"workspaceID": "test",
"workspaceType": "regular"
}
},
"spec": {
"accessModes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"metadata": {
"name": "ws-test",
"namespace": "default",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"app": "gitpod",
"component": "workspace",
"gitpod.io/workspaceClass": "gitpodio-pvc",
"gpwsman": "true",
"headless": "false",
"metaID": "foobar",
"owner": "tester",
"project": "",
"team": "",
"workspaceID": "test",
"workspaceType": "regular"
}
},
"spec": {
"accessModes": [
Expand Down
15 changes: 14 additions & 1 deletion components/ws-manager/pkg/manager/testdata/cpwp_no_class.golden
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"metadata": {
"name": "ws-test",
"namespace": "default",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"app": "gitpod",
"component": "workspace",
"gitpod.io/workspaceClass": "default",
"gpwsman": "true",
"headless": "false",
"metaID": "foobar",
"owner": "tester",
"project": "",
"team": "",
"workspaceID": "test",
"workspaceType": "regular"
}
},
"spec": {
"accessModes": [
Expand Down
15 changes: 14 additions & 1 deletion components/ws-manager/pkg/manager/testdata/cpwp_no_pvc.golden
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
"metadata": {
"name": "ws-test",
"namespace": "default",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"app": "gitpod",
"component": "workspace",
"gitpod.io/workspaceClass": "gitpodio-pvc",
"gpwsman": "true",
"headless": "false",
"metaID": "foobar",
"owner": "tester",
"project": "",
"team": "",
"workspaceID": "test",
"workspaceType": "regular"
}
},
"spec": {
"accessModes": [
Expand Down

0 comments on commit 7306b2b

Please sign in to comment.