chore(deps): updated k8s KubernetesClient to v18.0.5 #976
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Christoph @buehler ,
I've updated the k8s KubernetesClient to v18 which brings some breaking changes. Unfortunately there is no detailed changelog so I had to extract the changes by comparing v17.0.14 with v18.0.5.
Things to mention are:
Model changed from ctor arguments to property initialization
WatcherExt methods are marked as obsolete - but sadly the message is misleading so I have no idea yet how to replace. I will start a discussion about that with the k8s team. In the meanwhile I disabled the obsolete warning with a pragme which I will remove once I know how to chage it properly. (see: WatcherExt: Watch & WatchAsync marked as obsolete kubernetes-client/csharp#1679)
this will make pull request #967 obsolete