Class PlatformStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PlatformStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PlatformStatus contains the observed state for the specific platform upon which to perform the installation
    See Also:
    Serialized Form
    • Constructor Detail

      • PlatformStatus

        public PlatformStatus()
        No args constructor for use in serialization
    • Method Detail

      • getAws

        public PlatformStatus getAws()
        PlatformStatus contains the observed state for the specific platform upon which to perform the installation
      • setAws

        public void setAws​(PlatformStatus aws)
        PlatformStatus contains the observed state for the specific platform upon which to perform the installation
      • getGcp

        public PlatformStatus getGcp()
        PlatformStatus contains the observed state for the specific platform upon which to perform the installation
      • setGcp

        public void setGcp​(PlatformStatus gcp)
        PlatformStatus contains the observed state for the specific platform upon which to perform the installation
      • getAdditionalProperties

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

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

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