Class Platform

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Platform
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
    See Also:
    Serialized Form
    • Method Detail

      • getAgentBareMetal

        public BareMetalPlatform getAgentBareMetal()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setAgentBareMetal

        public void setAgentBareMetal​(BareMetalPlatform agentBareMetal)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getAws

        public Platform getAws()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setAws

        public void setAws​(Platform aws)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getAzure

        public Platform getAzure()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setAzure

        public void setAzure​(Platform azure)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getBaremetal

        public Platform getBaremetal()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setBaremetal

        public void setBaremetal​(Platform baremetal)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getGcp

        public Platform getGcp()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setGcp

        public void setGcp​(Platform gcp)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getIbmcloud

        public Platform getIbmcloud()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setIbmcloud

        public void setIbmcloud​(Platform ibmcloud)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getNone

        public Platform getNone()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setNone

        public void setNone​(Platform none)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getOpenstack

        public Platform getOpenstack()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setOpenstack

        public void setOpenstack​(Platform openstack)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getOvirt

        public Platform getOvirt()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setOvirt

        public void setOvirt​(Platform ovirt)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • getVsphere

        public Platform getVsphere()
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration should be set.
      • setVsphere

        public void setVsphere​(Platform vsphere)
        Platform is the configuration for the specific platform upon which to perform the installation. Only one of the platform configuration 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)