Skip to content

Commit 634d3f2

Browse files
author
Léon van der Kaap
committed
Lintered
1 parent 7fbe2a3 commit 634d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v3/shared_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ type TIF struct {
255255
// results in slower web responses, optional
256256
// +kubebuilder:validation:Pattern="^-?[0-9]+([.][0-9]*)?$"
257257
// +kubebuilder:default=2.5
258-
OversampleRatio string `json:"oversample_ratio,omitempty"`
258+
OversampleRatio string `json:"oversampleRatio,omitempty"`
259259

260260
// Sets the color index to treat as transparent for raster layers, optional, hex or rgb
261261
// +kubebuilder:validation:Pattern=`(#[0-9A-F]{6}([0-9A-F]{2})?)|([0-9]{1,3}\s[0-9]{1,3}\s[0-9]{1,3})`

0 commit comments

Comments
 (0)