Class V1alpha1StorageVersionMigrationSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1StorageVersionMigrationSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1StorageVersionMigrationSpec
extends Object
Spec of the storage version migration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinueToken
(String continueToken) Set continueToken in a chainable fashion.boolean
The token used in the list options to get the next chunk of objects to migrate.int
hashCode()
resource
(V1alpha1GroupVersionResource resource) Set resource in a chainable fashion.void
setContinueToken
(String continueToken) Set the continueToken property valuevoid
setResource
(V1alpha1GroupVersionResource resource) Set the resource property valuetoString()
-
Field Details
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_CONTINUE_TOKEN
- See Also:
-
-
Constructor Details
-
V1alpha1StorageVersionMigrationSpec
-
-
Method Details
-
getResource
- Returns:
- the resource property value
-
setResource
Set the resource property value- Parameters:
resource
- property value to set
-
resource
Set resource in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionMigrationSpec for chaining.
-
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:
- the continueToken property value
-
setContinueToken
Set the continueToken property value- Parameters:
continueToken
- property value to set
-
continueToken
Set continueToken in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionMigrationSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-