Class V1alpha1StorageVersionMigrationSpec
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1StorageVersionMigrationSpec
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[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) boolean
The token used in the list options to get the next chunk of objects to migrate.Get resourceint
hashCode()
resource
(V1alpha1GroupVersionResource resource) void
setContinueToken
(String continueToken) void
setResource
(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
-