|
@@ -1283,9 +1283,7 @@ public class VisiWorkflowController extends AbstractController {
|
|
|
|
|
|
} catch (ApiException | FileNotFoundException e) {
|
|
|
e.printStackTrace();
|
|
|
- } catch (io.kubernetes.client.openapi.ApiException e) {
|
|
|
- e.printStackTrace();
|
|
|
- } catch (IOException e) {
|
|
|
+ }catch (IOException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
String podcontentjson = JSONObject.toJSONString(podcontent);
|