Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for subresource (0.34 sec)

  1. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

      }
    
      private enum VarHandleAtomicHelperMaker {
        INSTANCE {
          /**
           * Implementation used by non-J2ObjC environments (aside, of course, from those that have
           * supersource for the entirety of {@link AbstractFutureState}).
           */
          @Override
          @J2ObjCIncompatible
          @Nullable AtomicHelper tryMakeVarHandleAtomicHelper() {
            try {
              /*
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Fixes a bug where Services using finalizers may hold onto ClusterIP and/or NodePort allocated resources for longer than expected if the finalizer is removed using the status subresource ([#120654](https://github.com/kubernetes/kubernetes/pull/120654), [@aojea](https://github.com/aojea)) [SIG Testing]
    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  3. guava-gwt/pom.xml

                        <include name="**/InternalFutureFailureAccess.java" />
                      </fileset>
                    </copy>
                    <!-- Any manually written supersource should take priority over the original guava source, so we set overwrite=true. -->
                    <copy toDir="${project.build.directory}/guava-gwt-sources" overwrite="true">
                      <fileset dir="src-super" />
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

        * The body size limit does not apply to subresources like pods/proxy that proxy request content to another server.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top