Class MachineOSContainerfile

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachineOSContainerfile
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachineOSContainerfileBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachineOSContainerfile contains all custom content the user wants built into the image
    See Also:
    Serialized Form
    • Constructor Detail

      • MachineOSContainerfile

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

        public MachineOSContainerfile​(String containerfileArch,
                                      String content)
    • Method Detail

      • getContainerfileArch

        public String getContainerfileArch()
        containerfileArch describes the architecture this containerfile is to be built for this arch is optional. If the user does not specify an architecture, it is assumed that the content can be applied to all architectures, or in a single arch cluster: the only architecture.
      • setContainerfileArch

        public void setContainerfileArch​(String containerfileArch)
        containerfileArch describes the architecture this containerfile is to be built for this arch is optional. If the user does not specify an architecture, it is assumed that the content can be applied to all architectures, or in a single arch cluster: the only architecture.
      • getContent

        public String getContent()
        content is the custom content to be built
      • setContent

        public void setContent​(String content)
        content is the custom content to be built
      • getAdditionalProperties

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

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

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