Class ExternalPlatformSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ExternalPlatformSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ExternalPlatformSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ExternalPlatformSpec holds the desired state for the generic External infrastructure provider.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalPlatformSpec

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

        public ExternalPlatformSpec​(String platformName)
    • Method Detail

      • getPlatformName

        public String getPlatformName()
        platformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time. This field is solely for informational and reporting purposes and is not expected to be used for decision-making.
      • setPlatformName

        public void setPlatformName​(String platformName)
        platformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time. This field is solely for informational and reporting purposes and is not expected to be used for decision-making.
      • getAdditionalProperties

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

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

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