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 Details

  • Constructor Details

  • Method Details

    • getResource

      public V1alpha1GroupVersionResource getResource()
      Returns:
      the resource property value
    • setResource

      public void setResource(V1alpha1GroupVersionResource resource)
      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

      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.
      Returns:
      the continueToken property value
    • setContinueToken

      public void setContinueToken(String continueToken)
      Set the continueToken property value
      Parameters:
      continueToken - property value to set
    • continueToken

      public V1alpha1StorageVersionMigrationSpec continueToken(String continueToken)
      Set continueToken in a chainable fashion.
      Returns:
      The same instance of V1alpha1StorageVersionMigrationSpec for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object