This repository was archived by the owner on Jan 19, 2023. It is now read-only.
Replies: 1 comment 4 replies
-
|
@buehler can you help me with this question? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to update the status of a (custom) entity, but I don't see how I should use it properly. Can you provide an example?
I have the following code:
Which gives me the following error:
I have the same problem with a custom entity that was defined as follows:
I think this error is because
UpdateStatusexpects an instance that implementsIStatus<object>: https://github.com/buehler/dotnet-kubernetes-client/blob/master/src/DotnetKubernetesClient/IKubernetesClient.cs#L130I'm using this library via the
dotnet-operator-sdk(version 4.0.20).Beta Was this translation helpful? Give feedback.
All reactions