Skip to content

Commit c3855d9

Browse files
sync docs (#543)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 3eb52ce commit c3855d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pages/overview/agent-api-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ _Appears in:_
159159
| `repository` _string_ | Repository is the git repository the agent will work with | | Required: \{\} <br /> |
160160
| `mode` _[AgentRunMode](#agentrunmode)_ | Mode defines how the agent should run (ANALYZE, WRITE) | | Required: \{\} <br /> |
161161
| `flowId` _string_ | FlowID is the flow this agent run is associated with (optional) | | Optional: \{\} <br /> |
162+
| `language` _[AgentRunLanguage](#agentrunlanguage)_ | Language is the programming language used in the agent run. | | Optional: \{\} <br /> |
163+
| `languageVersion` _string_ | LanguageVersion is the version of the language to use, if you wish to specify. | | Optional: \{\} <br /> |
162164

163165

164166

pages/overview/management-api-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ _Appears in:_
16151615
| `projectRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | ProjectRef constrains the global service scope to clusters within a specific project.<br />This provides project-level isolation and ensures services are only deployed<br />to clusters belonging to the designated project. | | Optional: \{\} <br /> |
16161616
| `template` _[ServiceTemplate](#servicetemplate)_ | Template defines the service deployment specification to be applied across target clusters.<br />This contains the core service definition including Helm charts, configurations,<br />and deployment parameters that will be instantiated on each matching cluster. | | Optional: \{\} <br /> |
16171617
| `reconciliation` _[Reconciliation](#reconciliation)_ | Reconciliation settings for this resource.<br />Controls drift detection and reconciliation intervals. | | Optional: \{\} <br /> |
1618+
| `ignoreClusters` _string array_ | IgnoreClusters specifies a list of cluster handles to exclude from the target cluster set. | | Optional: \{\} <br /> |
16181619

16191620

16201621
#### GraphStore
@@ -3632,6 +3633,8 @@ _Appears in:_
36323633
| `reconciliation` _[Reconciliation](#reconciliation)_ | Reconciliation settings for this resource.<br />Controls drift detection and reconciliation intervals. | | Optional: \{\} <br /> |
36333634

36343635

3636+
3637+
36353638
#### Reconciliation
36363639

36373640

@@ -4549,6 +4552,7 @@ _Appears in:_
45494552
| --- | --- | --- | --- |
45504553
| `id` _string_ | ID of the resource in the Console API. | | Optional: \{\} <br />Type: string <br /> |
45514554
| `sha` _string_ | SHA of last applied configuration. | | Optional: \{\} <br />Type: string <br /> |
4555+
| `readonly` _boolean_ | ReadOnly indicates whether the resource is read-only. | false | |
45524556
| `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#condition-v1-meta) array_ | Represents the observations of a PrAutomation's current state. | | |
45534557

45544558

0 commit comments

Comments
 (0)