crd: Add enterprise, organization, repository, and runner labels to runnerdeployments print columns (#2310)

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
cskinfill
2023-03-27 19:43:01 -04:00
committed by GitHub
parent 65184f1ed8
commit 362fa5d52e
3 changed files with 35 additions and 0 deletions

View File

@@ -17,6 +17,21 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.template.spec.enterprise
name: Enterprise
type: string
- jsonPath: .spec.template.spec.organization
name: Organization
type: string
- jsonPath: .spec.template.spec.repository
name: Repository
type: string
- jsonPath: .spec.template.spec.group
name: Group
type: string
- jsonPath: .spec.template.spec.labels
name: Labels
type: string
- jsonPath: .spec.replicas
name: Desired
type: number