Skip to content

Commit

Permalink
Publish 0.0.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Jul 22, 2019
1 parent f3a21da commit 6348eb8
Show file tree
Hide file tree
Showing 10 changed files with 3,975 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
out
dist
node_modules
.vscode-test/
*.vsix
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "npm: test-compile"
}
]
}
5 changes: 4 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
.vscode-test/**
out/test/**
out/**/*.map
out/**
src/**
node_modules
.gitignore
tsconfig.json
vsc-extension-quickstart.md
tslint.json
tslint.json
webpack.config.js
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log

## [Unreleased]
- Initial release
## 0.0.1

- Minimal preview release
- Basic cluster listing
- Create cluster
- Merge cluster kubeconfig to main kubeconfig file
- Delete cluster
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `kind` Local Cluster Sample
# Kind (Kubernetes IN Docker)... in VS Code

This sample adds the `kind` local cluster to the Kubernetes extension's Create Cluster wizard.
This extension displays your `kind` local cluster in the Kubernetes extension's Cloud Explorer.
You can use this to create and delete clusters, and to merge them into your kubeconfig.

It demonstrates:

* Adding cluster types to the cluster wizard
**This is an early stage preview. It's not feature complete! Feature requests welcome via the issues page.
(And let us know about bugs too!)**

# Contributing

Expand Down
Binary file added images/kind-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6348eb8

Please sign in to comment.