Skip to content

Commit ec3da31

Browse files
sync docs (#483)
Co-authored-by: michaeljguarino <[email protected]>
1 parent 8c88d5e commit ec3da31

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

pages/overview/management-api-reference.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Package v1alpha1 contains API Schema definitions for the deployments v1alpha1 AP
3838
- [PipelineContext](#pipelinecontext)
3939
- [PrAutomation](#prautomation)
4040
- [PrAutomationTrigger](#prautomationtrigger)
41+
- [PrGovernance](#prgovernance)
4142
- [PreviewEnvironmentTemplate](#previewenvironmenttemplate)
4243
- [Project](#project)
4344
- [Provider](#provider)
@@ -2931,6 +2932,74 @@ _Appears in:_
29312932
| `label` _string_ | The label of this checkbox | | |
29322933

29332934

2935+
#### PrGovernance
2936+
2937+
2938+
2939+
PrGovernance is the Schema for the prgovernances API
2940+
2941+
2942+
2943+
2944+
2945+
| Field | Description | Default | Validation |
2946+
| --- | --- | --- | --- |
2947+
| `apiVersion` _string_ | `deployments.plural.sh/v1alpha1` | | |
2948+
| `kind` _string_ | `PrGovernance` | | |
2949+
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
2950+
| `spec` _[PrGovernanceSpec](#prgovernancespec)_ | | | |
2951+
2952+
2953+
#### PrGovernanceConfiguration
2954+
2955+
2956+
2957+
2958+
2959+
2960+
2961+
_Appears in:_
2962+
- [PrGovernanceSpec](#prgovernancespec)
2963+
2964+
| Field | Description | Default | Validation |
2965+
| --- | --- | --- | --- |
2966+
| `webhook` _[PrGovernanceWebhook](#prgovernancewebhook)_ | | | |
2967+
2968+
2969+
#### PrGovernanceSpec
2970+
2971+
2972+
2973+
PrGovernanceSpec defines the desired state of PrGovernance
2974+
2975+
2976+
2977+
_Appears in:_
2978+
- [PrGovernance](#prgovernance)
2979+
2980+
| Field | Description | Default | Validation |
2981+
| --- | --- | --- | --- |
2982+
| `name` _string_ | | | |
2983+
| `connectionRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | Reference a ScmConnection to reuse its credentials for this PrGovernance's authentication | | Optional: {} <br /> |
2984+
| `configuration` _[PrGovernanceConfiguration](#prgovernanceconfiguration)_ | | | |
2985+
2986+
2987+
#### PrGovernanceWebhook
2988+
2989+
2990+
2991+
2992+
2993+
2994+
2995+
_Appears in:_
2996+
- [PrGovernanceConfiguration](#prgovernanceconfiguration)
2997+
2998+
| Field | Description | Default | Validation |
2999+
| --- | --- | --- | --- |
3000+
| `url` _string_ | | | |
3001+
3002+
29343003
#### PreviewEnvironmentTemplate
29353004

29363005

0 commit comments

Comments
 (0)