skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

Nonkube directory tree enhanced for documentation #1762

Closed fgiorgetti closed 1 week ago

fgiorgetti commented 2 weeks ago

The non-kube directory tree has been updated, so that the files are placed in more appropriate locations, with the intention to make it simpler and more cohesive to explain and to document.

Here is a brief overview of the new tree under the default namespace:

./default/
├── input
│   ├── certs
│   └── resources
├── internal
│   ├── scripts
│   └── snapshot
└── runtime
    ├── certs
    ├── links
    ├── resources
    └── router

Fixes #1759