Class V1alpha1StorageVersionMigrationSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1StorageVersionMigrationSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1alpha1StorageVersionMigrationSpec
extends Object
Spec of the storage version migration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinueToken(String continueToken) booleanThe token used in the list options to get the next chunk of objects to migrate.Get resourceinthashCode()resource(V1alpha1GroupVersionResource resource) voidsetContinueToken(String continueToken) voidsetResource(V1alpha1GroupVersionResource resource) toString()
-
Field Details
-
SERIALIZED_NAME_CONTINUE_TOKEN
- See Also:
-
SERIALIZED_NAME_RESOURCE
- See Also:
-
-
Constructor Details
-
V1alpha1StorageVersionMigrationSpec
public V1alpha1StorageVersionMigrationSpec()
-
-
Method Details
-
continueToken
-
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.- Returns:
- continueToken
-
setContinueToken
-
resource
-
getResource
Get resource- Returns:
- resource
-
setResource
-
equals
-
hashCode
public int hashCode() -
toString
-