Skip to content

Commit bbccb4c

Browse files
sync docs (#533)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 7c378ac commit bbccb4c

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

pages/overview/agent-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ _Appears in:_
7979
| `pipelineGateInterval` _string_ | PipelineGateInterval specifies how frequently the agent checks pipeline gates.<br />Set to "0s" to disable pipeline gate checks. | | |
8080
| `maxConcurrentReconciles` _integer_ | MaxConcurrentReconciles controls the maximum number of concurrent reconcile loops.<br />Higher values can increase throughput at the cost of resource usage. | | |
8181
| `vulnerabilityReportUploadInterval` _string_ | VulnerabilityReportUploadInterval sets how often vulnerability reports are uploaded.<br />Set to "0s" to disable vulnerability report uploads. | | |
82+
| `baseRegistryURL` _string_ | BaseRegistryURL allows overriding the default base registry URL.<br />For stack run jobs, agent run pods, sentinel run jobs. | | |
8283

8384

8485
#### AgentHelmConfiguration

pages/overview/management-api-reference.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3819,6 +3819,23 @@ _Appears in:_
38193819
| `integrationTest` _[SentinelCheckIntegrationTestConfiguration](#sentinelcheckintegrationtestconfiguration)_ | the integration test configuration to use for this check | | |
38203820

38213821

3822+
#### SentinelCheckGotestsumConfiguration
3823+
3824+
3825+
3826+
3827+
3828+
3829+
3830+
_Appears in:_
3831+
- [SentinelCheckIntegrationTestConfiguration](#sentinelcheckintegrationtestconfiguration)
3832+
3833+
| Field | Description | Default | Validation |
3834+
| --- | --- | --- | --- |
3835+
| `p` _string_ | the value of the p flag for gotestsum | | Optional: \{\} <br /> |
3836+
| `parallel` _string_ | the value of the parallel flag for gotestsum | | Optional: \{\} <br /> |
3837+
3838+
38223839
#### SentinelCheckIntegrationTestConfiguration
38233840

38243841

@@ -3834,6 +3851,7 @@ _Appears in:_
38343851
| --- | --- | --- | --- |
38353852
| `format` _[SentinelRunJobFormat](#sentinelrunjobformat)_ | the test output format of the job | | Enum: [PLAINTEXT JUNIT] <br />Required: \{\} <br /> |
38363853
| `jobSpec` _[JobSpec](#jobspec)_ | the job to run for this check | | |
3854+
| `gotestsum` _[SentinelCheckGotestsumConfiguration](#sentinelcheckgotestsumconfiguration)_ | the configuration for the gotestsum test runner for this check | | Optional: \{\} <br /> |
38373855
| `distro` _[ClusterDistro](#clusterdistro)_ | the distro to run the check on | | Enum: [GENERIC EKS AKS GKE RKE K3S OPENSHIFT] <br /> |
38383856
| `tags` _object (keys:string, values:string)_ | the cluster tags to select where to run this job | | |
38393857

0 commit comments

Comments
 (0)