80f6e7facb
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
src | ||
.gitignore | ||
.npmignore | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
webpack.config.js |
README.md
Azure Pipelines Kubernetes UI
Overview
This repo contains the code for consuming the kubernetes UI (azpipelines-kubernetesUI) as an Azure Devops extension. This extension will be available by default in your Azure DevOps accounts going forward.
More information on developing extensions can be found at How to develop extensions.
This repo mainly contains:
AzureDevOpsKubeService
- the ServiceEndpoint based implementation ofIKubeService
that is used in Azure Pipelines
Build
npm install
npm run build
Dependencies
This repository depends on the following packages:
- azure-devops-extension-sdk: Required module for Azure DevOps extensions which allows communication between the host page and the extension iframe.
- azure-devops-extension-api: Contains REST client libraries for the various Azure DevOps feature areas.
- @kubernetes/client-node: The Javascript clients for Kubernetes implemented in typescript.
Some external dependencies:
React
- Is used to render the UI in the samples, and is a dependency ofazure-devops-ui
.TypeScript
- Samples are written in TypeScript and complied to JavaScriptSASS
- Extension samples are styled using SASS (which is compiled to CSS and delivered in webpack js bundles).webpack
- Is used to gather dependencies into a single javascript bundle for each sample.
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.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., label, 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.