protos: Move simple_http_cache config proto to api (#16230)
Signed-off-by: Ryan Northey <ryan@synca.io> Mirrored from https://github.com/envoyproxy/envoy @ dede3aace85684d732758dab02806f773bd56846pull/624/head
parent
3a6f986af2
commit
38ed9f8209
6 changed files with 31 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||||||
|
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. |
||||||
|
|
||||||
|
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") |
||||||
|
|
||||||
|
licenses(["notice"]) # Apache 2 |
||||||
|
|
||||||
|
api_proto_package( |
||||||
|
deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], |
||||||
|
) |
@ -0,0 +1,16 @@ |
|||||||
|
syntax = "proto3"; |
||||||
|
|
||||||
|
package envoy.extensions.cache.simple_http_cache.v3alpha; |
||||||
|
|
||||||
|
import "udpa/annotations/status.proto"; |
||||||
|
|
||||||
|
option java_package = "io.envoyproxy.envoy.extensions.cache.simple_http_cache.v3alpha"; |
||||||
|
option java_outer_classname = "ConfigProto"; |
||||||
|
option java_multiple_files = true; |
||||||
|
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||||
|
|
||||||
|
// [#protodoc-title: SimpleHttpCache CacheFilter storage plugin] |
||||||
|
|
||||||
|
// [#extension: envoy.cache.simple_http_cache] |
||||||
|
message SimpleHttpCacheConfig { |
||||||
|
} |
Loading…
Reference in new issue