Uses of Class
io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.DataImageError
-
Packages that use DataImageError Package Description io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 -
-
Uses of DataImageError in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1
Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 that return DataImageError Modifier and Type Method Description DataImageErrorDataImageErrorBuilder. build()DataImageErrorDataImageStatusFluent. buildError()DataImageErrorDataImageStatus. getError()DataImageStatus defines the observed state of DataImage.Methods in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type DataImageError Modifier and Type Method Description protected voidDataImageErrorFluent. copyInstance(DataImageError instance)DataImageStatusFluent.ErrorNested<A>DataImageStatusFluent. editOrNewErrorLike(DataImageError item)voidDataImageStatus. setError(DataImageError error)DataImageStatus defines the observed state of DataImage.ADataImageStatusFluent. withError(DataImageError error)DataImageStatusFluent.ErrorNested<A>DataImageStatusFluent. withNewErrorLike(DataImageError item)Constructors in io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1 with parameters of type DataImageError Constructor Description DataImageErrorBuilder(DataImageError instance)DataImageErrorBuilder(DataImageErrorFluent<?> fluent, DataImageError instance)DataImageErrorFluent(DataImageError instance)DataImageStatus(AttachedImageReference attachedImage, DataImageError error, String lastReconciled)
-