Class AWSDNSZoneSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AWSDNSZoneSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AWSDNSZoneSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AWSDNSZoneSpec contains AWS-specific DNSZone specifications
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSDNSZoneSpec

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

        public AWSDNSZoneSpec​(List<AWSResourceTag> additionalTags,
                              AssumeRole credentialsAssumeRole,
                              io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef,
                              String region)
    • Method Detail

      • getAdditionalTags

        public List<AWSResourceTag> getAdditionalTags()
        AdditionalTags is a set of additional tags to set on the DNS hosted zone. In addition to these tags,the DNS Zone controller will set a hive.openhsift.io/hostedzone tag identifying the HostedZone record that it belongs to.
      • setAdditionalTags

        public void setAdditionalTags​(List<AWSResourceTag> additionalTags)
        AdditionalTags is a set of additional tags to set on the DNS hosted zone. In addition to these tags,the DNS Zone controller will set a hive.openhsift.io/hostedzone tag identifying the HostedZone record that it belongs to.
      • getCredentialsAssumeRole

        public AssumeRole getCredentialsAssumeRole()
        AWSDNSZoneSpec contains AWS-specific DNSZone specifications
      • setCredentialsAssumeRole

        public void setCredentialsAssumeRole​(AssumeRole credentialsAssumeRole)
        AWSDNSZoneSpec contains AWS-specific DNSZone specifications
      • getCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
        AWSDNSZoneSpec contains AWS-specific DNSZone specifications
      • setCredentialsSecretRef

        public void setCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
        AWSDNSZoneSpec contains AWS-specific DNSZone specifications
      • getRegion

        public String getRegion()
        Region is the AWS region to use for route53 operations. This defaults to us-east-1. For AWS China, use cn-northwest-1.
      • setRegion

        public void setRegion​(String region)
        Region is the AWS region to use for route53 operations. This defaults to us-east-1. For AWS China, use cn-northwest-1.
      • getAdditionalProperties

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

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

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