Commit Graph

6 Commits

Author SHA1 Message Date
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