Skip to content

Commit

Permalink
Merge pull request #75 from ciriarte/patch-1
Browse files Browse the repository at this point in the history
fix: typo respresented -> represented
  • Loading branch information
cppforlife authored Feb 24, 2020
2 parents 4349940 + 1360659 commit 918c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For those interested in extending and improving `kapp`, below is a quick referen
- [pkg/kapp/app](https://github.com/k14s/kapp/tree/master/pkg/kapp/app) package includes two types of app and details about them (such as app change tracking):
- `LabeledApp` which represents app based on user provided label
- `RecordedApp` which represents app backed by `ConfigMap`. `RecordedApp` uses LabeledApp internally.
- [pkg/kapp/resources](https://github.com/k14s/kapp/tree/master/pkg/kapp/resources) package is responsible for parsing, fetching, and modifying k8s resources (respresented through Resource interface and ResourceImpl)
- [pkg/kapp/resources](https://github.com/k14s/kapp/tree/master/pkg/kapp/resources) package is responsible for parsing, fetching, and modifying k8s resources (represented through Resource interface and ResourceImpl)
- [pkg/kapp/diff](https://github.com/k14s/kapp/tree/master/pkg/kapp/diff) allows to diff two resources represented by Change object, and multiple resources via ChangeSet. **This package does not know anything about k8s.**
- [pkg/kapp/diffgraph](https://github.com/k14s/kapp/tree/master/pkg/kapp/diffgraph) applies deploy/delete order to set of changes. **This package does not know anything about k8s.**
- [pkg/kapp/clusterapply](https://github.com/k14s/kapp/tree/master/pkg/kapp/clusterapply) allow to apply diff to k8s cluster via ClusterChange object.
Expand Down

0 comments on commit 918c7d3

Please sign in to comment.