Class StorageVersionMigrationSpec

    • Constructor Detail

      • StorageVersionMigrationSpec

        public StorageVersionMigrationSpec()
        No args constructor for use in serialization
    • Method Detail

      • getContinueToken

        public String getContinueToken()
        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.
      • setContinueToken

        public void setContinueToken​(String continueToken)
        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.
      • setResource

        public void setResource​(GroupVersionResource resource)
        Spec of the storage version migration.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)