You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/deployments/operator/api.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1758,6 +1758,23 @@ _Appears in:_
1758
1758
|`json`_boolean_| Whether the string value is supposed to be json-encoded || Optional: {} <br /> |
1759
1759
1760
1760
1761
+
#### PrAutomationConfirmation
1762
+
1763
+
1764
+
1765
+
Additional details to verify all prerequisites are satisfied before generating this pr
1766
+
1767
+
1768
+
1769
+
_Appears in:_
1770
+
-[PrAutomationSpec](#prautomationspec)
1771
+
1772
+
| Field | Description | Default | Validation |
1773
+
| --- | --- | --- | --- |
1774
+
|`text`_string_| Markdown text to explain this pr || Optional: {} <br /> |
1775
+
|`checklist`_[PrConfirmationChecklist](#prconfirmationchecklist) array_| An itemized checklist to present to confirm each prerequisite is satisfied || Optional: {} <br /> |
1776
+
1777
+
1761
1778
#### PrAutomationCreateConfiguration
1762
1779
1763
1780
@@ -1822,6 +1839,7 @@ _Appears in:_
1822
1839
|`projectRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| ProjectRef the project this automation belongs to. || Optional: {} <br /> |
1823
1840
|`bindings`_[PrAutomationBindings](#prautomationbindings)_| Bindings contain read and write policies of pr automation || Optional: {} <br /> |
1824
1841
|`configuration`_[PrAutomationConfiguration](#prautomationconfiguration) array_| Configuration self-service configuration for the UI wizard generating this PR || Optional: {} <br /> |
1842
+
|`confirmation`_[PrAutomationConfirmation](#prautomationconfirmation)_| Additional details to verify all prerequisites are satisfied before generating this pr || Optional: {} <br /> |
1825
1843
|`creates`_[PrAutomationCreateConfiguration](#prautomationcreateconfiguration)_| Specs for files to be templated and created || Optional: {} <br /> |
1826
1844
|`updates`_[PrAutomationUpdateConfiguration](#prautomationupdateconfiguration)_| Spec for files to be updated, using regex replacement || Optional: {} <br /> |
1827
1845
|`deletes`_[PrAutomationDeleteConfiguration](#prautomationdeleteconfiguration)_| Spec for files and folders to be deleted || Optional: {} <br /> |
@@ -1902,6 +1920,22 @@ _Appears in:_
1902
1920
|`yq`_string_| (Unused so far) || Optional: {} <br /> |
1903
1921
1904
1922
1923
+
#### PrConfirmationChecklist
1924
+
1925
+
1926
+
1927
+
A checkbox to render to confirm a PR prerequisite is satisfied
0 commit comments