No description
Find a file
2021-06-14 13:22:01 +05:30
.github/workflows Added trigger for L2 tests and ran build. (#16) 2021-03-31 17:19:55 +05:30
__tests__ Added multiarch support (#21) 2021-04-06 22:12:35 +05:30
lib Added trigger for L2 tests and ran build. (#16) 2021-03-31 17:19:55 +05:30
node_modules Adding node_modules 2019-09-10 15:40:46 +05:30
src Added multiarch support (#21) 2021-04-06 22:12:35 +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 Bump ws from 7.3.1 to 7.4.6 2021-05-30 22:14:38 +00:00
package.json Updating build command (#18) 2021-04-01 11:42:40 +05:30
README.md Clarify version schema prefix (#10) 2020-12-21 22:26:54 +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 v1.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.