Skip to content

Commit b6da7d2

Browse files
sync docs (#536)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 0b60614 commit b6da7d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/overview/management-api-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2975,8 +2975,9 @@ _Appears in:_
29752975
| Field | Description | Default | Validation |
29762976
| --- | --- | --- | --- |
29772977
| `name` _string_ | Name of this gate. | | Required: \{\} <br />Type: string <br /> |
2978-
| `type` _[GateType](#gatetype)_ | Type of gate.<br />One of:<br />- APPROVAL (requires human approval)<br />- WINDOW (time-based constraints),<br />- JOB (runs custom validation before allowing promotion). | | Enum: [APPROVAL WINDOW JOB] <br />Required: \{\} <br /> |
2978+
| `type` _[GateType](#gatetype)_ | Type of gate.<br />One of:<br />- APPROVAL (requires human approval)<br />- WINDOW (time-based constraints),<br />- JOB (runs custom validation before allowing promotion).<br />- SENTINEL (runs a Plural Sentinel before allowing promotion). | | Enum: [APPROVAL WINDOW JOB SENTINEL] <br />Required: \{\} <br /> |
29792979
| `clusterRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | ClusterRef specifies the target cluster where this gate will execute. | | Optional: \{\} <br /> |
2980+
| `sentinelRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | SentinelRef specifies the sentinel to execute for the SENTINEL gate. | | Optional: \{\} <br /> |
29802981
| `spec` _[GateSpec](#gatespec)_ | Spec contains detailed configuration for complex gate types like JOB gates. | | Optional: \{\} <br /> |
29812982

29822983

@@ -3307,6 +3308,7 @@ _Appears in:_
33073308
| `updates` _[PrAutomationUpdateConfiguration](#prautomationupdateconfiguration)_ | Updates specifies how to modify existing files using regex replacements<br />or YAML overlays, enabling precise changes to infrastructure code. | | Optional: \{\} <br /> |
33083309
| `deletes` _[PrAutomationDeleteConfiguration](#prautomationdeleteconfiguration)_ | Deletes specifies files and folders to remove from the repository as part<br />of the PR, useful for cleanup or migration scenarios. | | Optional: \{\} <br /> |
33093310
| `reconciliation` _[Reconciliation](#reconciliation)_ | Reconciliation settings for this resource.<br />Controls drift detection and reconciliation intervals. | | Optional: \{\} <br /> |
3311+
| `labels` _string array_ | Labels to apply to all created PRs from this pr automation | | Optional: \{\} <br /> |
33103312

33113313

33123314
#### PrAutomationTemplate

0 commit comments

Comments
 (0)