Class StorageVersionMigrationStatus
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.storagemigration.v1beta1.StorageVersionMigrationStatus
-
- All Implemented Interfaces:
Editable<StorageVersionMigrationStatusBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class StorageVersionMigrationStatus extends Object implements Editable<StorageVersionMigrationStatusBuilder>, KubernetesResource
Status of the storage version migration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageVersionMigrationStatus()No args constructor for use in serializationStorageVersionMigrationStatus(List<Condition> conditions, String resourceVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageVersionMigrationStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<Condition>getConditions()The latest available observations of the migration's current state.StringgetResourceVersion()ResourceVersion to compare with the GC cache for performing the migration.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<Condition> conditions)The latest available observations of the migration's current state.voidsetResourceVersion(String resourceVersion)ResourceVersion to compare with the GC cache for performing the migration.StorageVersionMigrationStatusBuildertoBuilder()
-
-
-
Method Detail
-
getConditions
public List<Condition> getConditions()
The latest available observations of the migration's current state.
-
setConditions
public void setConditions(List<Condition> conditions)
The latest available observations of the migration's current state.
-
getResourceVersion
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.
-
setResourceVersion
public void setResourceVersion(String resourceVersion)
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.
-
edit
public StorageVersionMigrationStatusBuilder edit()
- Specified by:
editin interfaceEditable<StorageVersionMigrationStatusBuilder>
-
toBuilder
public StorageVersionMigrationStatusBuilder toBuilder()
-
-