Skip to content

Commit c5ea4c9

Browse files
fix(trafficdirector): update the API
#### trafficdirector:v3 The following keys were changed: - schemas.SocketAddress.properties.networkNamespaceFilepath.description
1 parent 0b2587b commit c5ea4c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/trafficdirector-v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129
}
130130
},
131-
"revision": "20250516",
131+
"revision": "20250618",
132132
"rootUrl": "https://trafficdirector.googleapis.com/",
133133
"schemas": {
134134
"Address": {
@@ -1118,7 +1118,7 @@
11181118
"type": "string"
11191119
},
11201120
"networkNamespaceFilepath": {
1121-
"description": "The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]",
1121+
"description": "Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7 network_namespaces``). If this field is set, Envoy will create the socket in the specified network namespace. .. note:: Setting this parameter requires Envoy to run with the ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. .. attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no effect.",
11221122
"type": "string"
11231123
},
11241124
"portValue": {

‎src/apis/trafficdirector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/trafficdirector/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ export namespace trafficdirector_v3 {
727727
*/
728728
namedPort?: string | null;
729729
/**
730-
* The Linux network namespace to bind the socket to. If this is set, Envoy will create the socket in the specified network namespace. Only supported on Linux. [#not-implemented-hide:]
730+
* Filepath that specifies the Linux network namespace this socket will be created in (see ``man 7 network_namespaces``). If this field is set, Envoy will create the socket in the specified network namespace. .. note:: Setting this parameter requires Envoy to run with the ``CAP_NET_ADMIN`` capability. .. note:: Currently only used for Listener sockets. .. attention:: Network namespaces are only configurable on Linux. Otherwise, this field has no effect.
731731
*/
732732
networkNamespaceFilepath?: string | null;
733733
portValue?: number | null;

0 commit comments

Comments
 (0)