Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Migration (0.16 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. 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)
Back to top