mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-24 10:37:32 +08:00
Add support for proxy (#2286)
Co-authored-by: Nikola Jokic <jokicnikola07@gmail.com> Co-authored-by: Tingluo Huang <tingluohuang@github.com> Co-authored-by: Ferenc Hammerl <fhammerl@github.com>
This commit is contained in:
@@ -76,6 +76,29 @@ spec:
|
||||
description: Required
|
||||
minimum: 0
|
||||
type: integer
|
||||
proxy:
|
||||
properties:
|
||||
http:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
type: object
|
||||
https:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
type: object
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
runnerScaleSetId:
|
||||
description: Required
|
||||
type: integer
|
||||
|
||||
@@ -67,10 +67,6 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
@@ -79,14 +75,14 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
type: object
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
runnerGroup:
|
||||
type: string
|
||||
|
||||
@@ -94,10 +94,6 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
@@ -106,15 +102,17 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
type: object
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
proxySecretRef:
|
||||
type: string
|
||||
runnerScaleSetId:
|
||||
type: integer
|
||||
spec:
|
||||
|
||||
@@ -76,10 +76,6 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
@@ -88,15 +84,17 @@ spec:
|
||||
properties:
|
||||
credentialSecretRef:
|
||||
type: string
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
url:
|
||||
description: Required
|
||||
type: string
|
||||
type: object
|
||||
noProxy:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
proxySecretRef:
|
||||
type: string
|
||||
runnerScaleSetId:
|
||||
type: integer
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user