add organization info to runner status

This commit is contained in:
Reinier Timmer
2020-04-24 09:50:41 +02:00
parent 75d15ee91b
commit eca3cc7941
3 changed files with 17 additions and 7 deletions

View File

@@ -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: