Merge pull request #106400 from mahendrabishnoi2/master

fix grammar
This commit is contained in:
Kubernetes Prow Robot 2022-01-11 13:56:41 -08:00 committed by GitHub
commit 57d66b9aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
// 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
// The current file demonstrate how other cloud provider should leverage CCM and it uses fake parameters. Please modify for your own use.