No description
Find a file
dependabot[bot] 0fc3415356
Bump node-notifier from 8.0.0 to 8.0.1 (#11)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 13:21:16 +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 Bump node-notifier from 8.0.0 to 8.0.1 (#11) 2021-03-10 13:21:16 +05:30
package.json Bump @actions/core from 1.1.0 to 1.2.6 (#7) 2020-10-28 09:39:34 +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.