Skip to content

Tags: kubernetes-client/csharp

Tags

v18.0.5

Toggle v18.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert change to structs from classes for IntOrString and ResourceQua… …ntity, and handle null values in YAML converters (#1673) * feat: add V2HorizontalPodAutoscaler integration test * fix: change structs to classes for IntOrString and ResourceQuantity, and handle null values in YAML converters * feat: implement equality members for ResourceQuantity class

v18.0.4

Toggle v18.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance Kubernetes client with watch functionality (#1667) * feat: enhance Kubernetes client with watch functionality * refactor: simplify watch event handling in Kubernetes client example * refactor: update Kubernetes watch functionality to use new event handling methods and add async enumerable support * fix * fix * fix: correct usage of Pod list items in client example and update Obsolete attribute formatting * fix: update client example to use correct Pod list method and improve Obsolete attribute formatting * refactor: enhance type resolution for list items in TypeHelper by adding TryGetItemTypeFromSchema method * feat: mark Watch methods as obsolete to prepare for future deprecation * fix * refactor: update WatcherExt class to internal and remove obsolete attributes; improve example method signature in Program.cs * refactor: change WatcherExt class from internal to public and mark methods as obsolete for future deprecation

v17.0.14

Toggle v17.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: yaml ByteArrayStringYamlConverter output new lines (#1651) * fix: yaml byte[] output * chore: fix styling * chore: fix logic for single line values and add test

v17.0.4

Toggle v17.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implementing a more modular API (#1627) * fix typo * Add modular API * Use x-kubernetes-action instead of operationId to generate method names * fix * Clean code style warnings * Refactor client constructors to use Kubernetes type instead of IKubernetes * Add ClientSet tests for Kubernetes pod operations * Fix order of parameters in Pod API calls for consistency * Enhance documentation for ClientSet and ResourceClient classes * Refactor ClientSet and GroupClient for Kubernetes usage * Refactor Pod API calls in tests to use singular form for consistency * Refactor Pod API calls to use 'Create' and 'Update' methods for consistency

v16.0.7

Toggle v16.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove IdentityModel package versions from Directory.Packages.props (#… …1625) * Remove IdentityModel package versions from Directory.Packages.props * Remove IdentityModel references from KubernetesClient.Classic.

v16.0.6

Toggle v16.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typo (#1623) 

v16.0.2

Toggle v16.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Actually assign loaded cert when generating pfx (#1609) * Actually assign loaded cert when generating pfx * Enable tests that would have caught this issue

v16.0.1

Toggle v16.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
generate api v1.32 (#1603) * generate based on v1.32 * bump ver * Delete swagger.json.unprocessed * Update target frameworks and SDK versions in project files * Remove extra API endpoint from swagger.json * Update .NET SDK version to 9.0.x and adjust package references * happy build * Enhance certificate handling for .NET 9.0 compatibility in CertUtils and KubernetesClientConfiguration * Add mapping for V1beta1ResourceClaim to V1ResourceClaim in AutoMapper configurations * Refactor certificate loading to improve compatibility with .NET 9.0 * Update package versions in Directory.Packages.props for improved compatibility and features * Update Fractions package version to 7.3.0 for improved compatibility

v15.0.1

Toggle v15.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
generate v1.31.0 api (#1579) * first gen * bump ver * fix build * fix package version * fix test

v14.0.12

Toggle v14.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Configure permissions for codeql (#1583) fixes codeql action error see details: github/codeql#8843 (comment)