Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(*) Remove Krustlet References (#1)
Browse files Browse the repository at this point in the history
* Update Workspace Cargo Manifest and README

Starting from https://github.com/deislabs/krustlet.git
Commit: f369c27c5dc9e3ad6d755dc6e269405d9b5cde7f

Remove Krustlet files:

```
git filter-branch -f --prune-empty --tree-filter 'rm -rf .github
.vscode/launch.json contrib demos docs src tests justfile
justfile-windows crates/kubelet crates/oci-distribution
crates/wasi-provider' @
```

Move crates to root directory:

```
git filter-branch -f --prune-empty --tree-filter 'mv crates/* .; rm -rf
crates'
```

* Update crate Cargo manifests
  • Loading branch information
kflansburg authored May 21, 2021
1 parent eabd339 commit dc92b60
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 2,402 deletions.
Loading

0 comments on commit dc92b60

Please sign in to comment.