Commit Graph

10 Commits

Author SHA1 Message Date
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
Ivan Josipovic
d1ba0aae72 fix: yaml with merge (#1332)
* fix: yaml with merge

* chore: cleanup
2023-07-27 04:44:08 -07:00
stan-sz
3c5f7c4627 Yaml deserializer strictness: disallow key duplicates (#1176)
[YamlDotNet 12.2.1](https://github.com/aaubry/YamlDotNet/releases/tag/v12.2.1) brought in a new yaml strictness check: no duplicate keys
2023-01-19 02:40:35 -08:00
stan-sz
16d3c010c2 Fix strict yaml parsing (#1061) 2022-10-21 11:57:40 -07:00
stan-sz
0b67950590 Provide strict k8s yaml model deserializer (#1047)
* Provide strict k8s yaml model deserializer

* Provide documentation

* Add UT coverage
2022-10-14 02:44:47 -07:00
Manuel Menegazzo
3702fd6e90 Standardization of using order and object initialization (#1028)
* Code cleanup KubernetesClient

* KubernetesClient.Basic code cleanup

* KubernetesClient.Models cleanup

* LibKubernetesGenerator code cleanup

* Improved readability of object initialization

* FIx namespace order

* Fixed some compilation warning
2022-09-28 13:34:32 -07:00
stan-sz
bbd3b6cd50 Support round-trip CRD (de)serialization (#1034)
* Support round-trip CRD (de)serialization

* Add a floating point emitter to fix UT

* Unused using

* Stylecop

* Reduce warnings
2022-09-27 01:01:51 -07:00
Moim HA
6f323d82fd Added KubernetesYaml.SerializeAll method (#947) 2022-07-13 10:07:37 -07:00
Zhiwei Liu
4db390f3af fix obsolete warning about KubernetesYaml (#839) 2022-04-22 15:17:36 -07:00
Boshi Lian
57037f0070 move kubectl config and yaml related to model module (#806)
* move yaml and config to models module

* better naming

* address comments
2022-03-28 16:57:12 -07:00