Uses of Class
io.envoyproxy.envoy.api.v2.core.RuntimeFractionalPercent
Packages that use RuntimeFractionalPercent
Package
Description
-
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RuntimeFractionalPercentModifier and TypeMethodDescriptionRuntimeFractionalPercent.Builder.build()RuntimeFractionalPercent.Builder.buildPartial()static RuntimeFractionalPercentRuntimeFractionalPercent.getDefaultInstance()RuntimeFractionalPercent.Builder.getDefaultInstanceForType()RuntimeFractionalPercent.getDefaultInstanceForType()static RuntimeFractionalPercentRuntimeFractionalPercent.parseDelimitedFrom(InputStream input) static RuntimeFractionalPercentRuntimeFractionalPercent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(byte[] data) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(com.google.protobuf.ByteString data) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(InputStream input) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(ByteBuffer data) static RuntimeFractionalPercentRuntimeFractionalPercent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type RuntimeFractionalPercentModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RuntimeFractionalPercent>RuntimeFractionalPercent.getParserForType()static com.google.protobuf.Parser<RuntimeFractionalPercent>RuntimeFractionalPercent.parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionRuntimeFractionalPercent.Builder.mergeFrom(RuntimeFractionalPercent other) RuntimeFractionalPercent.newBuilder(RuntimeFractionalPercent prototype) -
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return RuntimeFractionalPercentModifier and TypeMethodDescriptionCorsPolicy.Builder.getFilterEnabled()Specifies the % of requests for which the CORS filter is enabled.CorsPolicy.getFilterEnabled()Specifies the % of requests for which the CORS filter is enabled.CorsPolicyOrBuilder.getFilterEnabled()Specifies the % of requests for which the CORS filter is enabled.RouteAction.RequestMirrorPolicy.Builder.getRuntimeFraction()If not specified, all requests to the target cluster will be mirrored.RouteAction.RequestMirrorPolicy.getRuntimeFraction()If not specified, all requests to the target cluster will be mirrored.RouteAction.RequestMirrorPolicyOrBuilder.getRuntimeFraction()If not specified, all requests to the target cluster will be mirrored.RouteMatch.Builder.getRuntimeFraction()Indicates that the route should additionally match on a runtime key.RouteMatch.getRuntimeFraction()Indicates that the route should additionally match on a runtime key.RouteMatchOrBuilder.getRuntimeFraction()Indicates that the route should additionally match on a runtime key.CorsPolicy.Builder.getShadowEnabled()Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicy.getShadowEnabled()Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicyOrBuilder.getShadowEnabled()Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionCorsPolicy.Builder.mergeFilterEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS filter is enabled.RouteAction.RequestMirrorPolicy.Builder.mergeRuntimeFraction(RuntimeFractionalPercent value) If not specified, all requests to the target cluster will be mirrored.RouteMatch.Builder.mergeRuntimeFraction(RuntimeFractionalPercent value) Indicates that the route should additionally match on a runtime key.CorsPolicy.Builder.mergeShadowEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicy.Builder.setFilterEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS filter is enabled.RouteAction.RequestMirrorPolicy.Builder.setRuntimeFraction(RuntimeFractionalPercent value) If not specified, all requests to the target cluster will be mirrored.RouteMatch.Builder.setRuntimeFraction(RuntimeFractionalPercent value) Indicates that the route should additionally match on a runtime key.CorsPolicy.Builder.setShadowEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced. -
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.config.filter.http.csrf.v2
Methods in io.envoyproxy.envoy.config.filter.http.csrf.v2 that return RuntimeFractionalPercentModifier and TypeMethodDescriptionCsrfPolicy.Builder.getFilterEnabled()Specifies the % of requests for which the CSRF filter is enabled.CsrfPolicy.getFilterEnabled()Specifies the % of requests for which the CSRF filter is enabled.CsrfPolicyOrBuilder.getFilterEnabled()Specifies the % of requests for which the CSRF filter is enabled.CsrfPolicy.Builder.getShadowEnabled()Specifies that CSRF policies will be evaluated and tracked, but not enforced.CsrfPolicy.getShadowEnabled()Specifies that CSRF policies will be evaluated and tracked, but not enforced.CsrfPolicyOrBuilder.getShadowEnabled()Specifies that CSRF policies will be evaluated and tracked, but not enforced.Methods in io.envoyproxy.envoy.config.filter.http.csrf.v2 with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionCsrfPolicy.Builder.mergeFilterEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CSRF filter is enabled.CsrfPolicy.Builder.mergeShadowEnabled(RuntimeFractionalPercent value) Specifies that CSRF policies will be evaluated and tracked, but not enforced.CsrfPolicy.Builder.setFilterEnabled(RuntimeFractionalPercent value) Specifies the % of requests for which the CSRF filter is enabled.CsrfPolicy.Builder.setShadowEnabled(RuntimeFractionalPercent value) Specifies that CSRF policies will be evaluated and tracked, but not enforced. -
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return RuntimeFractionalPercentModifier and TypeMethodDescriptionExtAuthz.Builder.getFilterEnabled()Specifies if the filter is enabled.ExtAuthz.getFilterEnabled()Specifies if the filter is enabled.ExtAuthzOrBuilder.getFilterEnabled()Specifies if the filter is enabled.Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionExtAuthz.Builder.mergeFilterEnabled(RuntimeFractionalPercent value) Specifies if the filter is enabled.ExtAuthz.Builder.setFilterEnabled(RuntimeFractionalPercent value) Specifies if the filter is enabled. -
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.config.filter.network.redis_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.redis_proxy.v2 that return RuntimeFractionalPercentModifier and TypeMethodDescriptionRedisProxy.PrefixRoutes.Route.RequestMirrorPolicy.Builder.getRuntimeFraction()If not specified or the runtime key is not present, all requests to the target cluster will be mirrored.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy.getRuntimeFraction()If not specified or the runtime key is not present, all requests to the target cluster will be mirrored.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicyOrBuilder.getRuntimeFraction()If not specified or the runtime key is not present, all requests to the target cluster will be mirrored.Methods in io.envoyproxy.envoy.config.filter.network.redis_proxy.v2 with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionRedisProxy.PrefixRoutes.Route.RequestMirrorPolicy.Builder.mergeRuntimeFraction(RuntimeFractionalPercent value) If not specified or the runtime key is not present, all requests to the target cluster will be mirrored.RedisProxy.PrefixRoutes.Route.RequestMirrorPolicy.Builder.setRuntimeFraction(RuntimeFractionalPercent value) If not specified or the runtime key is not present, all requests to the target cluster will be mirrored. -
Uses of RuntimeFractionalPercent in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return RuntimeFractionalPercentModifier and TypeMethodDescriptionTapConfig.Builder.getTapEnabled()[#not-implemented-hide:] Specify if Tap matching is enabled.TapConfig.getTapEnabled()[#not-implemented-hide:] Specify if Tap matching is enabled.TapConfigOrBuilder.getTapEnabled()[#not-implemented-hide:] Specify if Tap matching is enabled.Methods in io.envoyproxy.envoy.service.tap.v2alpha with parameters of type RuntimeFractionalPercentModifier and TypeMethodDescriptionTapConfig.Builder.mergeTapEnabled(RuntimeFractionalPercent value) [#not-implemented-hide:] Specify if Tap matching is enabled.TapConfig.Builder.setTapEnabled(RuntimeFractionalPercent value) [#not-implemented-hide:] Specify if Tap matching is enabled.