Class PreprovisioningImageSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PreprovisioningImageSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PreprovisioningImageSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PreprovisioningImageSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PreprovisioningImageSpec defines the desired state of PreprovisioningImage.
    See Also:
    Serialized Form
    • Constructor Detail

      • PreprovisioningImageSpec

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

        public PreprovisioningImageSpec​(List<String> acceptFormats,
                                        String architecture,
                                        String networkDataName)
    • Method Detail

      • getAcceptFormats

        public List<String> getAcceptFormats()
        acceptFormats is a list of acceptable image formats.
      • setAcceptFormats

        public void setAcceptFormats​(List<String> acceptFormats)
        acceptFormats is a list of acceptable image formats.
      • getArchitecture

        public String getArchitecture()
        architecture is the processor architecture for which to build the image.
      • setArchitecture

        public void setArchitecture​(String architecture)
        architecture is the processor architecture for which to build the image.
      • getNetworkDataName

        public String getNetworkDataName()
        networkDataName is the name of a Secret in the local namespace that contains network data to build in to the image.
      • setNetworkDataName

        public void setNetworkDataName​(String networkDataName)
        networkDataName is the name of a Secret in the local namespace that contains network data to build in to the image.
      • getAdditionalProperties

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

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

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