mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-28 09:39:44 -04:00
fix conflict after rebase
This commit is contained in:
parent
57faaf4f96
commit
ce384e62ed
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ const isNegativeErrorMsg string = `must be non-negative`
|
|||
const fieldImmutableErrorMsg string = `field is immutable`
|
||||
const cIdentifierErrorMsg string = `must be a C identifier (matching regex ` + validation.CIdentifierFmt + `): e.g. "my_name" or "MyName"`
|
||||
const isNotIntegerErrorMsg string = `must be an integer`
|
||||
const fieldImmutableErrorMsg string = `field is immutable`
|
||||
|
||||
func IntervalErrorMsg(lo, hi int) string {
|
||||
return fmt.Sprintf(`must be greater than %d and less than %d`, lo, hi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue