Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Make sure to preserve unknown fields in pluginConfig * Improve plugin_name comment * Move selector to the top * Remove sandbox_config * Inline verification_key * Improve sha256 docstring * Improve pull_policy docstring * Remove dependency on EnvoyFilter, add PluginPhase * Add example * Add example * Address comments * Address more comments * Fix CRD generation * Improve comments * Fix examples (snake_case to camelCase) * Review comments - Clarify default for priority - Add UNSPECIFIED_POLICY value - Change sha256 behaviour
- Loading branch information