Commit Graph

11 Commits

Author SHA1 Message Date
Boshi Lian
f32cf9eab3 fix warnings for net8 (#1481)
* fix ca2007

* xUnit1031

* fix ca2007

* fix ca2007

* remove deprecated ctor

* fix xUnit1031

* fix missing doc

* fix missing dispose

* fix ex
2024-01-09 18:05:26 +01: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
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
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
Vitor Moreira
82497863e0 fix(StringQuotingEmitter): add missing patterns for double quoting (#957)
* fix(StringQuotingEmitter): add missing patterns to regex for double quotes to be applied when serializing

* added missing bool patterns, updated unit test

* added bool spec 1.1 url as a comment to StringQuotingEmitter
2022-07-21 11:09:55 -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