Class MachineConfigSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachineConfigSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachineConfigSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachineConfigSpec is the spec for MachineConfig
    See Also:
    Serialized Form
    • Constructor Detail

      • MachineConfigSpec

        public MachineConfigSpec()
        No args constructor for use in serialization
    • Method Detail

      • getBaseOSExtensionsContainerImage

        public String getBaseOSExtensionsContainerImage()
        baseOSExtensionsContainerImage specifies the remote location that will be used to fetch the extensions container matching a new-format OS image
      • setBaseOSExtensionsContainerImage

        public void setBaseOSExtensionsContainerImage​(String baseOSExtensionsContainerImage)
        baseOSExtensionsContainerImage specifies the remote location that will be used to fetch the extensions container matching a new-format OS image
      • getConfig

        public Object getConfig()
        MachineConfigSpec is the spec for MachineConfig
      • setConfig

        public void setConfig​(Object config)
        MachineConfigSpec is the spec for MachineConfig
      • getExtensions

        public List<String> getExtensions()
        extensions contains a list of additional features that can be enabled on host
      • setExtensions

        public void setExtensions​(List<String> extensions)
        extensions contains a list of additional features that can be enabled on host
      • getFips

        public Boolean getFips()
        fips controls FIPS mode
      • setFips

        public void setFips​(Boolean fips)
        fips controls FIPS mode
      • getKernelArguments

        public List<String> getKernelArguments()
        kernelArguments contains a list of kernel arguments to be added
      • setKernelArguments

        public void setKernelArguments​(List<String> kernelArguments)
        kernelArguments contains a list of kernel arguments to be added
      • getKernelType

        public String getKernelType()
        kernelType contains which kernel we want to be running like default (traditional), realtime, 64k-pages (aarch64 only).
      • setKernelType

        public void setKernelType​(String kernelType)
        kernelType contains which kernel we want to be running like default (traditional), realtime, 64k-pages (aarch64 only).
      • getOsImageURL

        public String getOsImageURL()
        osImageURL specifies the remote location that will be used to fetch the OS.
      • setOsImageURL

        public void setOsImageURL​(String osImageURL)
        osImageURL specifies the remote location that will be used to fetch the OS.
      • getAdditionalProperties

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

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

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