-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into a1b5dependabot/go_modules/k8s.io/client-go-0…
….28.4
- Loading branch information
Showing
97 changed files
with
4,330 additions
and
2,188 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
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
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,13 @@ | ||
# Basic Usage of OCM Repositories | ||
|
||
This [tour](example.go) illustrates the basic usage of the API to | ||
access component versions in an OCM repository. | ||
|
||
You can just call the main program with some config file argument | ||
with the following content: | ||
|
||
```yaml | ||
component: github.com/mandelsoft/examples/cred1 | ||
repository: ghcr.io/mandelsoft/ocm | ||
version: 0.1.0 | ||
``` |
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
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
examples/lib/tour/02-composing-a-component-version/README.md
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 @@ | ||
# Composing a Component Version | ||
|
||
This tor illustrates the basic usage of the API to | ||
create/compose component versions. | ||
|
||
It covers two basic scenarios: | ||
- [`basic`](01-basic-componentversion-creation.go) Create a component version stored in the filesystem | ||
- [`compose`](02-composition-version.go) Create a component version stored in memory using a non-persistent composition version. | ||
|
||
You can just call the main program with the scenario as argument. |
File renamed without changes.
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
Oops, something went wrong.