An open API service indexing awesome lists of open source software.

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)

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
```