Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for deutsch (0.11 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    // Verifies there are two attach calls and no detach calls.
    // Deletes the first node/volume/pod tuple from desiredStateOfWorld cache without first marking the node/volume as unmounted.
    // Verifies there is one detach call and no (new) attach calls.
    // Deletes the second node/volume/pod tuple from desiredStateOfWorld cache without first marking the node/volume as unmounted.
    // Verifies there are two detach calls and no (new) attach calls.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    }
    
    // Populates desiredStateOfWorld cache with one volume/pod.
    // Calls Run()
    // Verifies there is one attach/mount/etc call and no detach calls.
    // Deletes volume/pod from desired state of world.
    // Verifies detach/unmount calls are issued.
    func Test_Run_Positive_VolumeAttachMountUnmountDetach(t *testing.T) {
    	// Arrange
    	volumePluginMgr, fakePlugin := volumetesting.GetTestKubeletVolumePluginMgr(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

    * A new volume manager was introduced in kubelet that synchronizes volume mount/unmount (and attach/detach, if attach/detach controller is not enabled). ([#26801](https://github.com/kubernetes/kubernetes/pull/26801), [@saad-ali](https://github.com/saad-ali))
        * This eliminates the race conditions between the pod creation loop and the orphaned volumes loops. It also removes the unmount/detach from the `syncPod()` path so volume clean up never blocks the `syncPod` loop.
    
    
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  4. pkg/volume/testing/testing.go

    	// for the first attach call. The following call will return successfully.
    	UncertainAttachNode = "uncertain-attach-node"
    	// The detach operation will keep failing on the node.
    	FailDetachNode = "fail-detach-node"
    	// The node is marked as timeout. The attach operation will always fail and return timeout error
    	// but the operation is actually succeeded.
    	TimeoutAttachNode = "timeout-attach-node"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        setUp(parameters.first, parameters.second)
        Assumptions.assumeFalse(windows) // Windows can't have two concurrent editors.
    
        // Create an editor for k1. Detach it by clearing the cache.
        val editor = cache.edit("k1")!!
        editor.setString(0, "a")
        editor.setString(1, "a")
        cache.evictAll()
    
        // Create a new value in its place.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_attacher_test.go

    		spec     *volume.Spec
    		attached bool
    	}
    	testCases := []struct {
    		name          string
    		attachedSpecs []attachedSpec
    		watchTimeout  time.Duration
    	}{
    		{
    			name: "attach and detach",
    			attachedSpecs: []attachedSpec{
    				{"vol0", volume.NewSpecFromPersistentVolume(makeTestPV("pv0", 10, testDriver, "vol0"), false), true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/options/options_test.go

    	persistentvolumeconfig "k8s.io/kubernetes/pkg/controller/volume/persistentvolume/config"
    )
    
    var args = []string{
    	"--allocate-node-cidrs=true",
    	"--attach-detach-reconcile-sync-period=30s",
    	"--cidr-allocator-type=CloudAllocator",
    	"--cloud-config=/cloud-config",
    	"--cloud-provider=gce",
    	"--cluster-cidr=1.2.3.4/24",
    	"--cluster-name=k8s",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    }
    
    // Populates data struct with one volume/node entry.
    // Calls MarkDesireToDetach() once on volume/node entry.
    // Calls ResetDetachRequestTime() to reset the detach request time value back to 0.
    // Verifies mountedByNode is true and detachRequestedTime is reset to zero.
    func Test_MarkDesireToDetach_Positive_MarkedAddVolumeNodeReset(t *testing.T) {
    	// Arrange
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  9. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "dutch_keywords": {
            "type":       "keyword_marker",
            "keywords": ["hallo", "wereld", "zoeken"]
          },
          "dutch_stemmer": {
            "type":       "stemmer",
            "language":   "dutch"
          },
          "dutch_override": {
            "type":       "stemmer_override",
            "rules": [
              "fiets=>fiets",
              "bromfiets=>bromfiets",
              "ei=>eier",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  10. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "dutch_keywords": {
            "type":       "keyword_marker",
            "keywords": ["hallo", "wereld", "zoeken"]
          },
          "dutch_stemmer": {
            "type":       "stemmer",
            "language":   "dutch"
          },
          "dutch_override": {
            "type":       "stemmer_override",
            "rules": [
              "fiets=>fiets",
              "bromfiets=>bromfiets",
              "ei=>eier",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
Back to top