mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-04 08:28:09 +08:00
support runner labels
This commit is contained in:
@@ -4111,6 +4111,10 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
nodeSelector:
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -4111,6 +4111,10 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
nodeSelector:
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
||||
@@ -15,6 +15,9 @@ spec:
|
||||
- JSONPath: .spec.repository
|
||||
name: Repository
|
||||
type: string
|
||||
- JSONPath: .spec.labels
|
||||
name: Labels
|
||||
type: string
|
||||
- JSONPath: .status.phase
|
||||
name: Status
|
||||
type: string
|
||||
@@ -3857,6 +3860,10 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
nodeSelector:
|
||||
additionalProperties:
|
||||
type: string
|
||||
@@ -6316,6 +6323,10 @@ spec:
|
||||
expiresAt:
|
||||
format: date-time
|
||||
type: string
|
||||
labels:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
organization:
|
||||
type: string
|
||||
repository:
|
||||
|
||||
Reference in New Issue
Block a user