support for organization runners

This commit is contained in:
Reinier Timmer
2020-04-23 16:36:40 +02:00
parent d1429beaa6
commit fb35dd4131
12 changed files with 236 additions and 61 deletions

View File

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

View File

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

View File

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