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 6ad6511 commit dd1f61bCopy full SHA for dd1f61b
geps/gep-3171/index.md
@@ -30,12 +30,12 @@ This GEP proposes the following API changes:
30
type Fraction struct {
31
// +optional
32
// +kubebuilder:validation:Minimum=0
33
- Numerator int32 `json:"numerator,omitempty"`
+ Numerator int32 `json:"numerator"`
34
35
36
// +kubebuilder:default=100
37
// +kubebuilder:validation:Minimum=1
38
- Denominator int32 `json:"denominator,omitempty"`
+ Denominator int32 `json:"denominator"`
39
}
40
41
type Percentage Fraction
0 commit comments