Class StorageVersionMigrationSpec
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.storagemigration.v1alpha1.StorageVersionMigrationSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<StorageVersionMigrationSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StorageVersionMigrationSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<StorageVersionMigrationSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Spec of the storage version migration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageVersionMigrationSpec()No args constructor for use in serializationStorageVersionMigrationSpec(String continueToken, GroupVersionResource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageVersionMigrationSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetContinueToken()The token used in the list options to get the next chunk of objects to migrate.GroupVersionResourcegetResource()Spec of the storage version migration.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetContinueToken(String continueToken)The token used in the list options to get the next chunk of objects to migrate.voidsetResource(GroupVersionResource resource)Spec of the storage version migration.StorageVersionMigrationSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
StorageVersionMigrationSpec
public StorageVersionMigrationSpec()
No args constructor for use in serialization
-
StorageVersionMigrationSpec
public StorageVersionMigrationSpec(String continueToken, GroupVersionResource resource)
-
-
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.
-
getResource
public GroupVersionResource getResource()
Spec of the storage version migration.
-
setResource
public void setResource(GroupVersionResource resource)
Spec of the storage version migration.
-
edit
public StorageVersionMigrationSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<StorageVersionMigrationSpecBuilder>
-
toBuilder
public StorageVersionMigrationSpecBuilder toBuilder()
-
-