Categorygithub.com/kubeflow/crd-validation
repositorypackage
0.0.0-20200416084846-a7025f6fc772
Repository: https://github.com/kubeflow/crd-validation.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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

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

Build

GO111MODULE=off go build .

Run

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

Acknowledgements

The work is inspired by ant31/crd-validation.