File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ for more information.
76
76
77
77
Our goal is to have extensive use-case and functional documentation.
78
78
79
- See [ here] ( ./docs/v1 ) for [ documentation] ( ./docs/v1 ) .
79
+ See [ here] ( ./docs/v1 ) for detailed documentation.
80
80
81
81
See [ here] ( https://github.com/kubernetes-incubator/service-catalog/wiki/Examples ) for examples and
82
82
[ here] ( https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md ) for
@@ -91,7 +91,7 @@ project.
91
91
92
92
### Contributing
93
93
94
- Interested in contributing? Check out the [ documentation ] ( ./CONTRIBUTING.md ) .
94
+ Interested in contributing? Check out the [ contributing ] documentation (./CONTRIBUTING.md).
95
95
96
96
Also see the [ developer's guide] ( ./docs/devguide.md ) for information on how to
97
97
build and test the code.
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ layout:
21
21
├── .glide # Glide cache (untracked)
22
22
├── bin # Destination for binaries compiled for linux/amd64 (untracked)
23
23
├── build # Contains build-related scripts and subdirectories containing Dockerfiles
24
+ ├── charts # Helm charts for deployment
25
+ │ └── catalog # Helm chart for deploying the service catalog
26
+ │ └── ups-broker # Helm chart for deploying the user-provided service broker
24
27
├── cmd # Contains "main" Go packages for each service catalog component binary
25
28
│ └── apiserver # The service catalog API server binary
26
29
│ └── controller-manager # The service catalog controller manager binary
@@ -31,11 +34,10 @@ layout:
31
34
│ └── hack # Non-build related scripts
32
35
│ └── jenkins # Jenkins configuration
33
36
│ └── pkg # Contrib golang code
34
- ├── charts # Helm charts for deployment
35
- │ └── catalog # Helm chart for deploying the catalog
36
- │ └── ups-broker # Helm chart for deploying the user-provided service broker
37
37
├── docs # Documentation
38
38
├── pkg # Contains all non-"main" Go packages
39
+ ├── plugin # Plugins for API server
40
+ ├── test # Integration and e2e tests
39
41
└── vendor # Glide-managed dependencies
40
42
41
43
## Working on Issues
You can’t perform that action at this time.
0 commit comments