diff --git a/docs/book/src/reference/using_an_external_resource.md b/docs/book/src/reference/using_an_external_resource.md index 5cecb3609cd..6fddd84aaf1 100644 --- a/docs/book/src/reference/using_an_external_resource.md +++ b/docs/book/src/reference/using_an_external_resource.md @@ -73,18 +73,6 @@ Also, the RBAC role: This scaffolds a controller for the external type but skips creating new resource definitions since the type is defined in an external project. -### Creating a Webhook to Manage an External Type - - - ## Managing Core Types 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: - update ``` -``` - This scaffolds a controller for the Core type `corev1.Pod` but skips creating new resource definitions since the type is already defined in the Kubernetes API.