module-ballerina-kubernetes icon indicating copy to clipboard operation
module-ballerina-kubernetes copied to clipboard

Add support to change API version in k8s yaml artifacts

Open anuruddhal opened this issue 6 years ago • 0 comments

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:

anuruddhal avatar Aug 01 '18 05:08 anuruddhal