Class V1alpha1StorageVersionMigrationStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1StorageVersionMigrationStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1alpha1StorageVersionMigrationStatus
extends Object
Status of the storage version migration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionsItem
(V1alpha1MigrationCondition conditionsItem) conditions
(List<V1alpha1MigrationCondition> conditions) boolean
The latest available observations of the migration's current state.ResourceVersion to compare with the GC cache for performing the migration.int
hashCode()
resourceVersion
(String resourceVersion) void
setConditions
(List<V1alpha1MigrationCondition> conditions) void
setResourceVersion
(String resourceVersion) toString()
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
SERIALIZED_NAME_RESOURCE_VERSION
- See Also:
-
-
Constructor Details
-
V1alpha1StorageVersionMigrationStatus
public V1alpha1StorageVersionMigrationStatus()
-
-
Method Details
-
conditions
public V1alpha1StorageVersionMigrationStatus conditions(List<V1alpha1MigrationCondition> conditions) -
addConditionsItem
public V1alpha1StorageVersionMigrationStatus addConditionsItem(V1alpha1MigrationCondition conditionsItem) -
getConditions
The latest available observations of the migration's current state.- Returns:
- conditions
-
setConditions
-
resourceVersion
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-