Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,003 for daemons (0.11 sec)

  1. staging/src/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go

    	"updatedNumberScheduled": "The total number of nodes that are running updated daemon pod",
    	"numberAvailable":        "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    [[config_cache:not_yet_implemented:sharing]]
    === Sharing the configuration cache
    
    The configuration cache is currently stored locally only.
    It can be reused by hot or cold local Gradle daemons.
    But it can't be shared between developers or CI machines.
    
    See link:{gradle-issues}13510[gradle/gradle#13510].
    
    [[config_cache:not_yet_implemented:source_dependencies]]
    === Source dependencies
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"updatedNumberScheduled": "The total number of nodes that are running updated daemon pod",
    	"numberAvailable":        "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/apps/v1/generated.proto

      optional int32 numberReady = 4;
    
      // The most recent generation observed by the daemon set controller.
      // +optional
      optional int64 observedGeneration = 5;
    
      // The total number of nodes that are running updated daemon pod
      // +optional
      optional int32 updatedNumberScheduled = 6;
    
      // The number of nodes that should be running the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1/generated.proto

      optional int32 numberReady = 4;
    
      // The most recent generation observed by the daemon set controller.
      // +optional
      optional int64 observedGeneration = 5;
    
      // The total number of nodes that are running updated daemon pod
      // +optional
      optional int32 updatedNumberScheduled = 6;
    
      // The number of nodes that should be running the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/apps/v1beta2/generated.proto

    }
    
    // DaemonSetStatus represents the current status of a daemon set.
    message DaemonSetStatus {
      // The number of nodes that are running at least 1
      // daemon pod and are supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
      optional int32 currentNumberScheduled = 1;
    
      // The number of nodes that are running the daemon pod, but are
      // not supposed to run the daemon pod.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1beta2/generated.proto

    }
    
    // DaemonSetStatus represents the current status of a daemon set.
    message DaemonSetStatus {
      // The number of nodes that are running at least 1
      // daemon pod and are supposed to run the daemon pod.
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
      optional int32 currentNumberScheduled = 1;
    
      // The number of nodes that are running the daemon pod, but are
      // not supposed to run the daemon pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/DaemonHealthStats.java

    import org.gradle.internal.util.NumberUtil;
    import org.gradle.launcher.daemon.server.health.gc.DefaultGarbageCollectionMonitor;
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionInfo;
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionMonitor;
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionStats;
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectorMonitoringStrategy;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:23:18 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonStateCoordinator.java

     *
     * This class has no knowledge of the Daemon's internals and is designed to be used internally by the daemon to coordinate itself and allow worker threads to control the daemon's busy/idle status.
     *
     * This is not exposed to clients of the daemon.
     */
    public class DaemonStateCoordinator implements Stoppable, DaemonStateControl {
        public static final String DAEMON_WILL_STOP_MESSAGE = "Daemon will be stopped at the end of the build ";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. cluster/addons/calico-policy-controller/calico-node-daemonset.yaml

    kind: DaemonSet
    apiVersion: apps/v1
    metadata:
      name: calico-node
      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
        k8s-app: calico-node
    spec:
      selector:
        matchLabels:
          k8s-app: calico-node
      updateStrategy:
        type: RollingUpdate
      template:
        metadata:
          labels:
            k8s-app: calico-node
        spec:
          priorityClassName: system-node-critical
          nodeSelector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 25 12:18:44 UTC 2021
    - 6K bytes
    - Viewed (0)
Back to top