public class NamespaceSelector extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
NamespaceSelector()
No args constructor for use in serialization
|
NamespaceSelector(Boolean any,
List<String> matchNames) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAny() |
List<String> |
getMatchNames() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAny(Boolean any) |
void |
setMatchNames(List<String> matchNames) |
Copyright © 2015–2022 Red Hat. All rights reserved.