|
1 | 1 | # Reference
|
2 |
| - |
3 |
| - - [Using Finalizers](./using-finalizers.md): Finalizers are a mechanism to |
4 |
| - execute any custom logic related to a resource before it gets deleted from |
5 |
| - Kubernetes cluster. |
6 |
| - - [Webhooks](./webhook-overview.md): Webhooks are HTTP callbacks, there are 3 |
7 |
| - types of webhooks in k8s: 1) admission webhook 2) CRD conversion webhook 3) |
8 |
| - authorization webhook |
9 | 2 |
|
10 |
| - - [Admission Webhook](./admission-webhook.md): Admission webhooks are HTTP |
11 |
| - callbacks for mutating or validating resources before the API server admit |
12 |
| - them. |
| 3 | + - [Generating CRDs](generating-crd.md) |
| 4 | + - [Using Finalizers](using-finalizers.md) |
| 5 | + Finalizers are a mechanism to |
| 6 | + execute any custom logic related to a resource before it gets deleted from |
| 7 | + Kubernetes cluster. |
| 8 | + - [Kind cluster](kind.md) |
| 9 | + - [What's a webhook?](webhook-overview.md) |
| 10 | + Webhooks are HTTP callbacks, there are 3 |
| 11 | + types of webhooks in k8s: 1) admission webhook 2) CRD conversion webhook 3) |
| 12 | + authorization webhook |
| 13 | + - [Admission webhook](admission-webhook.md) |
| 14 | + Admission webhooks are HTTP |
| 15 | + callbacks for mutating or validating resources before the API server admit |
| 16 | + them. |
| 17 | + - [Markers for Config/Code Generation](markers.md) |
| 18 | + |
| 19 | + - [CRD Generation](markers/crd.md) |
| 20 | + - [CRD Validation](markers/crd-validation.md) |
| 21 | + - [Webhook](markers/webhook.md) |
| 22 | + - [Object/DeepCopy](markers/object.md) |
| 23 | + - [RBAC](markers/rbac.md) |
| 24 | + |
| 25 | + - [controller-gen CLI](controller-gen.md) |
| 26 | + - [Artifacts](artifacts.md) |
| 27 | + - [Writing controller tests](writing-tests.md) |
| 28 | + - [Metrics](metrics.md) |
0 commit comments