Skip to content

Commit 2cdbc48

Browse files
authored
Merge pull request #95 from PDOK/wr/categories
fix categories
2 parents e4bd14b + 78dde91 commit 2cdbc48

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

api/v3/wfs_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ import (
4444
// +kubebuilder:conversion:hub
4545
// +kubebuilder:subresource:status
4646
// versionName=v3
47-
// +kubebuilder:resource:categories=pdok
4847
// +kubebuilder:resource:path=wfs
48+
// +kubebuilder:resource:categories=pdok
4949

5050
// WFS is the Schema for the wfs API.
5151
type WFS struct {

api/v3/wms_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const (
5353
// +kubebuilder:conversion:hub
5454
// +kubebuilder:subresource:status
5555
// versionName=v3
56-
// +kubebuilder:resource:categories=pdok
5756
// +kubebuilder:resource:path=wms
57+
// +kubebuilder:resource:categories=pdok
5858

5959
// WMS is the Schema for the wms API.
6060
type WMS struct {

config/crd/bases/pdok.nl_wfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
spec:
99
group: pdok.nl
1010
names:
11+
categories:
12+
- pdok
1113
kind: WFS
1214
listKind: WFSList
1315
plural: wfs

config/crd/bases/pdok.nl_wms.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ metadata:
88
spec:
99
group: pdok.nl
1010
names:
11+
categories:
12+
- pdok
1113
kind: WMS
1214
listKind: WMSList
1315
plural: wms

0 commit comments

Comments
 (0)