Move simple_http_cache to a consistent path (#24112)
* Move simple_http_cache Signed-off-by: Raven Black <ravenblack@dropbox.com> Mirrored from https://github.com/envoyproxy/envoy @ 7974560b04172e21999ecd1103f9960b5d2899d4pull/626/head
parent
ae9ad877da
commit
694f00bc41
4 changed files with 5 additions and 5 deletions
@ -1,13 +1,13 @@ |
||||
syntax = "proto3"; |
||||
|
||||
package envoy.extensions.cache.simple_http_cache.v3; |
||||
package envoy.extensions.http.cache.simple_http_cache.v3; |
||||
|
||||
import "udpa/annotations/status.proto"; |
||||
|
||||
option java_package = "io.envoyproxy.envoy.extensions.cache.simple_http_cache.v3"; |
||||
option java_package = "io.envoyproxy.envoy.extensions.http.cache.simple_http_cache.v3"; |
||||
option java_outer_classname = "ConfigProto"; |
||||
option java_multiple_files = true; |
||||
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/cache/simple_http_cache/v3;simple_http_cachev3"; |
||||
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/http/cache/simple_http_cache/v3;simple_http_cachev3"; |
||||
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||
|
||||
// [#protodoc-title: SimpleHttpCache CacheFilter storage plugin] |
Loading…
Reference in new issue