Package io.fabric8.jenkins.openshiftsync
Class NamespaceName
java.lang.Object
io.fabric8.jenkins.openshiftsync.NamespaceName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamespaceName
create
(io.fabric8.kubernetes.api.model.HasMetadata hasMetadata) boolean
getName()
int
hashCode()
static void
Asserts whether the value is not nulltoString()
-
Constructor Details
-
NamespaceName
-
-
Method Details
-
create
-
toString
-
equals
-
hashCode
public int hashCode() -
getName
-
getNamespace
-
notNull
Asserts whether the value is not null- Parameters:
value
- the value to testname
- the key that resolved the value- Throws:
IllegalArgumentException
- is thrown if assertion fails
-