You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
507 B
16 lines
507 B
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 { |
|
}
|
|
|