Skip to content

Commit

Permalink
update gokoala (adds config.metadataLinks) (#44)
Browse files Browse the repository at this point in the history
PDOK-17366
  • Loading branch information
roelarents authored Dec 11, 2024
1 parent 235b5a5 commit c2c61b4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions config/crd/bases/pdok.nl_ogcapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,28 @@ spec:
- name
- url
type: object
metadataLinks:
description: Metadata links
items:
properties:
category:
default: dataset
description: Which category of the API this metadata concerns.
E.g. dataset (in general), tiles or features
type: string
name:
description: Name of the metadata collection/site/organization
type: string
url:
description: URL to external metadata detail page
pattern: ^(https?://.+)|(\$\{.+\}.*)
type: string
required:
- category
- name
- url
type: object
type: array
ogcApi:
description: Define which OGC API building blocks this API supports
properties:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/PDOK/ogcapi-operator
go 1.23.1

require (
github.com/PDOK/gokoala v0.59.0
github.com/PDOK/gokoala v0.59.1
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/peterbourgon/ff v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/PDOK/gokoala v0.59.0 h1:tZpkb+AqEC/bIzLKBzpekXhLZBIafG4how9OR9wd6Vs=
github.com/PDOK/gokoala v0.59.0/go.mod h1:jT3LZWfUpwu0+itydD0a8PUflz0u1x73TNxLhEU4ugs=
github.com/PDOK/gokoala v0.59.1 h1:qkhXmUw0mBBTg0vf5+9ngfxrIbNMIfkVgqLr/DBICm4=
github.com/PDOK/gokoala v0.59.1/go.mod h1:jT3LZWfUpwu0+itydD0a8PUflz0u1x73TNxLhEU4ugs=
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit c2c61b4

Please sign in to comment.