Class Link

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Link
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<LinkBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Represents a standard link that could be generated in HTML
    See Also:
    Serialized Form
    • Constructor Detail

      • Link

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

      • getHref

        public String getHref()
        href is the absolute secure URL for the link (must use https)
      • setHref

        public void setHref​(String href)
        href is the absolute secure URL for the link (must use https)
      • getText

        public String getText()
        text is the display text for the link
      • setText

        public void setText​(String text)
        text is the display text for the link
      • edit

        public LinkBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<LinkBuilder>
      • getAdditionalProperties

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

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

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