Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Migration (0.15 sec)

  1. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

            "description": "Spec of the storage version migration.",
            "properties": {
              "continueToken": {
                "description": "The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is \"Running\", users can use this token to check the progress of the migration.",
                "type": "string"
              },
              "resource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

              },
              "storedVersions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	}
    
    	migrationGVR := obj.Spec.Resource.Resource + "." + obj.Spec.Resource.Version + "." + obj.Spec.Resource.Group
    	row.Cells = append(row.Cells, obj.Name, migrationGVR)
    	//ToDo: add migration condition 'status' and 'type' (migration successful | failed)
    
    	return []metav1.TableRow{row}, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. pkg/volume/util/operationexecutor/operation_generator.go

    		if !pluginExists {
    			volumeSpecList = []*volume.Spec{}
    		}
    		volumeSpecList = append(volumeSpecList, volumeAttached.VolumeSpec)
    		volumesPerPlugin[volumePlugin.GetPluginName()] = volumeSpecList
    		// Migration: VolumeSpecMap contains original VolumeName for use in ActualStateOfWorld
    		volumeSpecMap[volumeAttached.VolumeSpec] = volumeAttached.VolumeName
    	}
    
    	volumesAreAttachedFunc := func() volumetypes.OperationContext {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Upgrade */
        public static final String LABELS_upgrade_title_configuration = "{labels.upgrade_title_configuration}";
    
        /** The key of the message: Data Migration */
        public static final String LABELS_upgrade_data_migration = "{labels.upgrade_data_migration}";
    
        /** The key of the message: Reindex */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    installation methods (such as istioctl, Istio Operator, other helm charts, etc) can be migrated to use the new Helm charts following the guidance below. If you are able to, a clean installation is simpler. However, this often requires an external IP migration which can be challenging. WARNING: when installing over an existing deployment, the two deployments will be merged together by Helm, which may lead to unexpected results. #### Legacy Gateway Helm charts Istio historically offered two different charts...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      # NOTE: These locations on the PD store persistent data, so to maintain
      # upgradeability, these locations should not change.  If they do, take care
      # to maintain a migration path from these locations to whatever new
      # locations.
    
      # Contains all the data stored in etcd.
      mkdir -p "${mount_point}/var/etcd"
      chmod 700 "${mount_point}/var/etcd"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    *.developer.app
    noop.app
    
    // Northflank Ltd. : https://northflank.com/
    // Submitted by Marco Suter <******@****.***>
    *.northflank.app
    *.build.run
    *.code.run
    *.database.run
    *.migration.run
    
    // Noticeable : https://noticeable.io
    // Submitted by Laurent Pellegrino <******@****.***>
    noticeable.news
    
    // Now-DNS : https://now-dns.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top