Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add iam project example to corresponding directory #192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Examples:

* https://github.com/kubernetes/kubernetes/tree/master/api
* https://github.com/moby/moby/tree/master/api
* https://github.com/marmotedu/iam/tree/master/api
1 change: 1 addition & 0 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Put your CI (travis, circle, drone) configurations and scripts in the `/build/ci
Examples:

* https://github.com/cockroachdb/cockroach/tree/master/build
* https://github.com/marmotedu/iam/tree/master/build
1 change: 1 addition & 0 deletions cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Examples:
* https://github.com/kubernetes/kubernetes/tree/master/cmd
* https://github.com/dapr/dapr/tree/master/cmd
* https://github.com/ethereum/go-ethereum/tree/master/cmd
* https://github.com/marmotedu/iam/tree/master/cmd
4 changes: 4 additions & 0 deletions configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
Configuration file templates or default configs.

Put your `confd` or `consul-template` template files here.

Examples:

* https://github.com/marmotedu/iam/tree/master/configs
4 changes: 4 additions & 0 deletions deployments/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `/deployments`

IaaS, PaaS, system and container orchestration deployment configurations and templates (docker-compose, kubernetes/helm, mesos, terraform, bosh).

Examples:

* https://github.com/marmotedu/iam/tree/master/deployments
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Examples:
* https://github.com/gohugoio/hugo/tree/master/docs
* https://github.com/openshift/origin/tree/master/docs
* https://github.com/dapr/dapr/tree/master/docs
* https://github.com/marmotedu/iam/tree/master/docs
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Examples:
* https://github.com/nats-io/nats.go/tree/master/examples
* https://github.com/docker-slim/docker-slim/tree/master/examples
* https://github.com/hashicorp/packer/tree/master/examples
* https://github.com/marmotedu/iam/tree/master/examples
4 changes: 4 additions & 0 deletions githooks/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `/githooks`

Git hooks.

Examples:

* https://github.com/marmotedu/iam/tree/master/githooks
4 changes: 4 additions & 0 deletions init/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `/init`

System init (systemd, upstart, sysv) and process manager/supervisor (runit, supervisord) configs.

Examples:

* https://github.com/marmotedu/iam/tree/master/init
4 changes: 3 additions & 1 deletion internal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Examples:
* https://github.com/perkeep/perkeep/tree/master/internal
* https://github.com/jaegertracing/jaeger/tree/main/internal
* https://github.com/moby/moby/tree/master/internal
* https://github.com/satellity/satellity/tree/main/internal
* https://github.com/satellity/satellity/tree/master/internal
* https://github.com/marmotedu/iam/tree/master/internal

## `/internal/pkg`

Examples:

* https://github.com/hashicorp/waypoint/tree/main/internal/pkg
* https://github.com/marmotedu/iam/tree/master/internal/pkg
1 change: 1 addition & 0 deletions pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ Examples:
* https://github.com/kata-containers/runtime/tree/master/pkg
* https://github.com/okteto/okteto/tree/master/pkg
* https://github.com/solo-io/squash/tree/master/pkg
* https://github.com/marmotedu/iam/tree/master/pkg
3 changes: 2 additions & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Examples:

* https://github.com/kubernetes/helm/tree/master/scripts
* https://github.com/cockroachdb/cockroach/tree/master/scripts
* https://github.com/hashicorp/terraform/tree/master/scripts
* https://github.com/hashicorp/terraform/tree/master/scripts
* https://github.com/marmotedu/iam/tree/master/scripts
3 changes: 1 addition & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Additional external test apps and test data. Feel free to structure the `/test`
Examples:

* https://github.com/openshift/origin/tree/master/test (test data is in the `/testdata` subdirectory)


* https://github.com/marmotedu/iam/tree/master/test
4 changes: 4 additions & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `/third_party`

External helper tools, forked code and other 3rd party utilities (e.g., Swagger UI).

Examples:

* https://github.com/marmotedu/iam/tree/master/third_party
1 change: 1 addition & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Examples:
* https://github.com/istio/istio/tree/master/tools
* https://github.com/openshift/origin/tree/master/tools
* https://github.com/dapr/dapr/tree/master/tools
* https://github.com/marmotedu/iam/tree/master/tools