Skip to content

Commit

Permalink
Add extra printer columns for CRDs. Bump chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel AguadoAraujo <[email protected]>
  • Loading branch information
drazul committed Jul 8, 2021
1 parent 23b3e61 commit a3efc0a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.1.3
version: 1.1.4
appVersion: v1beta2-1.2.3-3.1.1
keywords:
- spark
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ spec:
storage: true
subresources:
status: {}
additionalPrinterColumns:
- jsonPath: .spec.schedule
name: Schedule
type: string
- jsonPath: .spec.suspend
name: Suspend
type: boolean
- jsonPath: .status.lastRun
name: Last Run
type: date
- jsonPath: .status.lastRunName
name: Last Run Name
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
schema:
openAPIV3Schema:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ spec:
storage: true
subresources:
status: { }
additionalPrinterColumns:
- jsonPath: .status.applicationState.state
name: Status
type: string
- jsonPath: .status.executionAttempts
name: Attempts
type: string
- jsonPath: .status.lastSubmissionAttemptTime
name: Start
type: string
- jsonPath: .status.terminationTime
name: Finish
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
schema:
openAPIV3Schema:
properties:
Expand Down

0 comments on commit a3efc0a

Please sign in to comment.