Skip to content

Commit 6ca223d

Browse files
Small fixes
1 parent 5720a6a commit 6ca223d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/book/src/tasks/experimental-features/runtime-sdk/implement-lifecycle-hooks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Following recommendations are especially relevant:
3535

3636
## Definitions
3737

38+
For additional details fo additional details about the OpenAPI spec of the lifecycle hooks, please download the [`runtime-sdk-openapi.yaml`]({{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api" asset:"runtime-sdk-openapi.yaml" version:"1.11.x"}})
39+
file and then open it from the [Swagger UI](https://editor.swagger.io/).
40+
3841
### BeforeClusterCreate
3942

4043
This hook is called after the Cluster object has been created by the user, immediately before all the objects which

docs/proposals/20220414-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ to avoid duplication.
134134
Note: Following change will be applied to the hooks with the ongoing work for [Chained and efficient upgrades](); the
135135
documentation in the book will be aligned as soon as the work completes:
136136

137-
#### BeforeClusterCreate (modified)
137+
#### BeforeClusterUpgrade (modified)
138138

139139
Request message will be extended with the info about the upgrade plane. e.g.
140140

0 commit comments

Comments
 (0)