- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for Namespaced (0.23 sec)
-
CHANGELOG/CHANGELOG-1.32.md
### Other (Cleanup or Flake) - Improve error message when a pod with user namespaces is created and the runtime doesn't support user namespaces. ([#131782](https://github.com/kubernetes/kubernetes/pull/131782), [@rata](https://github.com/rata)) [SIG Node] ## Dependencies ### Added _Nothing has changed._ ### Changed
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
### Other (Cleanup or Flake) - Improve error message when a pod with user namespaces is created and the runtime doesn't support user namespaces. ([#131781](https://github.com/kubernetes/kubernetes/pull/131781), [@rata](https://github.com/rata)) [SIG Node] ## Dependencies ### Added _Nothing has changed._ ### Changed
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/CrawlJobTest.java
assertEquals(Constants.CRAWLING_INFO_SYSTEM_NAME, crawlJob.namespace); assertNull(crawlJob.webConfigIds); assertNull(crawlJob.fileConfigIds); assertNull(crawlJob.dataConfigIds); assertEquals(-2, crawlJob.documentExpires); assertEquals(-1, crawlJob.hotThreadInterval); } // Test namespace setter public void test_namespace() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 25K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java
/** * Share flag indicating automatic caching of programs and documents. */ public static final int SMB2_SHAREFLAG_VDO_CACHING = 0x20; /** * Share flag indicating the share is in a DFS namespace. */ public static final int SMB2_SHAREFLAG_DFS = 0x1; /** * Share flag indicating the share is a DFS root. */ public static final int SMB2_SHAREFLAG_DFS_ROOT = 0x2; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessServiceType.java
*/ FILE_SERVER_WITNESS, /** * Scale-out file server witness for scale-out deployments */ SCALE_OUT_WITNESS, /** * DFS namespace witness for distributed file system resources */ DFS_WITNESS
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 1.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/TreeConnectResponse.java
* * @return service */ String getService(); /** * Indicates whether the connected share is part of a Distributed File System (DFS) namespace. * * @return whether the share is in DFS */ boolean isShareDfs(); /** * Indicates whether the tree connection has been successfully established and has a valid tree ID. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
* Processes collection definitions and tracks the element hierarchy. * * @param uri the namespace URI, or empty string if none * @param localName the local name without prefix, or empty string if namespace processing is not performed * @param qName the qualified name with prefix, or empty string if qualified names are not available
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Improved the error message shown when a Pod using user namespaces was created on a runtime that did not support user namespaces. ([#131623](https://github.com/kubernetes/kubernetes/pull/131623), [@rata](https://github.com/rata))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
- Compatibility testing with Windows Server 2016/2019/2022 ### Test Infrastructure Requirements - Windows Server test environment with: - Failover clustering - RDMA-capable network adapters - DFS namespace - Multiple network interfaces ## Configuration Properties ```properties # Lease configuration jcifs.smb.client.useLeases=true jcifs.smb.client.leaseTimeout=30000 # Persistent handles
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/Config.java
/** * This class uses a static {@link java.util.Properties} to act * as a cental repository for all jCIFS configuration properties. It cannot be * instantiated. Similar to <code>System</code> properties the namespace * is global therefore property names should be unique. Before use, * the <code>load</code> method should be called with the name of a * <code>Properties</code> file (or <code>null</code> indicating no
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.5K bytes - Viewed (0)