Class Metadata

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Metadata
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Metadata contains AWS metadata (e.g. for uninstalling the cluster).
    See Also:
    Serialized Form
    • Method Detail

      • getClusterDomain

        public String getClusterDomain()
        ClusterDomain is the domain for the cluster.
      • setClusterDomain

        public void setClusterDomain​(String clusterDomain)
        ClusterDomain is the domain for the cluster.
      • getHostedZoneRole

        public String getHostedZoneRole()
        HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
      • setHostedZoneRole

        public void setHostedZoneRole​(String hostedZoneRole)
        HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
      • getIdentifier

        public List<Map<String,​String>> getIdentifier()
        Identifier holds a slice of filter maps. The maps hold the key/value pairs for the tags we will be matching against. A resource matches the map if all of the key/value pairs are in its tags. A resource matches Identifier if it matches any of the maps.
      • setIdentifier

        public void setIdentifier​(List<Map<String,​String>> identifier)
        Identifier holds a slice of filter maps. The maps hold the key/value pairs for the tags we will be matching against. A resource matches the map if all of the key/value pairs are in its tags. A resource matches Identifier if it matches any of the maps.
      • getRegion

        public String getRegion()
        Metadata contains AWS metadata (e.g. for uninstalling the cluster).
      • setRegion

        public void setRegion​(String region)
        Metadata contains AWS metadata (e.g. for uninstalling the cluster).
      • getServiceEndpoints

        public List<ServiceEndpoint> getServiceEndpoints()
        ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.
      • setServiceEndpoints

        public void setServiceEndpoints​(List<ServiceEndpoint> serviceEndpoints)
        ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.
      • getAdditionalProperties

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

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

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