Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.Image
-
Packages that use Image Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of Image in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return Image Modifier and Type Method Description ImageImageBuilder. build()ImageAzureMachineProviderSpecFluent. buildImage()ImageAzureMachineProviderSpec. getImage()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type Image Modifier and Type Method Description protected voidImageFluent. copyInstance(Image instance)AzureMachineProviderSpecFluent.ImageNested<A>AzureMachineProviderSpecFluent. editOrNewImageLike(Image item)voidAzureMachineProviderSpec. setImage(Image image)AAzureMachineProviderSpecFluent. withImage(Image image)AzureMachineProviderSpecFluent.ImageNested<A>AzureMachineProviderSpecFluent. withNewImageLike(Image item)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type Image Constructor Description AzureMachineProviderSpec(Boolean acceleratedNetworking, String apiVersion, List<String> applicationSecurityGroups, String availabilitySet, String capacityReservationGroupID, io.fabric8.kubernetes.api.model.SecretReference credentialsSecret, List<DataDisk> dataDisks, AzureDiagnostics diagnostics, Image image, String internalLoadBalancer, String kind, String location, String managedIdentity, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Long natRule, String networkResourceGroup, OSDisk osDisk, Boolean publicIP, String publicLoadBalancer, String resourceGroup, String securityGroup, SecurityProfile securityProfile, SpotVMOptions spotVMOptions, String sshPublicKey, String subnet, Map<String,String> tags, String ultraSSDCapability, io.fabric8.kubernetes.api.model.SecretReference userDataSecret, String vmSize, String vnet, String zone)ImageBuilder(Image instance)ImageBuilder(ImageFluent<?> fluent, Image instance)ImageFluent(Image instance)
-