mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-07 10:27:41 +08:00
organization and repository are now exclusive
This commit is contained in:
@@ -4120,11 +4120,10 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource
|
||||
@@ -6715,8 +6714,6 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- organization
|
||||
type: object
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user