Skip to content

Commit

Permalink
fix: generate missing CRD docs, fix validation pipeline (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Mar 22, 2023
1 parent eed5568 commit 71e9073
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ on:
- '[0-9]+.[1-9][0-9]*.x'
paths:
- '**.md'
- 'operator/apis'
- 'metrics-operator/api'
pull_request:
branches:
- 'main'
- '[0-9]+.[1-9][0-9]*.x'
paths:
- '**.md'
- 'operator/apis'
- 'metrics-operator/api'

env:
GO_VERSION: "~1.19"
Expand Down
4 changes: 4 additions & 0 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `function` _[FunctionSpec](#functionspec)_ | |
| `retries` _integer_ | |
| `timeout` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#duration-v1-meta)_ | |



Expand Down Expand Up @@ -545,6 +547,8 @@ _Appears in:_
| `parameters` _[TaskParameters](#taskparameters)_ | |
| `secureParameters` _[SecureParameters](#secureparameters)_ | |
| `checkType` _CheckType_ | |
| `retries` _integer_ | |
| `timeout` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#duration-v1-meta)_ | |



Expand Down

0 comments on commit 71e9073

Please sign in to comment.