Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.PinnedImageSetRef
-
Packages that use PinnedImageSetRef Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of PinnedImageSetRef in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return PinnedImageSetRef Modifier and Type Method Description PinnedImageSetRefPinnedImageSetRefBuilder. build()PinnedImageSetRefMachineConfigPoolSpecFluent. buildFirstPinnedImageSet()PinnedImageSetRefMachineConfigPoolSpecFluent. buildLastPinnedImageSet()PinnedImageSetRefMachineConfigPoolSpecFluent. buildMatchingPinnedImageSet(Predicate<PinnedImageSetRefBuilder> predicate)PinnedImageSetRefMachineConfigPoolSpecFluent. buildPinnedImageSet(int index)Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return types with arguments of type PinnedImageSetRef Modifier and Type Method Description List<PinnedImageSetRef>MachineConfigPoolSpecFluent. buildPinnedImageSets()List<PinnedImageSetRef>MachineConfigPoolSpec. getPinnedImageSets()pinnedImageSets specifies a sequence of PinnedImageSetRef objects for the pool.Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type PinnedImageSetRef Modifier and Type Method Description MachineConfigPoolSpecFluent.PinnedImageSetsNested<A>MachineConfigPoolSpecFluent. addNewPinnedImageSetLike(PinnedImageSetRef item)AMachineConfigPoolSpecFluent. addToPinnedImageSets(int index, PinnedImageSetRef item)AMachineConfigPoolSpecFluent. addToPinnedImageSets(PinnedImageSetRef... items)protected voidPinnedImageSetRefFluent. copyInstance(PinnedImageSetRef instance)AMachineConfigPoolSpecFluent. removeFromPinnedImageSets(PinnedImageSetRef... items)MachineConfigPoolSpecFluent.PinnedImageSetsNested<A>MachineConfigPoolSpecFluent. setNewPinnedImageSetLike(int index, PinnedImageSetRef item)AMachineConfigPoolSpecFluent. setToPinnedImageSets(int index, PinnedImageSetRef item)AMachineConfigPoolSpecFluent. withPinnedImageSets(PinnedImageSetRef... pinnedImageSets)Method parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type PinnedImageSetRef Modifier and Type Method Description AMachineConfigPoolSpecFluent. addAllToPinnedImageSets(Collection<PinnedImageSetRef> items)AMachineConfigPoolSpecFluent. removeAllFromPinnedImageSets(Collection<PinnedImageSetRef> items)voidMachineConfigPoolSpec. setPinnedImageSets(List<PinnedImageSetRef> pinnedImageSets)pinnedImageSets specifies a sequence of PinnedImageSetRef objects for the pool.AMachineConfigPoolSpecFluent. withPinnedImageSets(List<PinnedImageSetRef> pinnedImageSets)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type PinnedImageSetRef Constructor Description PinnedImageSetRefBuilder(PinnedImageSetRef instance)PinnedImageSetRefBuilder(PinnedImageSetRefFluent<?> fluent, PinnedImageSetRef instance)PinnedImageSetRefFluent(PinnedImageSetRef instance)Constructor parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type PinnedImageSetRef Constructor Description MachineConfigPoolSpec(MachineConfigPoolStatusConfiguration configuration, io.fabric8.kubernetes.api.model.LabelSelector machineConfigSelector, io.fabric8.kubernetes.api.model.IntOrString maxUnavailable, io.fabric8.kubernetes.api.model.LabelSelector nodeSelector, Boolean paused, List<PinnedImageSetRef> pinnedImageSets)
-