specifie to specific

pull/6146/head
陈宏 2017-11-02 16:06:43 +08:00
parent 0667dfe558
commit ef526c0f1b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ The PersistentVolumeLabels controller moves the cloud-dependent functionality of
The cloud controller manager uses Go interfaces to allow implementations from any cloud to be plugged in. Specifically, it uses the CloudProvider Interface defined [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/cloud.go)
The implementation of the four shared controllers highlighted above, and some scaffolding along with the shared cloudprovider interface, will stay in the Kubernetes core, but implementations specified to cloud providers will
The implementation of the four shared controllers highlighted above, and some scaffolding along with the shared cloudprovider interface, will stay in the Kubernetes core, but implementations specific to cloud providers will
be built outside of the core, and implement interfaces defined in the core.
For more information about developing plugins, see