|
16 | 16 | - [Adding a new API](./cronjob-tutorial/new-api.md)
|
17 | 17 | - [Designing an API](./cronjob-tutorial/api-design.md)
|
18 | 18 |
|
19 |
| - - [A Brief Aside: What's the rest of this stuff?](./cronjob-tutorial/other-api-files.md) |
| 19 | + - [A Brief Aside: What's the rest of this stuff?](./cronjob-tutorial/other-api-files.md) |
20 | 20 |
|
21 | 21 | - [What's in a controller?](./cronjob-tutorial/controller-overview.md)
|
22 | 22 | - [Implementing a controller](./cronjob-tutorial/controller-implementation.md)
|
|
39 | 39 | - [Hubs, spokes, and other wheel metaphors](./multiversion-tutorial/conversion-concepts.md)
|
40 | 40 | - [Implementing conversion](./multiversion-tutorial/conversion.md)
|
41 | 41 |
|
42 |
| - - [and setting up the webhooks](./multiversion-tutorial/webhooks.md) |
| 42 | + - [and setting up the webhooks](./multiversion-tutorial/webhooks.md) |
43 | 43 |
|
44 | 44 | - [Deployment and Testing](./multiversion-tutorial/deployment.md)
|
45 | 45 |
|
|
50 | 50 |
|
51 | 51 | - [Using a custom type](./component-config-tutorial/custom-type.md)
|
52 | 52 |
|
53 |
| - - [Adding a new Config Type](./component-config-tutorial/config-type.md) |
54 |
| - - [Updating main](./component-config-tutorial/updating-main.md) |
55 |
| - - [Defining your Custom Config](./component-config-tutorial/define-custom-config.md) |
| 53 | + - [Adding a new Config Type](./component-config-tutorial/config-type.md) |
| 54 | + - [Updating main](./component-config-tutorial/updating-main.md) |
| 55 | + - [Defining your Custom Config](./component-config-tutorial/define-custom-config.md) |
| 56 | + |
56 | 57 | ---
|
57 | 58 |
|
58 | 59 | - [Migrations](./migrations.md)
|
59 | 60 |
|
60 | 61 | - [Kubebuilder v1 vs v2](./migration/v1vsv2.md)
|
61 | 62 |
|
62 |
| - - [Migration Guide](./migration/legacy/migration_guide_v1tov2.md) |
| 63 | + - [Migration Guide](./migration/legacy/migration_guide_v1tov2.md) |
63 | 64 |
|
64 | 65 | - [Kubebuilder v2 vs v3](./migration/v2vsv3.md)
|
65 |
| - - [Migration Guide](./migration/migration_guide_v2tov3.md) |
66 |
| - - [Migration by updating the files](./migration/manually_migration_guide_v2_v3.md) |
| 66 | + |
| 67 | + - [Migration Guide](./migration/migration_guide_v2tov3.md) |
| 68 | + - [Migration by updating the files](./migration/manually_migration_guide_v2_v3.md) |
67 | 69 |
|
68 | 70 | - [Single Group to Multi-Group](./migration/multi-group.md)
|
69 | 71 |
|
|
82 | 84 | - [Webhooks for Core Types](reference/webhook-for-core-types.md)
|
83 | 85 | - [Markers for Config/Code Generation](./reference/markers.md)
|
84 | 86 |
|
85 |
| - - [CRD Generation](./reference/markers/crd.md) |
86 |
| - - [CRD Validation](./reference/markers/crd-validation.md) |
87 |
| - - [CRD Processing](./reference/markers/crd-processing.md) |
88 |
| - - [Webhook](./reference/markers/webhook.md) |
89 |
| - - [Object/DeepCopy](./reference/markers/object.md) |
90 |
| - - [RBAC](./reference/markers/rbac.md) |
| 87 | + - [CRD Generation](./reference/markers/crd.md) |
| 88 | + - [CRD Validation](./reference/markers/crd-validation.md) |
| 89 | + - [CRD Processing](./reference/markers/crd-processing.md) |
| 90 | + - [Webhook](./reference/markers/webhook.md) |
| 91 | + - [Object/DeepCopy](./reference/markers/object.md) |
| 92 | + - [RBAC](./reference/markers/rbac.md) |
91 | 93 |
|
92 | 94 | - [controller-gen CLI](./reference/controller-gen.md)
|
93 | 95 | - [completion](./reference/completion.md)
|
|
97 | 99 |
|
98 | 100 | - [Metrics](./reference/metrics.md)
|
99 | 101 |
|
100 |
| - - [Reference](./reference/metrics-reference.md) |
| 102 | + - [Reference](./reference/metrics-reference.md) |
101 | 103 |
|
102 | 104 | - [Makefile Helpers](./reference/makefile-helpers.md)
|
103 | 105 | - [Project config](./reference/project-config.md)
|
|
107 | 109 | - [Plugins][plugins]
|
108 | 110 |
|
109 | 111 | - [Available Plugins](./plugins/available-plugins.md)
|
110 |
| - - [go/v2 (Deprecated)](./plugins/go-v2-plugin.md) |
111 |
| - - [go/v3 (Default init scaffold)](./plugins/go-v3-plugin.md) |
112 |
| - - [go/v4-alpha](./plugins/go-v4-plugin.md) |
113 |
| - - [kustomize/v1](./plugins/kustomize-v1.md) |
114 |
| - - [kustomize/v2-alpha](./plugins/kustomize-v2-alpha.md) |
115 |
| - - [declarative/v1](./plugins/declarative-v1.md) |
116 |
| - - [grafana/v1-alpha](./plugins/grafana-v1-alpha.md) |
117 |
| - - [deploy-image/v1-alpha](./plugins/deploy-image-plugin-v1-alpha.md) |
| 112 | + - [go/v2 (Deprecated)](./plugins/go-v2-plugin.md) |
| 113 | + - [go/v3 (Default init scaffold)](./plugins/go-v3-plugin.md) |
| 114 | + - [go/v4-alpha](./plugins/go-v4-plugin.md) |
| 115 | + - [kustomize/v1](./plugins/kustomize-v1.md) |
| 116 | + - [kustomize/v2-alpha](./plugins/kustomize-v2-alpha.md) |
| 117 | + - [declarative/v1](./plugins/declarative-v1.md) |
| 118 | + - [grafana/v1-alpha](./plugins/grafana-v1-alpha.md) |
| 119 | + - [deploy-image/v1-alpha](./plugins/deploy-image-plugin-v1-alpha.md) |
118 | 120 | - [Extending the CLI](./plugins/extending-cli.md)
|
119 | 121 | - [Creating your own plugins](./plugins/creating-plugins.md)
|
| 122 | + - [Testing your own plugins](./plugins/testing-plugins.md) |
120 | 123 | - [Plugins Versioning](./plugins/plugins-versioning.md)
|
121 | 124 |
|
122 |
| ---- |
123 |
| -[Appendix: The TODO Landing Page](./TODO.md) |
| 125 | +--- |
124 | 126 |
|
| 127 | +[Appendix: The TODO Landing Page](./TODO.md) |
125 | 128 |
|
126 | 129 | [plugins]: ./plugins/plugins.md
|
0 commit comments