mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 22:47:13 +00:00
support for organization runners
This commit is contained in:
@@ -4115,9 +4115,12 @@ spec:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
repository:
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource
|
||||
@@ -6709,7 +6712,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- repository
|
||||
- organization
|
||||
type: object
|
||||
type: object
|
||||
required:
|
||||
|
||||
@@ -4115,9 +4115,12 @@ spec:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
repository:
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource
|
||||
@@ -6709,7 +6712,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- repository
|
||||
- organization
|
||||
type: object
|
||||
type: object
|
||||
required:
|
||||
|
||||
@@ -3858,9 +3858,12 @@ spec:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
repository:
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource requirements.
|
||||
@@ -6293,7 +6296,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- repository
|
||||
- organization
|
||||
type: object
|
||||
status:
|
||||
description: RunnerStatus defines the observed state of Runner
|
||||
|
||||
Reference in New Issue
Block a user