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

Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
cskinfill
2023-03-28 08:43:01 +09:00
committed by GitHub
co-authored by Yusuke Kuoka
parent 65184f1ed8
commit 362fa5d52e
3 changed files with 35 additions and 0 deletions
@@ -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