Corrected spelling of ClusterSpec in README.md.

This commit is contained in:
Justin Burnham 2017-07-10 14:48:15 -07:00 committed by GitHub
parent 7a00f30bf8
commit ef9d2bad8a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
## Advanced / Detailed List of Configurations
### API / Configuration References
* [Godocs for Cluster - `ClusterSepc`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec).
* [Godocs for Cluster - `ClusterSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#ClusterSpec).
* [Godocs for Instance Group - `InstanceGroupSpec`](https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec).
### API Usage Guides