Skip to content

Commit b948101

Browse files
author
eliranb
committed
update crds
1 parent 5e1b54d commit b948101

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

charts/lightrun-operator/crds/lightrunjavaagent_crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ spec:
1616
scope: Namespaced
1717
versions:
1818
- additionalPrinterColumns:
19+
- description: Deployment name
20+
jsonPath: .spec.deploymentName
21+
name: Deployment
22+
type: string
1923
- description: Workload name
2024
jsonPath: .spec.workloadName
2125
name: Workload
@@ -210,6 +214,8 @@ spec:
210214
- type
211215
type: object
212216
type: array
217+
deploymentStatus:
218+
type: string
213219
lastScheduleTime:
214220
format: date-time
215221
type: string

config/crd/bases/agents.lightrun.com_lightrunjavaagents.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ spec:
1717
scope: Namespaced
1818
versions:
1919
- additionalPrinterColumns:
20+
- description: Deployment name
21+
jsonPath: .spec.deploymentName
22+
name: Deployment
23+
type: string
2024
- description: Workload name
2125
jsonPath: .spec.workloadName
2226
name: Workload
@@ -211,6 +215,8 @@ spec:
211215
- type
212216
type: object
213217
type: array
218+
deploymentStatus:
219+
type: string
214220
lastScheduleTime:
215221
format: date-time
216222
type: string

config/samples/operator.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
scope: Namespaced
2929
versions:
3030
- additionalPrinterColumns:
31+
- description: Deployment name
32+
jsonPath: .spec.deploymentName
33+
name: Deployment
34+
type: string
3135
- description: Workload name
3236
jsonPath: .spec.workloadName
3337
name: Workload
@@ -222,6 +226,8 @@ spec:
222226
- type
223227
type: object
224228
type: array
229+
deploymentStatus:
230+
type: string
225231
lastScheduleTime:
226232
format: date-time
227233
type: string

examples/operator.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ spec:
1818
scope: Namespaced
1919
versions:
2020
- additionalPrinterColumns:
21+
- description: Deployment name
22+
jsonPath: .spec.deploymentName
23+
name: Deployment
24+
type: string
2125
- description: Workload name
2226
jsonPath: .spec.workloadName
2327
name: Workload
@@ -212,6 +216,8 @@ spec:
212216
- type
213217
type: object
214218
type: array
219+
deploymentStatus:
220+
type: string
215221
lastScheduleTime:
216222
format: date-time
217223
type: string

0 commit comments

Comments
 (0)