Skip to content

Commit 8657f2b

Browse files
committed
book: drop outdated note about removed e2e test func
Signed-off-by: Stefan Büringer [email protected]
1 parent 02240ca commit 8657f2b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/book/src/developer/e2e.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ This method:
7777
- Waits for the providers controllers to be running.
7878
- Creates log watchers for all the providers
7979

80-
<aside class="note">
81-
82-
<h1>Deprecated InitManagementCluster method</h1>
83-
84-
The [Cluster API test framework] also includes a [deprecated InitManagementCluster method] implementation,
85-
that was used before the introduction of clusterctl. This might be removed in future releases
86-
of the test framework.
87-
88-
</aside>
89-
9080
## Writing test specs
9181

9282
A typical test spec is a sequence of:
@@ -202,7 +192,6 @@ test specs for the most common Cluster API use cases.
202192
[Cluster API quick start]: ../user/quick-start.md
203193
[Cluster API test framework]: https://pkg.go.dev/sigs.k8s.io/cluster-api/test/framework?tab=doc
204194
[deprecated E2E config file]: https://pkg.go.dev/sigs.k8s.io/cluster-api/test/framework?tab=doc#Config
205-
[deprecated InitManagementCluster method]: https://pkg.go.dev/sigs.k8s.io/cluster-api/test/framework?tab=doc#InitManagementCluster
206195
[Apply method]: https://pkg.go.dev/sigs.k8s.io/cluster-api/test/framework?tab=doc#Applier
207196
[CAPA E2E tests]: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/scripts/ci-e2e.sh
208197
[CAPG E2E tests]: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/main/scripts/ci-e2e.sh

0 commit comments

Comments
 (0)