File tree Expand file tree Collapse file tree 3 files changed +33
-33
lines changed
internal/webhook/v3/ownerinfo-test Expand file tree Collapse file tree 3 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/onsi/ginkgo/v2 v2.22.1
1212 github.com/onsi/gomega v1.36.2
1313 github.com/pdok/atom-generator v0.6.4
14- github.com/pdok/smooth-operator v0.1.3
14+ github.com/pdok/smooth-operator v1.0.0-rc1
1515 github.com/peterbourgon/ff v1.7.1
1616 github.com/pkg/errors v0.9.1
1717 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaR
152152github.com/patrickmn/go-cache v2.1.0+incompatible /go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ =
153153github.com/pdok/atom-generator v0.6.4 h1:UpTTSKskdWLnxTAhSNOlz8dF2tBousD97V03kWzCV2k =
154154github.com/pdok/atom-generator v0.6.4 /go.mod h1:IlPwti5ocXDTjB4xmz0ZpHCOW/suuW5gQMfjfwPX6uM =
155- github.com/pdok/smooth-operator v0.1.3 h1:Y+JvbFLlyb6pMNFVgAd8G6QsXL0Y6F0srTaROabRnm0 =
156- github.com/pdok/smooth-operator v0.1.3 /go.mod h1:przwM7mBGmNPqabyhImKVZ15WL4zbqLqH4ExbuWKhWE =
155+ github.com/pdok/smooth-operator v1.0.0-rc1 h1:1A9QpCHiI5D3LUMmV+lEqT/scP5LX2SQoZBo0VroQp4 =
156+ github.com/pdok/smooth-operator v1.0.0-rc1 /go.mod h1:przwM7mBGmNPqabyhImKVZ15WL4zbqLqH4ExbuWKhWE =
157157github.com/pelletier/go-toml v1.6.0 /go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys =
158158github.com/peterbourgon/ff v1.7.1 h1:xt1lxTG+Nr2+tFtysY7abFgPoH3Lug8CwYJMOmJRXhk =
159159github.com/peterbourgon/ff v1.7.1 /go.mod h1:fYI5YA+3RDqQRExmFbHnBjEeWzh9TrS8rnRpEq7XIg0 =
Original file line number Diff line number Diff line change 1111 csw :
1212 hrefTemplate : " https://www.nationaalgeoregister.nl/geonetwork/srv/dut/csw?service=CSW&version=2.0.2&request=GetRecordById&outputschema=http://www.isotc211.org/2005/gmd&elementsetname=full&id={{identifier}}"
1313 type : alternate
14- opensearch :
14+ openSearch :
1515 hrefTemplate : " https://www.nationaalgeoregister.nl/geonetwork/opensearch/dut/{{identifier}}/OpenSearchDescription.xml"
1616 type : alternate
1717 html :
@@ -23,46 +23,46 @@ spec:
2323 author : # author/owner van de dataset
2424 name : pdok
252526+ providerSite :
27+ type : simple
28+ href : https://pdok.nl
2629 wfs :
27- serviceprovider :
28- providername : PDOK
29- providersite :
30- type : simple
31- href : https://pdok.nl
32- servicecontact :
33- individualname : KlantContactCenter PDOK
34- positionname : pointOfContact
35- contactinfo :
30+ serviceProvider :
31+ providerName : PDOK
32+ serviceContact :
33+ individualName : KlantContactCenter PDOK
34+ positionName : pointOfContact
35+ contactInfo :
3636 phone :
3737 voice :
38- facsmile :
38+ facsimile :
3939 text :
4040 address :
41- deliverypoint :
41+ deliveryPoint :
4242 city : Apeldoorn
43- administrativearea :
44- postalcode :
43+ administrativeArea :
44+ postalCode :
4545 country : Netherlands
46- electronicmailaddress :
[email protected] 47- onlineresource :
46+ electronicMailAddress :
[email protected] 47+ onlineResource :
4848 type :
4949 href :
50- hoursofservice :
51- contactinstructions :
50+ hoursOfService :
51+ contactInstructions :
5252 role :
5353 wms :
54- contactinformation :
55- contactpersonprimary :
56- contactperson : KlantContactCenter PDOK
57- contactorganization : PDOK
58- contactposition : pointOfContact
59- contactaddress :
60- addresstype :
54+ contactInformation :
55+ contactPersonPrimary :
56+ contactPerson : KlantContactCenter PDOK
57+ contactOrganization : PDOK
58+ contactPosition : pointOfContact
59+ contactAddress :
60+ addressType :
6161 address :
6262 city : Apeldoorn
63- stateorprovince :
64- postcode :
63+ stateOrProvince :
64+ postCode :
6565 country : Netherlands
66- contactvoicetelephone :
67- contactfacsimiletelephone :
68- contactelectronicmailAddress :
[email protected] 66+ contactVoiceTelephone :
67+ contactFacsimileTelephone :
68+ contactElectronicMailAddress :
[email protected]
You can’t perform that action at this time.
0 commit comments