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 stores all the global configuration that all machinesets use.
    See Also:
    Serialized Form
    • Constructor Detail

      • Platform

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

      • getCredentialsAssumeRole

        public AssumeRole getCredentialsAssumeRole()
        Platform stores all the global configuration that all machinesets use.
      • setCredentialsAssumeRole

        public void setCredentialsAssumeRole​(AssumeRole credentialsAssumeRole)
        Platform stores all the global configuration that all machinesets use.
      • getCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
        Platform stores all the global configuration that all machinesets use.
      • setCredentialsSecretRef

        public void setCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
        Platform stores all the global configuration that all machinesets use.
      • getPrivateLink

        public PrivateLinkAccess getPrivateLink()
        Platform stores all the global configuration that all machinesets use.
      • setPrivateLink

        public void setPrivateLink​(PrivateLinkAccess privateLink)
        Platform stores all the global configuration that all machinesets use.
      • getRegion

        public String getRegion()
        Region specifies the AWS region where the cluster will be created.
      • setRegion

        public void setRegion​(String region)
        Region specifies the AWS region where the cluster will be created.
      • getUserTags

        public Map<String,​String> getUserTags()
        UserTags specifies additional tags for AWS resources created for the cluster.
      • setUserTags

        public void setUserTags​(Map<String,​String> userTags)
        UserTags specifies additional tags for AWS resources created for the cluster.
      • getAdditionalProperties

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

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

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