Class NamespaceDashboardSpec

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NamespaceDashboardSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NamespaceDashboardSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NamespaceDashboardSpec is a specification of namespaces in which the dashboard link should appear. If both namespaces and namespaceSelector are specified, the link will appear in namespaces that match either
    See Also:
    Serialized Form
    • Constructor Detail

      • NamespaceDashboardSpec

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

        public NamespaceDashboardSpec​(io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector,
                                      List<String> namespaces)
    • Method Detail

      • getNamespaceSelector

        public io.fabric8.kubernetes.api.model.LabelSelector getNamespaceSelector()
        NamespaceDashboardSpec is a specification of namespaces in which the dashboard link should appear. If both namespaces and namespaceSelector are specified, the link will appear in namespaces that match either
      • setNamespaceSelector

        public void setNamespaceSelector​(io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector)
        NamespaceDashboardSpec is a specification of namespaces in which the dashboard link should appear. If both namespaces and namespaceSelector are specified, the link will appear in namespaces that match either
      • getNamespaces

        public List<String> getNamespaces()
        namespaces is an array of namespace names in which the dashboard link should appear.
      • setNamespaces

        public void setNamespaces​(List<String> namespaces)
        namespaces is an array of namespace names in which the dashboard link should appear.
      • getAdditionalProperties

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

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

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