mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
add organization info to runner status
This commit is contained in:
@@ -9,6 +9,9 @@ metadata:
|
||||
name: runners.actions.summerwind.dev
|
||||
spec:
|
||||
additionalPrinterColumns:
|
||||
- JSONPath: .spec.organization
|
||||
name: Organization
|
||||
type: string
|
||||
- JSONPath: .spec.repository
|
||||
name: Repository
|
||||
type: string
|
||||
@@ -6308,17 +6311,20 @@ spec:
|
||||
reason:
|
||||
type: string
|
||||
registration:
|
||||
description: RunnerStatusRegistration contains runner registration status
|
||||
properties:
|
||||
expiresAt:
|
||||
format: date-time
|
||||
type: string
|
||||
organization:
|
||||
type: string
|
||||
repository:
|
||||
type: string
|
||||
token:
|
||||
type: string
|
||||
required:
|
||||
- expiresAt
|
||||
- repository
|
||||
- organization
|
||||
- token
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user