- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 345 for ip (0.03 sec)
-
CHANGELOG/CHANGELOG-1.7.md
#### Load Balancing * [stable] Source IP Preservation - change Cloud load-balancer strategy to health-checks and respond to health check only on nodes that host pods for the service. See [Create an External Load Balancer - Preserving the client source IP](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip). Two annotations have been promoted to API fields:
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
istioctl/pkg/proxyconfig/testdata/config_dump.json
"input": { "name": "ip", "typed_config": { "@type": "type.googleapis.com/envoy.extensions.matching.common_inputs.network.v3.DestinationIPInput" } }, "custom_match": { "name": "ip", "typed_config": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 03 23:08:06 UTC 2024 - 54.8K bytes - Viewed (0) -
src/main/java/jcifs/NetbiosAddress.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs; import java.net.UnknownHostException; /** * This class represents a NetBIOS over TCP/IP address. Under normal * conditions, users of jCIFS need not be concerned with this class as * name resolution and session services are handled internally by the smb package. * * <p>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
valueMap.put(e.getKey(), e.getValue().replace('\t', '_')); }); log(valueMap); } protected void log(final Map<String, String> valueMap) { valueMap.put("ip", getClientIp()); valueMap.put("time", DateTimeFormatter.ISO_INSTANT.format(ZonedDateTime.now())); if (useEcsFormat) { printByEcs(valueMap); } else { printByLtsv(valueMap);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.7K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Address.kt
* * HTTP requests that share the same [Address] may also share the same [Connection]. */ class Address( uriHost: String, uriPort: Int, /** Returns the service that will be used to resolve IP addresses for hostnames. */ @get:JvmName("dns") val dns: Dns, /** Returns the socket factory for new connections. */ @get:JvmName("socketFactory") val socketFactory: SocketFactory,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.4K bytes - Viewed (0) -
istioctl/pkg/writer/compare/testdata/configdump_diff.json
"input": { "name": "ip", "typed_config": { "@type": "type.googleapis.com/envoy.extensions.matching.common_inputs.network.v3.DestinationIPInput" } }, "custom_match": { "name": "ip", "typed_config": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 12 10:02:09 UTC 2024 - 51.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Only use the first IP address got from instance metadata. This is because Azure CNI would set up a list of IP addresses in instance metadata, while only the first one is the Node's IP. ([#71736](https://github.com/kubernetes/kubernetes/pull/71736), [@feiskyer](https://github.com/feiskyer))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
cmd/bucket-handlers.go
// - Check if a bucket has an entry in etcd backend // -- If no, make an entry // -- If yes, check if the entry matches local IP check if we // // need to update the entry then proceed to update // // -- If yes, check if the IP of entry matches local IP. // // This means entry is for this instance. // // -- If IP of the entry doesn't match, this means entry is // // for another instance. Log an error to console.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 12 12:24:04 UTC 2024 - 63.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
if ( address != null && address.length() > 0 ) { byte[] ip = java.net.InetAddress.getByName(address).getAddress(); this.addresses = new UniAddress[1]; this.addresses[ 0 ] = new UniAddress(java.net.InetAddress.getByAddress(host, ip)); } } else if ( host.length() == 0 ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 20 08:24:53 UTC 2019 - 23.9K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample3.eml
回答することができません。不審なメールやメッセージを受け取った方は、 当メールに記載のお問い合わせ窓口へご連絡をお願いいたします。 「お問い合わせ窓口」 株式会社ソニー・コンピュータエンタテインメント インフォメーションセンター http://www.jp.playstation.com/R/support_formjp 【製品など一般問合せについて】 TEL 0570-000-929 (PHS、一部のIP電話でのご利用は03-6733-0800) 受付時間 10:00-18:00 【“PlayStation Network”について】 TEL 0570-550-776 (PHS、一部のIP電話でのご利用は03-6733-0800) 受付時間 10:00-18:00 ---------- <発行> 株式会社ソニー・コンピュータエンタテインメント 〒108-8270 東京都港区港南1丁目6番27号 ■"PlayStation Network"のご利用に関する規約 http://www.jp.playstation.com/R/psn_kiyaku ■特定商取引法に基づく表示 http://...
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 539.6K bytes - Viewed (0)