Class V1beta1StorageVersionMigrationStatus

java.lang.Object
io.kubernetes.client.openapi.models.V1beta1StorageVersionMigrationStatus

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-01-21T21:30:13.305152Z[Etc/UTC]", comments="Generator version: 7.18.0") public class V1beta1StorageVersionMigrationStatus extends Object
Status of the storage version migration.
  • Field Details

  • Constructor Details

    • V1beta1StorageVersionMigrationStatus

      public V1beta1StorageVersionMigrationStatus()
  • Method Details

    • conditions

      public V1beta1StorageVersionMigrationStatus conditions(@Nullable List<V1Condition> conditions)
    • addConditionsItem

      public V1beta1StorageVersionMigrationStatus addConditionsItem(V1Condition conditionsItem)
    • getConditions

      @Nullable public List<V1Condition> getConditions()
      The latest available observations of the migration's current state.
      Returns:
      conditions
    • setConditions

      public void setConditions(@Nullable List<V1Condition> conditions)
    • resourceVersion

      public V1beta1StorageVersionMigrationStatus resourceVersion(@Nullable String resourceVersion)
    • getResourceVersion

      @Nullable public String getResourceVersion()
      ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource.
      Returns:
      resourceVersion
    • setResourceVersion

      public void setResourceVersion(@Nullable String resourceVersion)
    • 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
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to V1beta1StorageVersionMigrationStatus
    • fromJson

      public static V1beta1StorageVersionMigrationStatus fromJson(String jsonString) throws IOException
      Create an instance of V1beta1StorageVersionMigrationStatus given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of V1beta1StorageVersionMigrationStatus
      Throws:
      IOException - if the JSON string is invalid with respect to V1beta1StorageVersionMigrationStatus
    • toJson

      public String toJson()
      Convert an instance of V1beta1StorageVersionMigrationStatus to an JSON string
      Returns:
      JSON string