File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
charts/lightrun-operator/crds Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments