Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,290 for Rolling (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/constant-folding.mlir

    Junwhan Ahn <******@****.***> 1690253399 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 25 02:54:34 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    // mechanism.
    func (ctrl *PersistentVolumeController) unbindVolume(ctx context.Context, volume *v1.PersistentVolume) error {
    	logger := klog.FromContext(ctx)
    	logger.V(4).Info("Updating PersistentVolume: rolling back binding from claim", "PVC", klog.KRef(volume.Spec.ClaimRef.Namespace, volume.Spec.ClaimRef.Name), "volumeName", volume.Name)
    
    	// Save the PV only when any modification is necessary.
    	volumeClone := volume.DeepCopy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.25.md

    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "rollingUpdate": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.apps.v1.RollingUpdateDaemonSet"
                  }
                ],
                "description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
              },
              "type": {
                "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

    #
    # Args:
    # $1 master env (kube-env of master; result of calling get-master-env)
    # $2 env key to use
    function get-env-val() {
      local match
      match=$( (echo "${1}" | grep -E "^${2}:") || echo '')
      if [[ -z "${match}" ]]; then
        echo ""
      fi
      echo "${match}" | cut -d : -f 2 | cut -d \' -f 2
    }
    
    # Load the master env by calling get-master-env, and extract important values
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. platforms/core-runtime/tooling-api-provider/src/main/resources/META-INF/services/org.gradle.tooling.internal.protocol.ConnectionVersion4

    org.gradle.tooling.internal.provider.DefaultConnection...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:58:56 UTC 2024
    - 54 bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  8. pkg/util/filesystem/watcher.go

    // Multiple observed events may collapse to a single invocation of eventHandler().
    //
    // eventHandler() is invoked immediately after successful initialization of the filesystem watch,
    // in case the path changed concurrent with calling WatchUntil().
    func WatchUntil(ctx context.Context, pollInterval time.Duration, path string, eventHandler func(), errorHandler func(err error)) {
    	if pollInterval <= 0 {
    		panic(fmt.Errorf("pollInterval must be > 0"))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 14 23:09:15 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. src/os/fifo_test.go

    	// Per https://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html#tag_16_357_03:
    	//
    	// - “If O_NONBLOCK is clear, an open() for reading-only shall block the
    	//   calling thread until a thread opens the file for writing. An open() for
    	//   writing-only shall block the calling thread until a thread opens the file
    	//   for reading.”
    	//
    	// In order to unblock both open calls, we open the two ends of the FIFO
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:47:23 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top