Skip to content

Commit b70d4f5

Browse files
Update docs for operator (#273)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 6a0f6e8 commit b70d4f5

File tree

1 file changed

+23
-1
lines changed
  • pages/deployments/operator

1 file changed

+23
-1
lines changed

pages/deployments/operator/api.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ _Appears in:_
667667
| Field | Description | Default | Validation |
668668
| --- | --- | --- | --- |
669669
| `url` _string_ | | | |
670+
| `connectionRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | Reference a ScmConnection to reuse its credentials for this GitRepository's authentication | | Optional: {} <br /> |
670671
| `credentialsRef` _[SecretReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#secretreference-v1-core)_ | CredentialsRef is a secret reference which should contain privateKey, passphrase, username and password. | | Optional: {} <br /> |
671672

672673

@@ -1156,13 +1157,14 @@ _Appears in:_
11561157
| Field | Description | Default | Validation |
11571158
| --- | --- | --- | --- |
11581159
| `name` _string_ | | | Required: {} <br /> |
1159-
| `type` _[ConfigurationType](#configurationtype)_ | | | Enum: [STRING INT BOOL DOMAIN BUCKET FILE FUNCTION PASSWORD] <br />Required: {} <br /> |
1160+
| `type` _[ConfigurationType](#configurationtype)_ | | | Enum: [STRING INT BOOL DOMAIN BUCKET FILE FUNCTION PASSWORD ENUM] <br />Required: {} <br /> |
11601161
| `condition` _[Condition](#condition)_ | | | Optional: {} <br /> |
11611162
| `default` _string_ | | | Optional: {} <br /> |
11621163
| `documentation` _string_ | | | Optional: {} <br /> |
11631164
| `longform` _string_ | | | Optional: {} <br /> |
11641165
| `optional` _boolean_ | | | Optional: {} <br /> |
11651166
| `placeholder` _string_ | | | Optional: {} <br /> |
1167+
| `values` _string array_ | | | Optional: {} <br /> |
11661168

11671169

11681170
#### PrAutomationCreateConfiguration
@@ -1195,6 +1197,7 @@ _Appears in:_
11951197

11961198
| Field | Description | Default | Validation |
11971199
| --- | --- | --- | --- |
1200+
| `role` _[PrRole](#prrole)_ | | | Enum: [CLUSTER SERVICE PIPELINE UPDATE UPGRADE] <br />Optional: {} <br /> |
11981201
| `addon` _string_ | Addon is a link to an addon name | | Optional: {} <br /> |
11991202
| `branch` _string_ | Branch ... | | Optional: {} <br /> |
12001203
| `documentation` _string_ | Documentation ... | | Optional: {} <br /> |
@@ -1436,6 +1439,25 @@ _Appears in:_
14361439
| `username` _string_ | Username ... | | Optional: {} <br /> |
14371440
| `baseUrl` _string_ | BaseUrl is a base URL for Git clones for self-hosted versions. | | Optional: {} <br /> |
14381441
| `apiUrl` _string_ | APIUrl is a base URL for HTTP apis for shel-hosted versions if different from BaseUrl. | | Optional: {} <br /> |
1442+
| `github` _[ScmGithubConnection](#scmgithubconnection)_ | | | Optional: {} <br /> |
1443+
1444+
1445+
#### ScmGithubConnection
1446+
1447+
1448+
1449+
1450+
1451+
1452+
1453+
_Appears in:_
1454+
- [ScmConnectionSpec](#scmconnectionspec)
1455+
1456+
| Field | Description | Default | Validation |
1457+
| --- | --- | --- | --- |
1458+
| `appId` _string_ | | | |
1459+
| `installationId` _string_ | | | |
1460+
| `privateKeyRef` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#secretkeyselector-v1-core)_ | | | Optional: {} <br /> |
14391461

14401462

14411463
#### ServiceComponent

0 commit comments

Comments
 (0)