mirror of
https://github.com/bapung/gitea-runner-operator.git
synced 2026-06-21 23:48:43 +00:00
documentation
This commit is contained in:
@@ -107,12 +107,17 @@ spec:
|
||||
description: Repo is required if scope is 'repo'
|
||||
type: string
|
||||
scope:
|
||||
description: Scope defines the scope of the runner (global, org, repo)
|
||||
description: Scope defines the scope of the runner (global, org, user,
|
||||
repo)
|
||||
enum:
|
||||
- global
|
||||
- org
|
||||
- user
|
||||
- repo
|
||||
type: string
|
||||
user:
|
||||
description: User is required if scope is 'user'
|
||||
type: string
|
||||
required:
|
||||
- authToken
|
||||
- giteaURL
|
||||
|
||||
Reference in New Issue
Block a user