Merge pull request #3113 from justinsb/docs_api_access

Automatic merge from submit-queue

Fix docs to reference kubernetesApiAccess, not apiAccess
This commit is contained in:
Kubernetes Submit Queue 2017-08-16 10:56:03 -07:00 committed by GitHub
commit 52e004710d
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ spec:
- 12.34.56.78/32
```
### apiAccess
### kubernetesApiAccess
This array configures the CIDRs that are able to access the kubernetes API. On AWS this is manifested as inbound security group rules on the ELB or master security groups.
@ -54,7 +54,7 @@ Use this key to restrict cluster access to an office ip address range, for examp
```yaml
spec:
apiAccess:
kubernetesApiAccess:
- 12.34.56.78/32
```