Class PreprovisioningImageStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.PreprovisioningImageStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PreprovisioningImageStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PreprovisioningImageStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PreprovisioningImageStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PreprovisioningImageStatus defines the observed state of PreprovisioningImage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreprovisioningImageStatus()No args constructor for use in serializationPreprovisioningImageStatus(String architecture, List<io.fabric8.kubernetes.api.model.Condition> conditions, String extraKernelParams, String format, String imageUrl, String kernelUrl, SecretStatus networkData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreprovisioningImageStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetArchitecture()architecture is the processor architecture for which the image is builtList<io.fabric8.kubernetes.api.model.Condition>getConditions()conditions describe the state of the built imageStringgetExtraKernelParams()extraKernelParams is a string with extra parameters to pass to the kernel when booting the image over network.StringgetFormat()format is the type of image that is available at the download url: either iso or initrd.StringgetImageUrl()imageUrl is the URL from which the built image can be downloaded.StringgetKernelUrl()kernelUrl is the URL from which the kernel of the image can be downloaded.SecretStatusgetNetworkData()PreprovisioningImageStatus defines the observed state of PreprovisioningImage.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetArchitecture(String architecture)architecture is the processor architecture for which the image is builtvoidsetConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)conditions describe the state of the built imagevoidsetExtraKernelParams(String extraKernelParams)extraKernelParams is a string with extra parameters to pass to the kernel when booting the image over network.voidsetFormat(String format)format is the type of image that is available at the download url: either iso or initrd.voidsetImageUrl(String imageUrl)imageUrl is the URL from which the built image can be downloaded.voidsetKernelUrl(String kernelUrl)kernelUrl is the URL from which the kernel of the image can be downloaded.voidsetNetworkData(SecretStatus networkData)PreprovisioningImageStatus defines the observed state of PreprovisioningImage.PreprovisioningImageStatusBuildertoBuilder()
-
-
-
Method Detail
-
getArchitecture
public String getArchitecture()
architecture is the processor architecture for which the image is built
-
setArchitecture
public void setArchitecture(String architecture)
architecture is the processor architecture for which the image is built
-
getConditions
public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
conditions describe the state of the built image
-
setConditions
public void setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
conditions describe the state of the built image
-
getExtraKernelParams
public String getExtraKernelParams()
extraKernelParams is a string with extra parameters to pass to the kernel when booting the image over network. Only makes sense for initrd images.
-
setExtraKernelParams
public void setExtraKernelParams(String extraKernelParams)
extraKernelParams is a string with extra parameters to pass to the kernel when booting the image over network. Only makes sense for initrd images.
-
getFormat
public String getFormat()
format is the type of image that is available at the download url: either iso or initrd.
-
setFormat
public void setFormat(String format)
format is the type of image that is available at the download url: either iso or initrd.
-
getImageUrl
public String getImageUrl()
imageUrl is the URL from which the built image can be downloaded.
-
setImageUrl
public void setImageUrl(String imageUrl)
imageUrl is the URL from which the built image can be downloaded.
-
getKernelUrl
public String getKernelUrl()
kernelUrl is the URL from which the kernel of the image can be downloaded. Only makes sense for initrd images.
-
setKernelUrl
public void setKernelUrl(String kernelUrl)
kernelUrl is the URL from which the kernel of the image can be downloaded. Only makes sense for initrd images.
-
getNetworkData
public SecretStatus getNetworkData()
PreprovisioningImageStatus defines the observed state of PreprovisioningImage.
-
setNetworkData
public void setNetworkData(SecretStatus networkData)
PreprovisioningImageStatus defines the observed state of PreprovisioningImage.
-
edit
public PreprovisioningImageStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PreprovisioningImageStatusBuilder>
-
toBuilder
public PreprovisioningImageStatusBuilder toBuilder()
-
-