module-ballerina-kubernetes
module-ballerina-kubernetes copied to clipboard
Add support to change API version in k8s yaml artifacts
Description:
- The current implementation doesn't support changing the API version for k8s artifacts.
- Add support to change API version in k8s yaml artifacts
@kubernetes:Deployment{
apiVersion:"extensions/v1beta1",
}
Suggested Labels:
- enhancement
Suggested Assignees:
Affected Product Version: 0.980.1
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues: