This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a few minimal documents to allow all the documentation in this repository to be navigated from the top-level README. Fixes #1681. Signed-off-by: James O. D. Hunt <[email protected]>
- Loading branch information
1 parent
1563263
commit da2749c
Showing
5 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Kata golang packages | ||
|
||
This repository contains a number of packages in addition to the | ||
[`virtcontainers`](../virtcontainers) package: | ||
|
||
| Package name | Description | | ||
|-|-| | ||
| [`katatestutils`](katatestutils) | Unit test utilities. | | ||
| [`katautils`](katautils) | Utilities. | | ||
| [`signals`](signals) | Signal handling functions. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Kata utilities packages | ||
|
||
The `katautils` package contains useful functions that are shared by various | ||
parts of the codebase, including the runtime and the container v2 shim. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Signals package | ||
|
||
The `signals` package contains common signal handling functions that are shared by | ||
the binaries built in this repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters