public class NamespaceName extends Object
| Constructor and Description |
|---|
NamespaceName(String namespace,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceName |
create(io.fabric8.kubernetes.api.model.HasMetadata hasMetadata) |
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
static void |
notNull(Object value,
String name)
Asserts whether the value is not null
|
String |
toString() |
public static NamespaceName create(io.fabric8.kubernetes.api.model.HasMetadata hasMetadata)
public String getName()
public String getNamespace()
public static void notNull(Object value, String name)
value - the value to testname - the key that resolved the valueIllegalArgumentException - is thrown if assertion failsCopyright © 2016 Red Hat. All rights reserved.