We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863e785 commit 4b7529bCopy full SHA for 4b7529b
docs/book/src/cronjob-tutorial/api-design.md
@@ -6,8 +6,8 @@ specify this. We can also use the `omitempty` struct tag to mark that
6
a field should be omitted from serialization when empty.
7
8
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.
+for API compatibility purposes, we accept three forms of numbers: `int32`
+and `int64` for integers, and `resource.Quantity` for decimals.
11
12
<details><summary>Hold up, what's a Quantity?</summary>
13
0 commit comments