Class EndpointsVisibility

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class EndpointsVisibility
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<EndpointsVisibilityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    EndpointsVisibility contains region mapped endpoint for a service.
    See Also:
    Serialized Form
    • Constructor Detail

      • EndpointsVisibility

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

      • getPrivate

        public Map<String,​String> getPrivate()
        Private is a string-string map of a region name to endpoint URL To prevent maintaining a list of supported regions here, we simply use a map instead of a struct
      • setPrivate

        public void setPrivate​(Map<String,​String> _private)
        Private is a string-string map of a region name to endpoint URL To prevent maintaining a list of supported regions here, we simply use a map instead of a struct
      • getPublic

        public Map<String,​String> getPublic()
        Public is a string-string map of a region name to endpoint URL To prevent maintaining a list of supported regions here, we simply use a map instead of a struct
      • setPublic

        public void setPublic​(Map<String,​String> _public)
        Public is a string-string map of a region name to endpoint URL To prevent maintaining a list of supported regions here, we simply use a map instead of a struct
      • getAdditionalProperties

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

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

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