Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
add test TestDependency and TestMatchValue
Browse files Browse the repository at this point in the history
Signed-off-by: Hongchao Deng <[email protected]>
  • Loading branch information
hongchaodeng committed Jul 10, 2020
1 parent 4dded21 commit 96f170e
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 114 deletions.
12 changes: 9 additions & 3 deletions examples/dependency/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Prerequisite

Start OAM runtime by:

```shell script
go run cmd/oam-runtime/main.go
Prepare CRD and Definitions:

```shell
kubectl apply -f examples/dependency/definition.yaml
```

Start OAM runtime:

```shell script
go run ./cmd/oam-runtime/main.go
```

# Case 1: Use status as output and pass through to another workload

Expand Down
Loading

0 comments on commit 96f170e

Please sign in to comment.