Commit 64318e9 1 parent e1372fd commit 64318e9 Copy full SHA for 64318e9
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,7 @@ function kube::codegen::gen_client() {
443
443
local applyconfig=" false"
444
444
local applyconfig_subdir=" applyconfiguration"
445
445
local applyconfig_external=" "
446
+ local applyconfig_openapi_schema=" "
446
447
local watchable=" false"
447
448
local listers_subdir=" listers"
448
449
local informers_subdir=" informers"
@@ -488,6 +489,10 @@ function kube::codegen::gen_client() {
488
489
applyconfig_external=" $2 "
489
490
shift 2
490
491
;;
492
+ " --applyconfig-openapi-schema" )
493
+ applyconfig_openapi_schema=" $2 "
494
+ shift 2
495
+ ;;
491
496
" --with-watch" )
492
497
watchable=" true"
493
498
shift
@@ -594,6 +599,7 @@ function kube::codegen::gen_client() {
594
599
--output-dir " ${out_dir} /${applyconfig_subdir} " \
595
600
--output-pkg " ${applyconfig_pkg} " \
596
601
--external-applyconfigurations " ${applyconfig_external} " \
602
+ --openapi-schema " ${applyconfig_openapi_schema} " \
597
603
" ${input_pkgs[@]} "
598
604
fi
599
605
You can’t perform that action at this time.
0 commit comments