Skip to content

Commit 4b7529b

Browse files
author
Dane Harrigan
committed
Add int64 to numbers section in api-design doc
1 parent 863e785 commit 4b7529b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/cronjob-tutorial/api-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ specify this. We can also use the `omitempty` struct tag to mark that
66
a field should be omitted from serialization when empty.
77

88
Fields may use most of the primitive types. Numbers are the exception:
9-
for API compatibility purposes, we accept two forms of numbers: `int32`
10-
for integers, and `resource.Quantity` for decimals.
9+
for API compatibility purposes, we accept three forms of numbers: `int32`
10+
and `int64` for integers, and `resource.Quantity` for decimals.
1111

1212
<details><summary>Hold up, what's a Quantity?</summary>
1313

0 commit comments

Comments
 (0)