Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.PinnedImageRef
-
Packages that use PinnedImageRef Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of PinnedImageRef in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return PinnedImageRef Modifier and Type Method Description PinnedImageRefPinnedImageRefBuilder. build()PinnedImageRefPinnedImageSetSpecFluent. buildFirstPinnedImage()PinnedImageRefPinnedImageSetSpecFluent. buildLastPinnedImage()PinnedImageRefPinnedImageSetSpecFluent. buildMatchingPinnedImage(Predicate<PinnedImageRefBuilder> predicate)PinnedImageRefPinnedImageSetSpecFluent. buildPinnedImage(int index)Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return types with arguments of type PinnedImageRef Modifier and Type Method Description List<PinnedImageRef>PinnedImageSetSpecFluent. buildPinnedImages()List<PinnedImageRef>PinnedImageSetSpec. getPinnedImages()pinnedImages is a list of OCI Image referenced by digest that should be pinned and pre-loaded by the nodes of a MachineConfigPool.Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type PinnedImageRef Modifier and Type Method Description PinnedImageSetSpecFluent.PinnedImagesNested<A>PinnedImageSetSpecFluent. addNewPinnedImageLike(PinnedImageRef item)APinnedImageSetSpecFluent. addToPinnedImages(int index, PinnedImageRef item)APinnedImageSetSpecFluent. addToPinnedImages(PinnedImageRef... items)protected voidPinnedImageRefFluent. copyInstance(PinnedImageRef instance)APinnedImageSetSpecFluent. removeFromPinnedImages(PinnedImageRef... items)PinnedImageSetSpecFluent.PinnedImagesNested<A>PinnedImageSetSpecFluent. setNewPinnedImageLike(int index, PinnedImageRef item)APinnedImageSetSpecFluent. setToPinnedImages(int index, PinnedImageRef item)APinnedImageSetSpecFluent. withPinnedImages(PinnedImageRef... pinnedImages)Method parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type PinnedImageRef Modifier and Type Method Description APinnedImageSetSpecFluent. addAllToPinnedImages(Collection<PinnedImageRef> items)APinnedImageSetSpecFluent. removeAllFromPinnedImages(Collection<PinnedImageRef> items)voidPinnedImageSetSpec. setPinnedImages(List<PinnedImageRef> pinnedImages)pinnedImages is a list of OCI Image referenced by digest that should be pinned and pre-loaded by the nodes of a MachineConfigPool.APinnedImageSetSpecFluent. withPinnedImages(List<PinnedImageRef> pinnedImages)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type PinnedImageRef Constructor Description PinnedImageRefBuilder(PinnedImageRef instance)PinnedImageRefBuilder(PinnedImageRefFluent<?> fluent, PinnedImageRef instance)PinnedImageRefFluent(PinnedImageRef instance)Constructor parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type PinnedImageRef Constructor Description PinnedImageSetSpec(List<PinnedImageRef> pinnedImages)
-