Support the type "IntOrString" (Automatically generated part)

This commit is contained in:
Hui Yu
2021-12-20 17:14:46 +08:00
parent 5eafd277d8
commit 67a504f84d
33 changed files with 15844 additions and 15779 deletions

View File

@@ -22,13 +22,13 @@ v1_rolling_update_deployment_t* instantiate_v1_rolling_update_deployment(int inc
v1_rolling_update_deployment_t* v1_rolling_update_deployment = NULL;
if (include_optional) {
v1_rolling_update_deployment = v1_rolling_update_deployment_create(
0,
0
"0",
"0"
);
} else {
v1_rolling_update_deployment = v1_rolling_update_deployment_create(
0,
0
"0",
"0"
);
}