Class NamespaceDashboardSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.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 Summary
Constructors Constructor Description NamespaceDashboardSpec()No args constructor for use in serializationNamespaceDashboardSpec(io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector, List<String> namespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceDashboardSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<String>getNamespaces()namespaces is an array of namespace names in which the dashboard link should appear.io.fabric8.kubernetes.api.model.LabelSelectorgetNamespaceSelector()NamespaceDashboardSpec is a specification of namespaces in which the dashboard link should appear.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetNamespaces(List<String> namespaces)namespaces is an array of namespace names in which the dashboard link should appear.voidsetNamespaceSelector(io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector)NamespaceDashboardSpec is a specification of namespaces in which the dashboard link should appear.NamespaceDashboardSpecBuildertoBuilder()
-
-
-
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.
-
edit
public NamespaceDashboardSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NamespaceDashboardSpecBuilder>
-
toBuilder
public NamespaceDashboardSpecBuilder toBuilder()
-
-