Uses of Class
io.fabric8.openshift.api.model.ImageLabel
-
Packages that use ImageLabel Package Description io.fabric8.openshift.api.model -
-
Uses of ImageLabel in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageLabel Modifier and Type Method Description ImageLabelImageLabelBuilder. build()ImageLabelBuildOutputFluent. buildFirstImageLabel()ImageLabelBuildOutputFluent. buildImageLabel(int index)ImageLabelBuildOutputFluent. buildLastImageLabel()ImageLabelBuildOutputFluent. buildMatchingImageLabel(Predicate<ImageLabelBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageLabel Modifier and Type Method Description List<ImageLabel>BuildOutputFluent. buildImageLabels()List<ImageLabel>BuildOutput. getImageLabels()imageLabels define a list of labels that are applied to the resulting image.Methods in io.fabric8.openshift.api.model with parameters of type ImageLabel Modifier and Type Method Description BuildOutputFluent.ImageLabelsNested<A>BuildOutputFluent. addNewImageLabelLike(ImageLabel item)ABuildOutputFluent. addToImageLabels(int index, ImageLabel item)ABuildOutputFluent. addToImageLabels(ImageLabel... items)protected voidImageLabelFluent. copyInstance(ImageLabel instance)ABuildOutputFluent. removeFromImageLabels(ImageLabel... items)BuildOutputFluent.ImageLabelsNested<A>BuildOutputFluent. setNewImageLabelLike(int index, ImageLabel item)ABuildOutputFluent. setToImageLabels(int index, ImageLabel item)ABuildOutputFluent. withImageLabels(ImageLabel... imageLabels)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageLabel Modifier and Type Method Description ABuildOutputFluent. addAllToImageLabels(Collection<ImageLabel> items)ABuildOutputFluent. removeAllFromImageLabels(Collection<ImageLabel> items)voidBuildOutput. setImageLabels(List<ImageLabel> imageLabels)imageLabels define a list of labels that are applied to the resulting image.ABuildOutputFluent. withImageLabels(List<ImageLabel> imageLabels)Constructors in io.fabric8.openshift.api.model with parameters of type ImageLabel Constructor Description ImageLabelBuilder(ImageLabel instance)ImageLabelBuilder(ImageLabelFluent<?> fluent, ImageLabel instance)ImageLabelFluent(ImageLabel instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageLabel Constructor Description BuildOutput(List<ImageLabel> imageLabels, io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret, io.fabric8.kubernetes.api.model.ObjectReference to)
-