Uses of Class
io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1.StorageStateStatus
-
-
Uses of StorageStateStatus in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1
Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 that return StorageStateStatus Modifier and Type Method Description StorageStateStatusStorageStateStatusBuilder. build()StorageStateStatusStorageStateFluent. buildStatus()StorageStateStatusStorageState. getStatus()The state of the storage of a specific resource.Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageStateStatus Modifier and Type Method Description protected voidStorageStateStatusFluent. copyInstance(StorageStateStatus instance)StorageStateFluent.StatusNested<A>StorageStateFluent. editOrNewStatusLike(StorageStateStatus item)voidStorageState. setStatus(StorageStateStatus status)The state of the storage of a specific resource.StorageStateFluent.StatusNested<A>StorageStateFluent. withNewStatusLike(StorageStateStatus item)AStorageStateFluent. withStatus(StorageStateStatus status)Constructors in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageStateStatus Constructor Description StorageState(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, StorageStateSpec spec, StorageStateStatus status)StorageStateStatusBuilder(StorageStateStatus instance)StorageStateStatusBuilder(StorageStateStatusFluent<?> fluent, StorageStateStatus instance)StorageStateStatusFluent(StorageStateStatus instance)
-