fix grammar

This commit is contained in:
Mahendra Bishnoi 2021-11-13 23:23:04 +05:30
parent e4c795168b
commit 059849703b

View File

@ -18,7 +18,7 @@ limitations under the License.
// are cloud provider dependent. It uses the API to listen to new events on resources. // are cloud provider dependent. It uses the API to listen to new events on resources.
// This file should be written by each cloud provider. // This file should be written by each cloud provider.
// For an minimal working example, please refer to k8s.io/cloud-provider/sample/basic_main.go // For a minimal working example, please refer to k8s.io/cloud-provider/sample/basic_main.go
// For more details, please refer to k8s.io/kubernetes/cmd/cloud-controller-manager/main.go // For more details, please refer to k8s.io/kubernetes/cmd/cloud-controller-manager/main.go
// The current file demonstrate how other cloud provider should leverage CCM and it uses fake parameters. Please modify for your own use. // The current file demonstrate how other cloud provider should leverage CCM and it uses fake parameters. Please modify for your own use.