@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1NamespaceStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PHASE |
Constructor and Description |
---|
V1NamespaceStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPhase()
Phase is the current lifecycle phase of the namespace.
|
int |
hashCode() |
V1NamespaceStatus |
phase(String phase) |
void |
setPhase(String phase) |
String |
toString() |
public static final String SERIALIZED_NAME_PHASE
public V1NamespaceStatus phase(String phase)
@Nullable public String getPhase()
public void setPhase(String phase)
Copyright © 2019. All rights reserved.