Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline watcher #681

Merged
merged 7 commits into from Sep 14, 2021
Merged

Inline watcher #681

merged 7 commits into from Sep 14, 2021

Conversation

tg123
Copy link
Member

@tg123 tg123 commented Aug 18, 2021

the sdk, for really a long, is using a tricky way to steal stream from response.
with controlled generator, the bug was fixed

watch will work with any http client

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 18, 2021
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 18, 2021
@tg123 tg123 mentioned this pull request Aug 30, 2021
@brendandburns
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 14, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, tg123

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 14, 2021
@k8s-ci-robot k8s-ci-robot merged commit b903296 into kubernetes-client:master Sep 14, 2021
@tg123 tg123 deleted the inline_watcher branch September 17, 2021 16:39
highlyunavailable added a commit to highlyunavailable/orleans that referenced this pull request Oct 22, 2021
Due to kubernetes-client/csharp#681 in C# Kubernetes clients newer than 6.0.2, the following error is thrown when using `Orleans.Hosting.KubernetesHosting`:

```
Unhandled exception. System.MissingMethodException: Method not found: 'System.Net.Http.DelegatingHandler k8s.KubernetesClientConfiguration.CreateWatchHandler()'.
    at Orleans.Hosting.KubernetesHostingExtensions.UseKubernetesHosting(IServiceCollection services, Action`1 configureOptions)
```

This fixes the issue by removing the offending line, which is no longer needed.
ReubenBond pushed a commit to dotnet/orleans that referenced this pull request Oct 25, 2021
…#7346)

Due to kubernetes-client/csharp#681 in C# Kubernetes clients newer than 6.0.2, the following error is thrown when using `Orleans.Hosting.KubernetesHosting`:

```
Unhandled exception. System.MissingMethodException: Method not found: 'System.Net.Http.DelegatingHandler k8s.KubernetesClientConfiguration.CreateWatchHandler()'.
    at Orleans.Hosting.KubernetesHostingExtensions.UseKubernetesHosting(IServiceCollection services, Action`1 configureOptions)
```

This fixes the issue by removing the offending line, which is no longer needed.
benjaminpetit pushed a commit to benjaminpetit/orleans that referenced this pull request Oct 29, 2021
…dotnet#7346)

Due to kubernetes-client/csharp#681 in C# Kubernetes clients newer than 6.0.2, the following error is thrown when using `Orleans.Hosting.KubernetesHosting`:

```
Unhandled exception. System.MissingMethodException: Method not found: 'System.Net.Http.DelegatingHandler k8s.KubernetesClientConfiguration.CreateWatchHandler()'.
    at Orleans.Hosting.KubernetesHostingExtensions.UseKubernetesHosting(IServiceCollection services, Action`1 configureOptions)
```

This fixes the issue by removing the offending line, which is no longer needed.
ReubenBond pushed a commit to dotnet/orleans that referenced this pull request Oct 29, 2021
…7364)

* Fix: Orleans.Hosting.KubernetesHosting: System.MissingMethodException (#7346)

Due to kubernetes-client/csharp#681 in C# Kubernetes clients newer than 6.0.2, the following error is thrown when using `Orleans.Hosting.KubernetesHosting`:

```
Unhandled exception. System.MissingMethodException: Method not found: 'System.Net.Http.DelegatingHandler k8s.KubernetesClientConfiguration.CreateWatchHandler()'.
    at Orleans.Hosting.KubernetesHostingExtensions.UseKubernetesHosting(IServiceCollection services, Action`1 configureOptions)
```

This fixes the issue by removing the offending line, which is no longer needed.

* Fix build for netstandard2.0

Co-authored-by: Ann Wright <highlyunavailable@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants