k8s-work-api/script
Ryan Zhang 549847da7e fix the nil crash and ignore ordinal in compare resources 2022-09-06 15:30:35 -07:00
..
README.md fix the nil crash and ignore ordinal in compare resources 2022-09-06 15:30:35 -07:00
example-work.yaml Added script to add work to hub cluster 2022-06-09 14:25:53 -07:00
work_creation.py Added script to add work to hub cluster 2022-06-09 14:25:53 -07:00

README.md

work_creation.py creates an example work 'n' number of times. The correct usage is: python3 work_creation.py n where n is the number of works to be created.

../fleet/hack/tools/bin/goimports-latest -local sigs.k8s.io/work-api -w $(go list -f {{.Dir}} ./...) ../fleet/hack/tools/bin/staticcheck ./...