This repository contains code shared by the Kubernetes operators developed by PDOK. There are no executable programs present in this codebase. The goal of this repository is to support the development work of PDOK, but it can also be used as a starter to develop custom map related operators. At the moment the following operators have this repository as a basis:
- Atom operator, an operator for deploying atomfeed instances
- Mapserver operator, an operator for deploying mapserver instances
This project does not contain any executable files and is only used as a basis for Kubernetes operators.
The code is separated based on context of code.
Directory api
contains Kinds that are used globally, for example OwnerInfo
which is used by WMS, WFS and Atom kind.
These kinds only provide information for other kinds.
Directory pkg
contains the common codebase for operator logic that is reusable or generic.
Directory model
contains the structs that are reusable or generic.
Smooth-operator is solely developed by PDOK. Contributions are however always welcome. If you have any questions or suggestions you can create an issue in the issue tracker.
The maintainers can be contacted through the issue tracker.
This project is developed by PDOK, a platform for publication of geographic datasets of Dutch governmental institutions.
MIT License
Copyright (c) 2025 Publieke Dienstverlening op de Kaart
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.