https://github.com/faem/crd
Kubernetes CRD (Custom Resource)
https://github.com/faem/crd
Last synced: about 2 months ago
JSON representation
Kubernetes CRD (Custom Resource)
- Host: GitHub
- URL: https://github.com/faem/crd
- Owner: faem
- Created: 2018-12-20T12:52:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T05:59:39.000Z (over 7 years ago)
- Last Synced: 2025-12-27T13:15:22.032Z (6 months ago)
- Language: Go
- Homepage:
- Size: 37.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Resource Definition (CustomPod)
### Running Instructions
```
go install
crd
//CustomPod will be created.
//Then Press Ctrl+C to create an instance CustomPod
//Press Ctrl+C again to delete the CustomPod and instance of it
```