Documentation ¶ Index ¶ func GetConfig(wms *pdoknlv3.WMS) (config string, err error) func GetOgcWebserviceProxyContainer(wms *pdoknlv3.WMS, images types.Images) (*corev1.Container, error) type Config func MapWMSToOgcWebserviceProxyConfig(wms *pdoknlv3.WMS) (config Config, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetConfig ¶ func GetConfig(wms *pdoknlv3.WMS) (config string, err error) func GetOgcWebserviceProxyContainer ¶ func GetOgcWebserviceProxyContainer(wms *pdoknlv3.WMS, images types.Images) (*corev1.Container, error) Types ¶ type Config ¶ type Config struct { GroupLayers map[string][]string `yaml:"grouplayers"` } func MapWMSToOgcWebserviceProxyConfig ¶ func MapWMSToOgcWebserviceProxyConfig(wms *pdoknlv3.WMS) (config Config, err error) Source Files ¶ View all Source files ogc_webservice_proxy.go Click to show internal directories. Click to hide internal directories.