Class MachinePoolPlatform

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachinePoolPlatform
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachinePoolPlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
    See Also:
    Serialized Form
    • Method Detail

      • getAws

        public MachinePool getAws()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setAws

        public void setAws​(MachinePool aws)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getAzure

        public MachinePool getAzure()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setAzure

        public void setAzure​(MachinePool azure)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getBaremetal

        public MachinePool getBaremetal()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setBaremetal

        public void setBaremetal​(MachinePool baremetal)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getGcp

        public MachinePool getGcp()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setGcp

        public void setGcp​(MachinePool gcp)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getIbmcloud

        public MachinePool getIbmcloud()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setIbmcloud

        public void setIbmcloud​(MachinePool ibmcloud)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getNutanix

        public MachinePool getNutanix()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setNutanix

        public void setNutanix​(MachinePool nutanix)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getOpenstack

        public MachinePool getOpenstack()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setOpenstack

        public void setOpenstack​(MachinePool openstack)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getOvirt

        public MachinePool getOvirt()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setOvirt

        public void setOvirt​(MachinePool ovirt)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getPowervs

        public MachinePool getPowervs()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setPowervs

        public void setPowervs​(MachinePool powervs)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getVsphere

        public MachinePool getVsphere()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setVsphere

        public void setVsphere​(MachinePool vsphere)
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • getAdditionalProperties

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

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

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