https://github.com/logonoff/openshift-types
OpenShift TypeScript definitions
https://github.com/logonoff/openshift-types
Last synced: 9 months ago
JSON representation
OpenShift TypeScript definitions
- Host: GitHub
- URL: https://github.com/logonoff/openshift-types
- Owner: logonoff
- Created: 2025-09-10T20:49:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T03:44:37.000Z (9 months ago)
- Last Synced: 2025-09-11T06:59:42.872Z (9 months ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openshift-types
TypeScript types generated from OpenShift and Kubernetes APIs.
## Building
```bash
yarn
yarn generate
```
This will generate types in `./generated/types`.