File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff 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.
5151type WFS struct {
Original file line number Diff line number Diff 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.
6060type WMS struct {
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
88spec :
99 group : pdok.nl
1010 names :
11+ categories :
12+ - pdok
1113 kind : WFS
1214 listKind : WFSList
1315 plural : wfs
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
88spec :
99 group : pdok.nl
1010 names :
11+ categories :
12+ - pdok
1113 kind : WMS
1214 listKind : WMSList
1315 plural : wms
You can’t perform that action at this time.
0 commit comments