This commit is contained in:
chrislovecnm 2017-07-06 12:09:39 -06:00
parent 6566d80308
commit 1e3456cdee
1 changed files with 4 additions and 4 deletions

View File

@ -31,15 +31,15 @@
## Advanced / Detailed List of Configurations
### API / Configuration References
* [Godocs for Cluster - `clusterSepc`](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).
* [Godocs for Cluster - `ClusterSepc`](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
* [`kops` cluster API definitions](cluster_spec.md)
* overview of some of the API value to customize a `kops` cluster
* [`kops` instance groups API](instance_groups.md)
* overview of some of the API value to customize a `kops` groups of ks8 nodes
* [Using Manifests and Customizating via the API](manifests_and_customizing_via_api.md)
* overview of some of the API value to customize a `kops` groups of k8s nodes
* [Using Manifests and Customizing via the API](manifests_and_customizing_via_api.md)
## Operations
* [Cluster addon manager](addon_manager.md)