csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Officially supported dotnet Kubernetes Client library

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

NET 5.0 in May 2022 entered the "End of Support" state (as reported on the dotnet.microsoft.com site) and will no longer receive security patches and fixes. I believe that in...

When I attempt to watch for changes on a set of objects that is empty, the response body from the Kubernetes API is empty and causes an exception. I am...

The following code worked fine until I updated the .NET library to 5/6: var log = _kubernetesClient.ReadNamespacedPodLog( podName, currentNamespace, container: containerName, tailLines: returnRailLines, timestamps: showLogTimestamps, previous: previousLog); The async version...

lifecycle/stale

NuGet introduced [embedded markdown Readme support](https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/) in May 2021. Now the updated gallery design displays this readme file on the package page if it's included, it would help developers to...

there are 2 impls and should merge them into 1

fix #861 thank @WeihanLi for the idea

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

Currently, I have to ```csharp (await ListNamespacedServiceAsync(..)).Items.Where(..) ``` so I it would be nice ```csharp (await ListNamespacedServiceAsync(..)).Where(..)`` ``` When I see `List` in method name, I always mistype `Where` as...

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.23.1 to 6.24.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IdentityModel.Tokens.Jwt&package-manager=nuget&previous-version=6.23.1&new-version=6.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

size/XS
cncf-cla: yes
dependencies

Request: Simplify the use of the library by creating a documentation site. Side gola: - Improve library sharing