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.
17 lines
628 B
17 lines
628 B
syntax = "proto3"; |
|
|
|
package envoy.extensions.cache.simple_http_cache.v3; |
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.extensions.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 (udpa.annotations.file_status).package_version_status = ACTIVE; |
|
|
|
// [#protodoc-title: SimpleHttpCache CacheFilter storage plugin] |
|
|
|
// [#extension: envoy.extensions.http.cache.simple] |
|
message SimpleHttpCacheConfig { |
|
}
|
|
|