This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Blocking defect: api.deleteStack does not seem to work #2
Open
Description
api.deleteStack does not seem to work
trying to delete a stack that only has one version and this call fails and does not return any response object to debug what went wrong:
`
V1DeleteOptions deleteOptions = new V1DeleteOptions();
deleteOptions.setGracePeriodSeconds((long)3);
deleteOptions.setOrphanDependents(true);
deleteOptions.setKind("stacks");
deleteOptions.setApiVersion(apiVersion);
v1status=api.deleteStack(namespace, kabStack.getSpec().getName(), deleteOptions, 0, true, "");
Metadata
Metadata
Assignees
Labels
No labels