Class V1alpha1StorageVersionMigrationStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1StorageVersionMigrationStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1StorageVersionMigrationStatus
extends Object
Status of the storage version migration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddconditionsItem
(V1alpha1MigrationCondition conditionsItem) Add an item to the conditions property in a chainable fashion.conditions
(List<@Valid V1alpha1MigrationCondition> conditions) Set conditions in a chainable fashion.boolean
List<@Valid V1alpha1MigrationCondition>
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) Set resourceVersion in a chainable fashion.void
setConditions
(List<@Valid V1alpha1MigrationCondition> conditions) Set the conditions property valuevoid
setResourceVersion
(String resourceVersion) Set the resourceVersion property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_RESOURCE_VERSION
- See Also:
-
-
Constructor Details
-
V1alpha1StorageVersionMigrationStatus
public V1alpha1StorageVersionMigrationStatus()
-
-
Method Details
-
getConditions
The latest available observations of the migration's current state.- Returns:
- the conditions property value
-
setConditions
Set the conditions property value- Parameters:
conditions
- property value to set
-
conditions
public V1alpha1StorageVersionMigrationStatus conditions(List<@Valid V1alpha1MigrationCondition> conditions) Set conditions in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionMigrationStatus for chaining.
-
addconditionsItem
public V1alpha1StorageVersionMigrationStatus addconditionsItem(V1alpha1MigrationCondition conditionsItem) Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionMigrationStatus for chaining.
-
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:
- the resourceVersion property value
-
setResourceVersion
Set the resourceVersion property value- Parameters:
resourceVersion
- property value to set
-
resourceVersion
Set resourceVersion in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionMigrationStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-