Unverified Commit 926cabfc authored by Saugat Acharya's avatar Saugat Acharya Committed by GitHub

Remove multiple spaces after a full stop

parent 956a21cd
...@@ -56,7 +56,7 @@ import ( ...@@ -56,7 +56,7 @@ import (
// KEEP THE SPACE SHUTTLE FLYING. // KEEP THE SPACE SHUTTLE FLYING.
// ================================================================== // ==================================================================
// //
// This controller is intentionally written in a very verbose style. You will // This controller is intentionally written in a very verbose style. You will
// notice: // notice:
// //
// 1. Every 'if' statement has a matching 'else' (exception: simple error // 1. Every 'if' statement has a matching 'else' (exception: simple error
...@@ -119,8 +119,8 @@ import ( ...@@ -119,8 +119,8 @@ import (
// annotation does not matter. // annotation does not matter.
const annBindCompleted = "pv.kubernetes.io/bind-completed" const annBindCompleted = "pv.kubernetes.io/bind-completed"
// annBoundByController annotation applies to PVs and PVCs. It indicates that // annBoundByController annotation applies to PVs and PVCs. It indicates that
// the binding (PV->PVC or PVC->PV) was installed by the controller. The // the binding (PV->PVC or PVC->PV) was installed by the controller. The
// absence of this annotation means the binding was done by the user (i.e. // absence of this annotation means the binding was done by the user (i.e.
// pre-bound). Value of this annotation does not matter. // pre-bound). Value of this annotation does not matter.
// External PV binders must bind PV the same way as PV controller, otherwise PV // External PV binders must bind PV the same way as PV controller, otherwise PV
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment