Commit 606e8fb3 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32047 from guangxuli/kuber_learn

Automatic merge from submit-queue const string testQuantityFlag no longer use
parents 2fe1fcda b7a5fc99
...@@ -29,10 +29,6 @@ import ( ...@@ -29,10 +29,6 @@ import (
inf "gopkg.in/inf.v0" inf "gopkg.in/inf.v0"
) )
var (
testQuantityFlag = QuantityFlag("quantityFlag", "1M", "dummy flag for testing the quantity flag mechanism")
)
var useInfDec bool var useInfDec bool
func amount(i int64, exponent int) infDecAmount { func amount(i int64, exponent int) infDecAmount {
......
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