Class 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 Detail

      • PreprovisioningImageStatus

        public PreprovisioningImageStatus()
        No args constructor for use in serialization
      • PreprovisioningImageStatus

        public PreprovisioningImageStatus​(String architecture,
                                          List<io.fabric8.kubernetes.api.model.Condition> conditions,
                                          String extraKernelParams,
                                          String format,
                                          String imageUrl,
                                          String kernelUrl,
                                          SecretStatus networkData)
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)