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

Add WasmPlugin API #1940

Merged
merged 17 commits into from
Jul 27, 2021
Merged

Add WasmPlugin API #1940

merged 17 commits into from
Jul 27, 2021

Commits on Jul 7, 2021

  1. Add WasmPlugin API

    * Renamed workload_selector to `selector`
    * Rename signing_key -> verification_key
    * Unify structure, make pull_secret a single string, config ->
    pluginConfig
    * add sandbox_config, plugin_name
    * Update release note
    * Fix typos
    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    8c74505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d183dfc View commit details
    Browse the repository at this point in the history
  3. Improve plugin_name comment

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e143376 View commit details
    Browse the repository at this point in the history
  4. Move selector to the top

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    254b14d View commit details
    Browse the repository at this point in the history
  5. Remove sandbox_config

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    4c01f64 View commit details
    Browse the repository at this point in the history
  6. Inline verification_key

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0dc3159 View commit details
    Browse the repository at this point in the history
  7. Improve sha256 docstring

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6a74c50 View commit details
    Browse the repository at this point in the history
  8. Improve pull_policy docstring

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    adbcb4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95eae4d View commit details
    Browse the repository at this point in the history
  10. Add example

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    24d1d0b View commit details
    Browse the repository at this point in the history
  11. Add example

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    edc75b6 View commit details
    Browse the repository at this point in the history
  12. Address comments

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    93eae8d View commit details
    Browse the repository at this point in the history
  13. Address more comments

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    5cc29c8 View commit details
    Browse the repository at this point in the history
  14. Fix CRD generation

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e8371b5 View commit details
    Browse the repository at this point in the history
  15. Improve comments

    dgn committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    84b811b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    6c2a5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Review comments

    - Clarify default for priority
    - Add UNSPECIFIED_POLICY value
    - Change sha256 behaviour
    dgn committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    6a8013d View commit details
    Browse the repository at this point in the history