Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getAvailableResources (0.72 sec)

  1. src/main/java/jcifs/SmbResourceException.java

            return resourceType;
        }
    
        /**
         * Gets available resources
         *
         * @return available resources or -1 if unknown
         */
        public long getAvailableResources() {
            return availableResources;
        }
    
        /**
         * Gets requested resources
         *
         * @return requested resources or -1 if unknown
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    - Hugepages request values are limited to integer multiples of the page size. ([#98515](https://github.com/kubernetes/kubernetes/pull/98515), [@lala123912](https://github.com/lala123912)) [SIG Apps]
    - Implement the GetAvailableResources in the podresources API. ([#95734](https://github.com/kubernetes/kubernetes/pull/95734), [@fromanirh](https://github.com/fromanirh)) [SIG Instrumentation, Node and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top