mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00: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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -3869,11 +3869,10 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource requirements.
|
||||
@@ -6305,8 +6304,6 @@ spec:
|
||||
- name
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- organization
|
||||
type: object
|
||||
status:
|
||||
description: RunnerStatus defines the observed state of Runner
|
||||
@@ -6335,7 +6332,6 @@ spec:
|
||||
type: string
|
||||
required:
|
||||
- expiresAt
|
||||
- organization
|
||||
- token
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user