Permalink
Please sign in to comment.
Browse files
Rename type to resource (res) and service to svc
Naming the resources "type" was a stupid mistake, and is a huge source of confusion when also talking about real types. Fix this before it gets out of hand.
- Loading branch information...
Showing
with
446 additions
and 446 deletions.
- +1 −1 TODO.md
- +34 −34 config.go
- +1 −1 configwatch.go
- +15 −15 etcd.go
- +3 −3 examples/graph0.yaml
- +5 −5 examples/graph1.yaml
- +13 −13 examples/graph10.yaml
- +3 −3 examples/graph1a.yaml
- +3 −3 examples/graph1b.yaml
- +6 −6 examples/graph2.yaml
- +2 −2 examples/graph3a.yaml
- +2 −2 examples/graph3b.yaml
- +2 −2 examples/graph3c.yaml
- +2 −2 examples/graph4.yaml
- +2 −2 examples/graph5.yaml
- +1 −1 examples/graph6.yaml
- +1 −1 examples/graph7.yaml
- +5 −5 examples/graph8.yaml
- +3 −3 examples/graph8a.yaml
- +3 −3 examples/graph8b.yaml
- +3 −3 examples/graph8c.yaml
- +1 −1 examples/graph8d.yaml
- +7 −7 examples/graph9.yaml
- +39 −39 exec.go
- +34 −34 file.go
- +1 −1 main.go
- +2 −2 misc_test.go
- +15 −15 pgraph.go
- +61 −61 pgraph_test.go
- +85 −85 types.go → resources.go
- +60 −60 service.go → svc.go
- +5 −5 test/shell/t2.yaml
- +2 −2 test/shell/t3-a.yaml
- +2 −2 test/shell/t3-b.yaml
- +2 −2 test/shell/t3-c.yaml
- +7 −7 test/shell/t4.yaml
- +13 −13 test/shell/t5.yaml
Oops, something went wrong.
0 comments on commit
3a85384