Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEP-0075] Support Dictionary in Params #4786

Merged
merged 1 commit into from
May 11, 2022

Commits on May 11, 2022

  1. Support object type param and add validation

    Note: This new feature is gated by the alpha flag.
    Changes:
    - Add `properties` section in ParamSpec struct
    - Add `ObjectVal` in ArrayOrString struct
    - Implement UnmarshalJSON and MarshalJSON for ArrayOrString of object type.
    - Change SetDefault function to include object type
    - Add type validation for object type in task_validation.go
    - Add object param validation in validate_resources.go
    chuangw6 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fc36bfb View commit details
    Browse the repository at this point in the history