Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 4,880 for current$ (0.14 sec)

  1. common-protos/k8s.io/api/autoscaling/v1/generated.proto

    }
    
    // PodsMetricStatus indicates the current value of a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    message PodsMetricStatus {
      // metricName is the name of the metric in question
      optional string metricName = 1;
    
      // currentAverageValue is the current value of the average of the
      // metric across all relevant pods (as a quantity)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/resources/ProjectLeaseRegistry.java

        boolean isAllowedUncontrolledAccessToAnyProject();
    
        /**
         * Performs some blocking action. If the current thread is allowed to make changes to project locks, then release all locks
         * then run the action and reacquire any locks.
         * If the current thread is not allowed to make changes to the project locks (via {@link #whileDisallowingProjectLockChanges(Factory)},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. maven-compat/src/main/resources/META-INF/maven/plugin.xml

              <editable>false</editable>
              <description>The current MavenProject instance, which will have the current executionProject cleared after execution.</description>
            </parameter>
            <parameter>
              <name>forkId</name>
              <type>int</type>
              <required>true</required>
              <editable>true</editable>
              <description>The current fork identifier.</description>
            </parameter>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 28 09:19:32 UTC 2013
    - 9.3K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/insight/DependencyInsightReporter.java

                    current = newRequestedVersion(out, dependency);
                }
                if (!singlePathToDependency || current.getChildren().isEmpty()) {
                    current.addChild(dependency);
                }
            }
    
            return out;
        }
    
        private DependencyReportHeader createHeaderForDependency(DependencyEdge dependency, Set<Throwable> alreadyReportedErrors) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java

        while (true) {
          long current = longs.get(i);
          double currentVal = longBitsToDouble(current);
          double nextVal = currentVal + delta;
          long next = doubleToRawLongBits(nextVal);
          if (longs.compareAndSet(i, current, next)) {
            return nextVal;
          }
        }
      }
    
      /**
       * Returns the String representation of the current values of array.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 04 09:45:04 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2.HorizontalPodAutoscaler.yaml

        status: statusValue
        type: typeValue
      currentMetrics:
      - containerResource:
          container: containerValue
          current:
            averageUtilization: 3
            averageValue: "0"
            value: "0"
          name: nameValue
        external:
          current:
            averageUtilization: 3
            averageValue: "0"
            value: "0"
          metric:
            name: nameValue
            selector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/autoscaling.v2beta2.HorizontalPodAutoscaler.json

                      ]
                    }
                  ]
                }
              },
              "current": {
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 3
              }
            },
            "resource": {
              "name": "nameValue",
              "current": {
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 7.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/autoscaling.v2.HorizontalPodAutoscaler.json

                      ]
                    }
                  ]
                }
              },
              "current": {
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 3
              }
            },
            "resource": {
              "name": "nameValue",
              "current": {
                "value": "0",
                "averageValue": "0",
                "averageUtilization": 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta2.HorizontalPodAutoscaler.yaml

        status: statusValue
        type: typeValue
      currentMetrics:
      - containerResource:
          container: containerValue
          current:
            averageUtilization: 3
            averageValue: "0"
            value: "0"
          name: nameValue
        external:
          current:
            averageUtilization: 3
            averageValue: "0"
            value: "0"
          metric:
            name: nameValue
            selector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2/containerresourcemetricstatus.go

    // with apply.
    type ContainerResourceMetricStatusApplyConfiguration struct {
    	Name      *v1.ResourceName                     `json:"name,omitempty"`
    	Current   *MetricValueStatusApplyConfiguration `json:"current,omitempty"`
    	Container *string                              `json:"container,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top