public class V1NodeConfigStatus extends Object
Constructor and Description |
---|
V1NodeConfigStatus() |
Modifier and Type | Method and Description |
---|---|
V1NodeConfigStatus |
active(V1NodeConfigSource active) |
V1NodeConfigStatus |
assigned(V1NodeConfigSource assigned) |
boolean |
equals(Object o) |
V1NodeConfigStatus |
error(String error) |
V1NodeConfigSource |
getActive()
Active reports the checkpointed config the node is actively using.
|
V1NodeConfigSource |
getAssigned()
Assigned reports the checkpointed config the node will try to use.
|
String |
getError()
Error describes any problems reconciling the Spec.ConfigSource to the Active config.
|
V1NodeConfigSource |
getLastKnownGood()
LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config.
|
int |
hashCode() |
V1NodeConfigStatus |
lastKnownGood(V1NodeConfigSource lastKnownGood) |
void |
setActive(V1NodeConfigSource active) |
void |
setAssigned(V1NodeConfigSource assigned) |
void |
setError(String error) |
void |
setLastKnownGood(V1NodeConfigSource lastKnownGood) |
String |
toString() |
public V1NodeConfigStatus active(V1NodeConfigSource active)
public V1NodeConfigSource getActive()
public void setActive(V1NodeConfigSource active)
public V1NodeConfigStatus assigned(V1NodeConfigSource assigned)
public V1NodeConfigSource getAssigned()
public void setAssigned(V1NodeConfigSource assigned)
public V1NodeConfigStatus error(String error)
public String getError()
public void setError(String error)
public V1NodeConfigStatus lastKnownGood(V1NodeConfigSource lastKnownGood)
public V1NodeConfigSource getLastKnownGood()
public void setLastKnownGood(V1NodeConfigSource lastKnownGood)
Copyright © 2019. All rights reserved.