Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit db04fb1

Browse files
committed
Regenerate manifests
1 parent 89ad3d3 commit db04fb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/crd/bases/app.terraform.io_workspaces.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ spec:
1515
singular: workspace
1616
scope: Namespaced
1717
versions:
18-
- name: v1alpha1
18+
- additionalPrinterColumns:
19+
- jsonPath: .metadata.creationTimestamp
20+
name: Age
21+
type: date
22+
- jsonPath: .status.runStatus
23+
name: Status
24+
type: string
25+
name: v1alpha1
1926
schema:
2027
openAPIV3Schema:
2128
description: Workspace is the Schema for the workspaces API

0 commit comments

Comments
 (0)