No description
Find a file
rgsubh 24a3a128bc
Setup for L0 Testcases (#6)
* SetUp for L0 TestCases

* Issue Fix

* Issue Fix

* Issue Fix

* Issue Fix

* Issue Fix

* Issue Fix

* Review comments fix: run npm install only with our build, npm install only dev for releases

* Running code covrage only on PR of master and releases
2020-07-01 09:07:14 +05:30
.github/workflows Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
__tests__ Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
lib Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
node_modules Adding node_modules 2019-09-10 15:40:46 +05:30
src Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
.gitignore Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
action.yml Port from k8s-actions 2019-09-10 15:40:21 +05:30
CODE_OF_CONDUCT.md Initial commit 2019-09-04 03:28:37 -07:00
jest.config.js Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
LICENSE Initial commit 2019-09-04 03:28:39 -07:00
package-lock.json Port from k8s-actions 2019-09-10 15:40:21 +05:30
package.json Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
README.md Update README 2019-09-24 15:51:09 +05:30
SECURITY.md Initial commit 2019-09-04 03:28:40 -07:00
tsconfig.json Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30

Setup Kubectl

Install a specific version of kubectl binary on the runner.

Acceptable values are latest or any semantic version string like 1.15.0. Use this action in workflow to define which version of kubectl will be used.

- uses: azure/setup-kubectl@v1
  with:
    version: '<version>' # default is latest stable
  id: install

Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-kubectl/blob/master/action.yml

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.