Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Admin.Builder
Packages that use Admin.Builder
-
Uses of Admin.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Admin.BuilderModifier and TypeMethodDescriptionAdmin.Builder.addAccessLog(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog(AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAccessLog(AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAllAccessLog(Iterable<? extends AccessLog> values) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.addAllAllowPaths(Iterable<? extends StringMatcher> values) List of admin paths that are accessible.Admin.Builder.addAllowPaths(int index, StringMatcher value) List of admin paths that are accessible.Admin.Builder.addAllowPaths(int index, StringMatcher.Builder builderForValue) List of admin paths that are accessible.Admin.Builder.addAllowPaths(StringMatcher value) List of admin paths that are accessible.Admin.Builder.addAllowPaths(StringMatcher.Builder builderForValue) List of admin paths that are accessible.Admin.Builder.addAllSocketOptions(Iterable<? extends SocketOption> values) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Admin.Builder.addSocketOptions(int index, SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions(SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.addSocketOptions(SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.clear()Admin.Builder.clearAccessLog()Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.clearAccessLogPath()Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.clearAddress()The TCP address that the administration server will listen on.Admin.Builder.clearAllowPaths()List of admin paths that are accessible.Admin.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Admin.Builder.clearIgnoreGlobalConnLimit()Indicates whether :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>` should apply to the admin interface or not.Admin.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Admin.Builder.clearProfilePath()The CPU profiler output path for the administration server.Admin.Builder.clearSocketOptions()Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.clone()Bootstrap.Builder.getAdminBuilder()Configuration for the local administration HTTP server.Admin.Builder.mergeAddress(Address value) The TCP address that the administration server will listen on.Admin.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Admin.Builder.mergeFrom(com.google.protobuf.Message other) final Admin.BuilderAdmin.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Admin.BuilderAdmin.newBuilder()static Admin.BuilderAdmin.newBuilder(Admin prototype) Admin.newBuilderForType()protected Admin.BuilderAdmin.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Admin.Builder.removeAccessLog(int index) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.removeAllowPaths(int index) List of admin paths that are accessible.Admin.Builder.removeSocketOptions(int index) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setAccessLog(int index, AccessLog value) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.setAccessLog(int index, AccessLog.Builder builderForValue) Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by the administration server.Admin.Builder.setAccessLogPath(String value) Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.setAccessLogPathBytes(com.google.protobuf.ByteString value) Deprecated.envoy.config.bootstrap.v3.Admin.access_log_path is deprecated.Admin.Builder.setAddress(Address value) The TCP address that the administration server will listen on.Admin.Builder.setAddress(Address.Builder builderForValue) The TCP address that the administration server will listen on.Admin.Builder.setAllowPaths(int index, StringMatcher value) List of admin paths that are accessible.Admin.Builder.setAllowPaths(int index, StringMatcher.Builder builderForValue) List of admin paths that are accessible.Admin.Builder.setIgnoreGlobalConnLimit(boolean value) Indicates whether :ref:`global_downstream_max_connections <config_overload_manager_limiting_connections>` should apply to the admin interface or not.Admin.Builder.setProfilePath(String value) The CPU profiler output path for the administration server.Admin.Builder.setProfilePathBytes(com.google.protobuf.ByteString value) The CPU profiler output path for the administration server.Admin.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Admin.Builder.setSocketOptions(int index, SocketOption value) Additional socket options that may not be present in Envoy source code or precompiled binaries.Admin.Builder.setSocketOptions(int index, SocketOption.Builder builderForValue) Additional socket options that may not be present in Envoy source code or precompiled binaries.final Admin.BuilderAdmin.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Admin.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Admin.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setAdmin(Admin.Builder builderForValue) Configuration for the local administration HTTP server.