Skip to content

Validation Generation for Kubeflow CRD on Kubernetes

License

Notifications You must be signed in to change notification settings

bnsblue/crd-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRD Validation

This tool is to inline all references for Kubernetes API specifications, which is a workaround in order to avoid kubernetes/kubernetes#54579.

How to use

This tool is built for kubeflow community while it also works for other CRDs by design.

Clone

git clone https://github.com/gaocegege/crd-validation
mv ./crd-validation $GOPATH/src/github.com/kubeflow
cd $GOPATH/src/github.com/kubeflow/crd-validation

Build

go build .

Run

./crd-validation -c ./crd-validation.yaml tfjob

Acknowledgements

The work is inspired by ant31/crd-validation.

About

Validation Generation for Kubeflow CRD on Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%