Skip to content
#

data-driven

Here are 208 public repositories matching this topic...

keptn
christian-kreuzberger-dtx
christian-kreuzberger-dtx commented Jun 22, 2021

With Keptn 0.8.4, when executing keptn auth without parameters, the following deprecation warning is shown:

$ keptn auth
W0622 09:12:38.907621  114793 warnings.go:70] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress

This is caused by the function GetKeptnEndpointFromIngress which is implemented in kubernetes-utils:
http

kwrooijen
kwrooijen commented Aug 26, 2020

Currently the model namespace keeps track of registered models and creates maps for "quick" mapping (e.g. mapping a model field to table column). This is mainly for performance benefits.

https://github.com/kwrooijen/gungnir/blob/54fa3b8083c21d52e3c2990ef04cf4a63a1ad8b9/src/cljc/gungnir/model.cljc#L12-L17

These maps are stored in atoms. However it might be nice to actually store then in `^:dy

Improve this page

Add a description, image, and links to the data-driven topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-driven topic, visit your repo's landing page and select "manage topics."

Learn more