-
(this is feature request, so forgive me for skipping the issue template)
Currently it is not possible to watch for the same k8s resource by several controllers - except for `on.event` spy handler, …
-
## Question
I would like to embed kopf in an application to perform some extra cluster functions as a response to events.
I can always use a global variable.
Actually, I _have to_ go th…
-
Hi. I was surprised by the expansion behavior of JSON-LD including [named-graph data indexing](https://www.w3.org/TR/json-ld11/#named-graph-data-indexing) with multiple nodes per indexed graph.
Wit…
-
### Keywords
kopf.event
### Problem
I have created an operator with a kopf.on.create hook. At the end of creating the resouce in this hook, I am creating an event. No matter what I do,
kopf…
-
### Long story short
In an operator with both a `kopf.on.timer` and a `kopf.on.delete`, if the custom resource is deleted while the timer is invoked, the delete handler is called twice.
I would …
anorm updated
2 years ago
-
I get the following error when I try to install kopf like I have always done before I upgraded to Elasticsearch 2.4. I was running in Powershell as administrator.
PS C:\Elastic-Search\elasticsearch-2…
-
Add some way to valudate and mutate the resources immediately when they are created, i.e. before the Kubernetes API (kubectl) call finishes.
```python
import kopf
@kopf.on.validate('zaland…
nolar updated
4 years ago
-
### Problem
I would like to write unit tests for my Kopf operator. However, I don't see Kopf providing any way to do it. I do see that there's a way to write integration tests: , which requires a run…
-
-
### Keywords
Admission Controller, Authentication
### Problem
## Summary
I would like to use kopf as an Admission Controller. Currently it looks like kopf always wants to authenticate with the K…