just looking at outputs of CBOR for comparison
pulled the serving-crds.yaml for knative, then made a json form of it, for marshaling to cbor for comparison Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
commit
80fe32f52e
7 changed files with 1508 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
default: test
|
||||
|
||||
|
||||
test: $(wildcard *.go) serving-crds.json
|
||||
go test -v .
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue