Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nfs (0.02 sec)

  1. src/test/java/org/codelibs/fess/helper/ProtocolHelperTest.java

            protocolHelper.addWebProtocol("https");
            protocolHelper.addWebProtocol("ftp");
            protocolHelper.addFileProtocol("smb");
            protocolHelper.addFileProtocol("nfs");
    
            assertEquals(3, protocolHelper.getWebProtocols().length);
            assertEquals(3, protocolHelper.getFileProtocols().length);
    
            assertTrue(protocolHelper.isValidWebProtocol("https://example.com"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    - Add a new counter metrics `apiserver_admission_webhook_rejection_count` with details about the causing for a webhook rejection. ([#81399](https://github.com/kubernetes/kubernetes/pull/81399), [@roycaihw](https://github.com/roycaihw))
    - NFS Drivers are now enabled to collect metrics, StatFS metrics provider is used to collect the metrics. (@brahmaroutu) ([#75805](https://github.com/kubernetes/kubernetes/pull/75805), [@brahmaroutu](https://github.com/brahmaroutu))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
Back to top