-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements of YAML parser based on Kubernetes config examples
closes #402 closes #413 Make some internal non-interface methods of TextWire protected * Harmonize Text & Yaml wire writers * Support anchor/alias in YAML parser * Allow reading of literal text blocks * Remove redundant tests, switch TEXT tests to YAML * Fix parsing of text fields depending on quotes * Support parsing of multi-document files * Allow empty values treated as null * Fix octal and trailing whitespace * Deprecate TextWire's ValueOut implementation
- Loading branch information
Showing
118 changed files
with
1,626 additions
and
1,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.