You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-trafficdirector/v3/2.0.0/com/google/api/services/trafficdirector/v3/model/SocketAddress.java
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,12 @@ public final class SocketAddress extends com.google.api.client.json.GenericJson
61
61
privatejava.lang.StringnamedPort;
62
62
63
63
/**
64
-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket
65
-
* in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
64
+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
65
+
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
66
+
* network namespace. .. note:: Setting this parameter requires Envoy to run with the
67
+
* ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. ..
68
+
* attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no
69
+
* effect.
66
70
* The value may be {@code null}.
67
71
*/
68
72
@com.google.api.client.util.Key
@@ -162,17 +166,25 @@ public SocketAddress setNamedPort(java.lang.String namedPort) {
162
166
}
163
167
164
168
/**
165
-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket
166
-
* in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
169
+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
170
+
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
171
+
* network namespace. .. note:: Setting this parameter requires Envoy to run with the
172
+
* ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. ..
173
+
* attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no
0 commit comments