Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for subresource (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.2.md

    HorizontalPodAutoscalerSpec was replaced by TargetCPUUtilizationPercentage
    which is an integer.
            * ScaleRef of type SubresourceReference in HorizontalPodAutoscalerSpec which
    referred to scale subresource of the resource being scaled was replaced by
    ScaleTargetRef which points just to the resource being scaled.
            * In extensions/v1beta1 if CPUUtilization in HorizontalPodAutoscalerSpec was not
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/hash/LittleEndianByteArray.java

      private enum VarHandleLittleEndianBytesMaker {
        INSTANCE {
          /**
           * Implementation used by non-J2ObjC environments (aside, of course, from those that have
           * supersource for the entirety of {@link AbstractFuture}).
           */
          @Override
          @J2ObjCIncompatible
          @Nullable LittleEndianBytes tryMakeVarHandleLittleEndianBytes() {
            try {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 03:49:18 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
Back to top