Uses of Class
io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1.StorageStateSpec
-
-
Uses of StorageStateSpec in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1
Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 that return StorageStateSpec Modifier and Type Method Description StorageStateSpecStorageStateSpecBuilder. build()StorageStateSpecStorageStateFluent. buildSpec()StorageStateSpecStorageState. getSpec()The state of the storage of a specific resource.Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageStateSpec Modifier and Type Method Description protected voidStorageStateSpecFluent. copyInstance(StorageStateSpec instance)StorageStateFluent.SpecNested<A>StorageStateFluent. editOrNewSpecLike(StorageStateSpec item)voidStorageState. setSpec(StorageStateSpec spec)The state of the storage of a specific resource.StorageStateFluent.SpecNested<A>StorageStateFluent. withNewSpecLike(StorageStateSpec item)AStorageStateFluent. withSpec(StorageStateSpec spec)Constructors in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageStateSpec Constructor Description StorageState(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, StorageStateSpec spec, StorageStateStatus status)StorageStateSpecBuilder(StorageStateSpec instance)StorageStateSpecBuilder(StorageStateSpecFluent<?> fluent, StorageStateSpec instance)StorageStateSpecFluent(StorageStateSpec instance)
-