Skip to content

Add support for KYAML encoding format #272

Description

@diegolovison

Standard YAML manifests can lead to silent errors, implicit type coercion bugs (such as unquoted strings like NO being parsed as boolean false), and whitespace parsing inconsistencies across different toolchains.

I would like to have support the KYAML encoding standard (as defined by Kubernetes).

This could include:

  • Parsing inputs using KYAML rules
  • Validating/linting manifests against the KYAML specification
  • Exporting/formatting YAML output into compliant KYAML

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions