Skip to content

Commit 7d9ced5

Browse files
authored
Merge pull request #4211 from camilamacedo86/fix-doc-cleanup-allow-release
📖 small fixes for the doc Using External Resources
2 parents 820b71d + 56c8aeb commit 7d9ced5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/book/src/reference/using_an_external_resource.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,6 @@ Also, the RBAC role:
7373
This scaffolds a controller for the external type but skips creating new resource
7474
definitions since the type is defined in an external project.
7575

76-
### Creating a Webhook to Manage an External Type
77-
78-
<aside>
79-
<H1> Support </H1>
80-
81-
Webhook support for external types is not currently automated by the tool.
82-
However, you can still use the tool to scaffold the webhook setup and make
83-
manual adjustments as needed. For guidance, you can follow a similar approach as
84-
described in the section [Webhooks for Core Types][webhook-for-core-types].
85-
86-
</aside>
87-
8876
## Managing Core Types
8977

9078
Core Kubernetes API types, such as `Pods`, `Services`, and `Deployments`, are predefined by Kubernetes.
@@ -169,8 +157,6 @@ Also, the RBAC for the above markers:
169157
- update
170158
```
171159
172-
```
173-
174160
This scaffolds a controller for the Core type `corev1.Pod` but skips creating new resource
175161
definitions since the type is already defined in the Kubernetes API.
176162

0 commit comments

Comments
 (0)