Skip to content

Commit 1714625

Browse files
author
Léon van der Kaap
committed
Generated CRDs
1 parent 634d3f2 commit 1714625

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

api/v3/shared_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type TIF struct {
254254
// Controls the smoothing of the image on a certain point. Bigger value gives a smoother/better picture but
255255
// results in slower web responses, optional
256256
// +kubebuilder:validation:Pattern="^-?[0-9]+([.][0-9]*)?$"
257-
// +kubebuilder:default=2.5
257+
// +kubebuilder:default="2.5"
258258
OversampleRatio string `json:"oversampleRatio,omitempty"`
259259

260260
// Sets the color index to treat as transparent for raster layers, optional, hex or rgb

config/crd/bases/pdok.nl_wms.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,13 @@ spec:
10701070
description: Sets the color index to treat as transparent for raster layers, optional, hex or rgb
10711071
pattern: (#[0-9A-F]{6}([0-9A-F]{2})?)|([0-9]{1,3}\s[0-9]{1,3}\s[0-9]{1,3})
10721072
type: string
1073+
oversampleRatio:
1074+
default: "2.5"
1075+
description: |-
1076+
Controls the smoothing of the image on a certain point. Bigger value gives a smoother/better picture but
1077+
results in slower web responses, optional
1078+
pattern: ^-?[0-9]+([.][0-9]*)?$
1079+
type: string
10731080
resample:
10741081
default: NEAREST
10751082
description: This option can be used to control the resampling kernel used sampling raster images, optional
@@ -1275,6 +1282,13 @@ spec:
12751282
description: Sets the color index to treat as transparent for raster layers, optional, hex or rgb
12761283
pattern: (#[0-9A-F]{6}([0-9A-F]{2})?)|([0-9]{1,3}\s[0-9]{1,3}\s[0-9]{1,3})
12771284
type: string
1285+
oversampleRatio:
1286+
default: "2.5"
1287+
description: |-
1288+
Controls the smoothing of the image on a certain point. Bigger value gives a smoother/better picture but
1289+
results in slower web responses, optional
1290+
pattern: ^-?[0-9]+([.][0-9]*)?$
1291+
type: string
12781292
resample:
12791293
default: NEAREST
12801294
description: This option can be used to control the resampling kernel used sampling raster images, optional

0 commit comments

Comments
 (0)