Merge pull request #1920 from nikhiljindal/swaggerUI1.5
Replacing reference to swagger UI by API reference docs
This commit is contained in:
		
						commit
						19cbca1a21
					
				|  | @ -26,9 +26,9 @@ What constitutes a compatible change and how to change the API are detailed by t | |||
| 
 | ||||
| ## API Swagger definitions | ||||
| 
 | ||||
| Complete API details are documented using [Swagger v1.2](http://swagger.io/). The Kubernetes apiserver (aka "master") exposes an API that can be used to retrieve the Swagger Kubernetes API spec, by default at located at `/swaggerapi`, and a UI to browse the API documentation at `/swagger-ui`. | ||||
| Complete API details are documented using [Swagger v1.2](http://swagger.io/). The Kubernetes apiserver (aka "master") exposes an API that can be used to retrieve the Swagger Kubernetes API spec located at `/swaggerapi`. You can also enable a UI to browse the API documentation at `/swagger-ui` by passing the `--enable-swagger-ui=true` flag to apiserver. | ||||
| 
 | ||||
| We also host a version of the [latest API documentation UI](http://kubernetes.io/kubernetes/third_party/swagger-ui/). This is updated with the latest release, so if you are using a different version of Kubernetes you will want to use the spec from your apiserver. | ||||
| We also host a version of the [latest API documentation](http://kubernetes.io/docs/api-reference/README/). This is updated with the latest release, so if you are using a different version of Kubernetes you will want to use the spec from your apiserver. | ||||
| 
 | ||||
| Kubernetes implements an alternative Protobuf based serialization format for the API that is primarily intended for intra-cluster communication, documented in the [design proposal](https://github.com/kubernetes/kubernetes/blob/{{ page.githubbranch }}/docs/proposals/protobuf.md) and the IDL files for each schema are located in the Go packages that define the API objects. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue