Optimize swagger doc generator for Fission CR types (#2123)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
API_GROUP_VERSIONS="
|
||||
core/v1
|
||||
"
|
||||
API_PACKAGES="
|
||||
"
|
||||
Reference in New Issue
Block a user