Commit 47c3f437 authored by tangxinxing's avatar tangxinxing
Browse files

use constant rather than variable

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -16,7 +16,7 @@ limitations under the License.
package node
var (
const (
UnscheduledStatus = "unscheduled"
Normal = "normal"
AbNormal = "abnormal"
......
Supports Markdown
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