Class ConsoleLinkSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsoleLinkSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsoleLinkSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsoleLinkSpec is the desired console link configuration.
    See Also:
    Serialized Form
    • Method Detail

      • getApplicationMenu

        public ApplicationMenuSpec getApplicationMenu()
        ConsoleLinkSpec is the desired console link configuration.
      • setApplicationMenu

        public void setApplicationMenu​(ApplicationMenuSpec applicationMenu)
        ConsoleLinkSpec is the desired console link configuration.
      • 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)
      • getLocation

        public String getLocation()
        location determines which location in the console the link will be appended to (ApplicationMenu, HelpMenu, UserMenu, NamespaceDashboard).
      • setLocation

        public void setLocation​(String location)
        location determines which location in the console the link will be appended to (ApplicationMenu, HelpMenu, UserMenu, NamespaceDashboard).
      • getNamespaceDashboard

        public NamespaceDashboardSpec getNamespaceDashboard()
        ConsoleLinkSpec is the desired console link configuration.
      • setNamespaceDashboard

        public void setNamespaceDashboard​(NamespaceDashboardSpec namespaceDashboard)
        ConsoleLinkSpec is the desired console link configuration.
      • 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
      • getAdditionalProperties

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

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

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