Mark XdsAttributes internal

This commit is contained in:
Sanjay Pujare 2019-10-04 09:25:58 -07:00 committed by sanjaypujare
parent c16b104e61
commit ed4f1fbdae
1 changed files with 2 additions and 0 deletions

View File

@ -24,10 +24,12 @@ import io.envoyproxy.envoy.api.v2.auth.TlsCertificate;
import io.envoyproxy.envoy.api.v2.auth.UpstreamTlsContext; import io.envoyproxy.envoy.api.v2.auth.UpstreamTlsContext;
import io.grpc.Attributes; import io.grpc.Attributes;
import io.grpc.Grpc; import io.grpc.Grpc;
import io.grpc.Internal;
/** /**
* Special attributes that are only useful to gRPC in the XDS context. * Special attributes that are only useful to gRPC in the XDS context.
*/ */
@Internal
public final class XdsAttributes { public final class XdsAttributes {
/** /**
* Attribute key for SdsSecretConfig of a subchannel. * Attribute key for SdsSecretConfig of a subchannel.