Boshi Lian
013fc6e06f
embed KubernetesClient.Models and KubernetesClient.Basic into client sdk ( #1407 )
...
* cleanup using
* cleanup classic
* clean up nuget
* bump ver
* fix pipeline
* remove commit by accident
2023-09-26 11:03:12 -07:00
Manuel Menegazzo
f615b5b459
Fix some compilation warnings ( #1010 )
...
* Fixe some summary warning
* Fixed more warning
* Uniformed example projects code
* Uniformed test projects code
* Fix OperatingSystems enum and GenericType summaries
2022-09-15 16:21:21 -07:00
Boshi Lian
85755ccb3e
8.0: API Group + v1.24 ( #850 )
...
* swagger 1.24
* trim converter
* api group
* before moving method
* grouped api for client
* fix classic build
* fix e2e
* move all code to v8
* fix vis to
* bump ver
* fix authtest filename
2022-05-07 13:05:17 -07:00
Boshi Lian
eca9898902
API v1.23.0 + system.text.json + remove WatchXXX API ( #750 )
...
* gen v1.23.0
* fix converter
* bump ver
* update readme runtime
* fix warning
* update dep ver
* newtonjson -> system.text.json
* generate for new json api
* readme lf
* dotnet fmt
* dotnet fmt tests/
* dotnet fmt
* Revert "dotnet fmt"
This reverts commit e14c59076143fe2218ed899295a00762f0ea2bd6.
* fix err introduce by dotnet fmt
* fix test
* remove deprecated /watch api
* generate code after /watch removed
* remove /watch related code
* trim Microsoft.Rest.Serialization
2021-12-13 07:31:59 -08:00
Boshi Lian
5be3cff425
Style fix final ( #523 )
...
* all net5
* var
* SA1310
* SA1310
* allow 1031
* SA1805
* fix SA1642
* remove unused code
* allow sa1405
* isempty
* fix CA1714
* fix CA1806
* remove always false if
* fix format
* fix CA1062
* allow SA0001
* fix CA1062
* allow ca1034 and temp allow ca1835
* fix 16XX doc related warnings
* elm SA16XX
* elm SA16XX
* fix CA2213
* revert to pass all test
* move unclear rule to ruleset
* follow up of moving ruleset
* remove this
* fix test flaky
2020-11-22 14:52:09 -08:00
Ludovic Alarcon
5411bb6651
Nodes and pods metrics ( #466 )
...
* Add models for node metrics
* Add models for pod metrics
* Add extension method for node metrics
* Add extension method for pods metrics
* dotnet format
* fix type: use of interface type
* Add metrics sample
* Add tests for node and pod metrics
2020-08-02 21:53:42 -07:00