Skip to content

Commit

Permalink
doc: small fixes for the doc Using External Resources
Browse files Browse the repository at this point in the history
Fix layout and ensure that it has only documented info
  • Loading branch information
camilamacedo86 committed Oct 9, 2024
1 parent 820b71d commit 56c8aeb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/book/src/reference/using_an_external_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<aside>
<H1> Support </H1>

Webhook support for external types is not currently automated by the tool.
However, you can still use the tool to scaffold the webhook setup and make
manual adjustments as needed. For guidance, you can follow a similar approach as
described in the section [Webhooks for Core Types][webhook-for-core-types].

</aside>

## Managing Core Types

Core Kubernetes API types, such as `Pods`, `Services`, and `Deployments`, are predefined by Kubernetes.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 56c8aeb

Please sign in to comment.