https://github.com/replicatedhq/kotskinds
https://github.com/replicatedhq/kotskinds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/replicatedhq/kotskinds
- Owner: replicatedhq
- License: apache-2.0
- Created: 2023-07-24T15:50:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T18:02:16.000Z (3 months ago)
- Last Synced: 2025-04-03T19:22:04.030Z (3 months ago)
- Language: Go
- Size: 86.9 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotskinds
This repository contains the definitions and clientsets for the kots.io kinds. These aren't CRDs and controllers, but are implemented as normal Kubernetes objects. This allows us to use the client-go and other functionality to parse and ensure conformance.
## Building
To build these, simply run `make` in this directory. This will execute the kubernetes controller-gen and client-gen code to generate a typed client and the necessary deepcopy methods for these types.