Commit fd42765
Martin Vladev
Generate CRDs for APIs (#471)
- CRDs are now generated with `make generate` with `controller-gen` from
`controller-runtime`.
- Removed unneeded `MachineTemplate`.
- Use `k8s.io/api/autoscaling/v1.Scale` instead of home-brew copy.
- Split all versioned APIs into separate `go` files for better code
navigation.1 parent 737093b commit fd42765
File tree
55 files changed
+4049
-3487
lines changed- kubernetes
- crds
- pkg
- apis/machine
- v1alpha1
- client
- clientset
- internalversion/typed/machine/internalversion
- fake
- versioned/typed/machine/v1alpha1
- fake
- informers/externalversions
- machine/v1alpha1
- listers/machine
- internalversion
- v1alpha1
- openapi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+4049
-3487
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments