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
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,8 @@ public final class SocketAddress extends com.google.api.client.json.GenericJson
64
64
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
65
65
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
66
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.
67
+
* ``CAP_NET_ADMIN`` capability. .. attention:: Network namespaces are only configurable on Linux.
68
+
* Otherwise, this field has no effect.
70
69
* The value may be {@code null}.
71
70
*/
72
71
@com.google.api.client.util.Key
@@ -169,9 +168,8 @@ public SocketAddress setNamedPort(java.lang.String namedPort) {
169
168
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7
170
169
* network_namespaces``). If this field is set, Envoy will create the socket in the specified
171
170
* 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
174
-
* effect.
171
+
* ``CAP_NET_ADMIN`` capability. .. attention:: Network namespaces are only configurable on Linux.
0 commit comments