Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.OSImage
-
Packages that use OSImage Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of OSImage in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return OSImage Modifier and Type Method Description OSImageOSImageBuilder. build()OSImageMachinePoolFluent. buildOsImage()OSImageMachinePool. getOsImage()MachinePool stores the configuration for a machine pool installed on GCP.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type OSImage Modifier and Type Method Description protected voidOSImageFluent. copyInstance(OSImage instance)MachinePoolFluent.OsImageNested<A>MachinePoolFluent. editOrNewOsImageLike(OSImage item)voidMachinePool. setOsImage(OSImage osImage)MachinePool stores the configuration for a machine pool installed on GCP.MachinePoolFluent.OsImageNested<A>MachinePoolFluent. withNewOsImageLike(OSImage item)AMachinePoolFluent. withOsImage(OSImage osImage)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type OSImage Constructor Description MachinePool(String confidentialCompute, String onHostMaintenance, OSDisk osDisk, OSImage osImage, String secureBoot, String serviceAccount, List<String> tags, String type, List<String> zones)OSImageBuilder(OSImage instance)OSImageBuilder(OSImageFluent<?> fluent, OSImage instance)OSImageFluent(OSImage instance)
-