csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Officially supported dotnet Kubernetes Client library

Results 59 csharp issues
Sort by recently updated
recently updated
newest added

After a long journey looking for a way to compile test projects by forcing the use of a specific version of a "ProjectReference" I wrote the following pipeline. Now it...

cncf-cla: yes
size/L
needs-rebase

Bumps [AutoMapper](https://github.com/AutoMapper/AutoMapper) from 10.1.1 to 12.0.0. Release notes Sourced from AutoMapper's releases. v12.0.0 What's Changed Prefer derived interfaces by @​lbargaoanu in AutoMapper/AutoMapper#3887 Converting integration tests to EF Core by @​jbogard...

size/XS
cncf-cla: yes
dependencies

As documented in the project readme currently .Net Core 3.1 is not supported. This pull request removes .Net Core 3.1 from files used in the CI and test projects (***KubernetesClient.Tests***...

cncf-cla: yes
size/M
needs-rebase
do-not-merge/work-in-progress

Bumps [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.0.0-rc9.4 to 1.0.0-rc9.7. Release notes Sourced from OpenTelemetry.Instrumentation.Http's releases. 1.0.0-rc9.6 OpenTelemetry.Instrumentation.AspNetCore Removed netstandard2.0 and netstandard2.1 targets. .NET 5 reached EOL in May 2022 and .NET Core 3.1...

size/XS
cncf-cla: yes
dependencies

- remove duplicated generic code which impled - remove unfinished cache/informer code (still missing informer reflector ...)

cncf-cla: yes
size/XXL
approved

Currently the deserializer silently ignores any extraneous properties (see #574). This request is to make it configurable, as there are scenarios where throwing the exception is expected, specifically when providing...

This PR fixes mapping JsonPropertyAttributes to YamlDotNet Property Names for external types. Currently, "WithOverridesFromJsonPropertyAttributes" only maps JsonPropertyAttributes in the KubernetesClient.Models assembly.

cncf-cla: yes
size/M
needs-rebase

Force code writing style verification during pull request checks. Objective: - increase the uniformity of the writing style of the code

We want to use a Polly to handle retries in the KubernetesClient send request code path. HttpRequestMessage and HttpContent objects can only be passed in once to an HttpClient.SendAsync call....

cncf-cla: yes
size/M
lgtm

**Describe the bug** SlimFaas is calling ListDeployments and ListStatefulSet every Second (in the futur we will use watch). I think of memory leak because memory increase without ending. Previous version...