Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 58 for migrate (0.14 sec)

  1. pkg/controller/volume/persistentvolume/delete_test.go

    			expectedEvents:  noevents,
    			errors:          noerrors,
    			test:            testSyncVolume,
    		},
    		{
    			// PV requires external deleter
    			name:            "8-10-3 - external deleter when volume is migrated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_plugin.go

    			Steps:    6,
    			Duration: 15 * time.Millisecond,
    			Factor:   6.0,
    			Jitter:   0.1,
    		}
    		err = wait.ExponentialBackoff(initBackoff, func() (bool, error) {
    			klog.V(4).Infof("Initializing migrated drivers on CSINode")
    			err := nim.InitializeCSINodeWithAnnotation()
    			if err != nil {
    				kvh.SetKubeletError(fmt.Errorf("failed to initialize CSINode: %v", err))
    				klog.Errorf("Failed to initialize CSINode: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  3. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	broadcaster record.EventBroadcaster
    
    	// pvcQueue is used to queue pvc objects
    	pvcQueue workqueue.TypedRateLimitingInterface[string]
    
    	// csiMigratedPluginManager detects in-tree plugins that have been migrated to CSI
    	csiMigratedPluginManager csimigration.PluginManager
    
    	// intreeToCSITranslator translates from in-tree volume specs to CSI
    	intreeToCSITranslator csimigration.InTreeToCSITranslator
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. android/pom.xml

              pages.
    
              This flag does not exist on 9-10 and 13+ (https://bugs.openjdk.java.net/browse/JDK-8215582).
    
              Consider removing it once our release and test scripts are migrated to a recent JDK (17+).
           -->
          <id>javadocs-jdk11-12</id>
          <activation>
            <jdk>[11,13)</jdk>
          </activation>
          <properties>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. pom.xml

              pages.
    
              This flag does not exist on 9-10 and 13+ (https://bugs.openjdk.java.net/browse/JDK-8215582).
    
              Consider removing it once our release and test scripts are migrated to a recent JDK (17+).
           -->
          <id>javadocs-jdk11-12</id>
          <activation>
            <jdk>[11,13)</jdk>
          </activation>
          <properties>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  6. cmd/kube-controller-manager/app/controllermanager.go

    			OnStartedLeading: func(ctx context.Context) {
    				controllerDescriptors := NewControllerDescriptors()
    				if leaderMigrator != nil {
    					// If leader migration is enabled, we should start only non-migrated controllers
    					//  for the main lock.
    					controllerDescriptors = filteredControllerDescriptors(controllerDescriptors, leaderMigrator.FilterFunc, leadermigration.ControllerNonMigrated)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  7. cmd/kube-apiserver/app/testing/testserver.go

    	TearDownFn        TearDownFunc              // TearDown function
    	TmpDir            string                    // Temp Dir used, by the apiserver
    	EtcdClient        *clientv3.Client          // used by tests that need to check data migrated from APIs that are no longer served
    	EtcdStoragePrefix string                    // storage prefix in etcd
    }
    
    // Logger allows t.Testing and b.Testing to be passed to StartTestServer and StartTestServerOrDie
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. docs/en/data/external_links.yml

    https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築 Portuguese: - author: Jessica Temporal author_link: https://jtemporal.com/socials link: https://jtemporal.com/dicas-para-migrar-de-flask-para-fastapi-e-vice-versa/ title: Dicas para migrar uma aplicação de Flask para FastAPI e vice-versa Russian: - author: Troy Köhler author_link: https://www.linkedin.com/in/trkohler/ link: https://trkohler.com/fast-api-introduction-to-framework title: 'FastAPI: знакомимся...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. src/internal/trace/trace_test.go

    				// The old build infrastructure truncates logs at ~2 MiB.
    				// Let's assume we're the only failure and give ourselves
    				// up to 1.5 MiB to dump the trace.
    				//
    				// TODO(mknyszek): Remove this when we've migrated off of
    				// the old infrastructure.
    				t.Logf("text trace too large to dump (%d bytes)", len(s))
    			} else {
    				t.Log(s)
    			}
    		} else if t.Failed() || *dumpTraces {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

     * <a href="https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_sequences">ANSI escape sequences</a>.
     *
     * This class comes from Jansi and is provided for backward compatibility
     * with maven-shared-utils, while Maven has migrated to JLine (into which Jansi has been merged
     * since JLine 3.25.0).
     */
    @SuppressWarnings({"checkstyle:MagicNumber", "unused"})
    public class Ansi implements Appendable {
    
        private static final char FIRST_ESC_CHAR = 27;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top