kopf
Here are 21 public repositories matching this topic...
-
Updated
Jun 24, 2022 - Python
-
Updated
May 6, 2022 - Shell
Read only fields were meant to be read only. However sometimes these fields must be set (in the case of an operator managing these resources for example).
We should add a mean to edit these fields with a context manager for example:
with pykorm.fields.UnlockReadOnly:
obj.read_only = 42-
Updated
Jun 25, 2022 - Python
While the code provides the full CustomResourceDefinition the documentation is lacking clear examples of what is possible and what not. E.g. a very simple custom resource with only the required arguments, a more advanced one that shows some possibilities, and a complex one, making use of all available options.
-
Updated
May 8, 2020 - C++
-
Updated
Jul 17, 2020 - Python
-
Updated
Jan 16, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Mar 1, 2021 - Python
-
Updated
Dec 12, 2015 - Shell
-
Updated
Nov 28, 2019 - Python
-
Updated
Jan 18, 2020 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Sep 27, 2017 - Shell
-
Updated
Jan 12, 2022 - Python
-
Updated
Mar 29, 2021 - Python
-
Updated
Feb 5, 2017 - Shell
-
Updated
Jan 26, 2020 - Python
Improve this page
Add a description, image, and links to the kopf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kopf topic, visit your repo's landing page and select "manage topics."
Problem
K8s-event posting can fail to post an event (
kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object
loggermessages (logger.info(...)from the