Skip to content

Commit 4177f59

Browse files
Rui-Tangtangrui
and
tangrui
authored
Script to generate Java and Python client (#779)
* script to generate multiple clients other than Go * add docs Co-authored-by: tangrui <[email protected]>
1 parent 4cac4d7 commit 4177f59

File tree

158 files changed

+25399
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+25399
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.dll
66
*.so
77
*.dylib
8+
*.jar
89
bin
910

1011
# Test binary, build with `go test -c`
@@ -29,3 +30,7 @@ bin
2930

3031
# dev in kind container
3132
cmd/*/start.sh
33+
34+
# client sdk
35+
openapi-gen
36+
sdk

api/v1alpha1/doc.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
// Package v1alpha1 is the v1alpha1 version of the API.
1515
// +groupName=data.fluid.io
16+
// +k8s:openapi-gen=true
1617
package v1alpha1
1718

1819
// ******************************************************************************

api/v1alpha1/openapi_generated.go

+2,531
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)