Skip to content

Commit

Permalink
fix readme 2
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Jun 3, 2024
1 parent 8e52f0d commit 7da7a4c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test-frame-log-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ import io.skodjob.testframe.LogCollector;
import io.skodjob.testframe.LogCollectorBuilder;

LogCollector logCollector = new LogCollectorBuilder()
.withClusterWideResources("node", "pv")
.withClusterWideResources("nodes", "pvs")
.withRootFolderPath("/path/to/logs/folder")
.build();

Expand All @@ -160,9 +160,12 @@ the logs path will then look like this:
```bash
/path/to/logs/folder
└── cluster-wide-resources
└── nodes
├── node1.yaml
└── node2.yaml
├── nodes
│ ├── node1.yaml
│ └── node2.yaml
└── pvs
├── pv1.yaml
└── pv2.yaml
```
The tree path will look similarly to above examples, there will be folders for Namespaces matching the specified labels.

Expand Down

0 comments on commit 7da7a4c

Please sign in to comment.