Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Steps container spec serialization/deserialization
When using `Task/ClusterTask` API with dynamic client, serlization/deserialization adds container as child key as Spec.steps[*].Container. Ideally, it should preserver the step spec state and should not add the step spec details under the child key container This patch fixes the issue by adding right json directive in step spec. Fixes #2150
- Loading branch information