Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.RelatedImage
-
Packages that use RelatedImage Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of RelatedImage in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return RelatedImage Modifier and Type Method Description RelatedImageRelatedImageBuilder. build()RelatedImageClusterServiceVersionSpecFluent. buildFirstRelatedImage()RelatedImageClusterServiceVersionSpecFluent. buildLastRelatedImage()RelatedImageClusterServiceVersionSpecFluent. buildMatchingRelatedImage(Predicate<RelatedImageBuilder> predicate)RelatedImageClusterServiceVersionSpecFluent. buildRelatedImage(int index)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type RelatedImage Modifier and Type Method Description List<RelatedImage>ClusterServiceVersionSpecFluent. buildRelatedImages()List<RelatedImage>ClusterServiceVersionSpec. getRelatedImages()List any related images, or other container images that your Operator might require to perform their functions.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type RelatedImage Modifier and Type Method Description ClusterServiceVersionSpecFluent.RelatedImagesNested<A>ClusterServiceVersionSpecFluent. addNewRelatedImageLike(RelatedImage item)AClusterServiceVersionSpecFluent. addToRelatedImages(int index, RelatedImage item)AClusterServiceVersionSpecFluent. addToRelatedImages(RelatedImage... items)protected voidRelatedImageFluent. copyInstance(RelatedImage instance)AClusterServiceVersionSpecFluent. removeFromRelatedImages(RelatedImage... items)ClusterServiceVersionSpecFluent.RelatedImagesNested<A>ClusterServiceVersionSpecFluent. setNewRelatedImageLike(int index, RelatedImage item)AClusterServiceVersionSpecFluent. setToRelatedImages(int index, RelatedImage item)AClusterServiceVersionSpecFluent. withRelatedImages(RelatedImage... relatedImages)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type RelatedImage Modifier and Type Method Description AClusterServiceVersionSpecFluent. addAllToRelatedImages(Collection<RelatedImage> items)AClusterServiceVersionSpecFluent. removeAllFromRelatedImages(Collection<RelatedImage> items)voidClusterServiceVersionSpec. setRelatedImages(List<RelatedImage> relatedImages)List any related images, or other container images that your Operator might require to perform their functions.AClusterServiceVersionSpecFluent. withRelatedImages(List<RelatedImage> relatedImages)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type RelatedImage Constructor Description RelatedImageBuilder(RelatedImage instance)RelatedImageBuilder(RelatedImageFluent<?> fluent, RelatedImage instance)RelatedImageFluent(RelatedImage instance)
-