0.0.2 • Published 5 years ago

@azurepipelines/azpipeline-kubernetesui-devopsextension v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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 of IKubeService that is used in Azure Pipelines

Build

npm install
npm run build

Dependencies

This repository depends on the following packages:

Some external dependencies:

  • React - Is used to render the UI in the samples, and is a dependency of azure-devops-ui.
  • TypeScript - Samples are written in TypeScript and complied to JavaScript
  • SASS - 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.