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 MachinePoolPlatform getAws()
        MachinePoolPlatform is the platform-specific configuration for a machine pool. Only one of the platforms should be set.
      • setAws

        public void setAws​(MachinePoolPlatform 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.
      • 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.
      • 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.
      • 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)