Package io.fabric8.kubernetes.api.model
Class NodeConfigStatus
java.lang.Object
io.fabric8.kubernetes.api.model.NodeConfigStatus
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class NodeConfigStatus extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NodeConfigStatus()
No args constructor for use in serializationNodeConfigStatus(NodeConfigSource active, NodeConfigSource assigned, String error, NodeConfigSource lastKnownGood)
-
Method Summary
Modifier and Type Method Description NodeConfigSource
getActive()
Map<String,Object>
getAdditionalProperties()
NodeConfigSource
getAssigned()
String
getError()
NodeConfigSource
getLastKnownGood()
void
setActive(NodeConfigSource active)
void
setAdditionalProperty(String name, Object value)
void
setAssigned(NodeConfigSource assigned)
void
setError(String error)
void
setLastKnownGood(NodeConfigSource lastKnownGood)
-
Constructor Details
-
NodeConfigStatus
public NodeConfigStatus()No args constructor for use in serialization -
NodeConfigStatus
public NodeConfigStatus(NodeConfigSource active, NodeConfigSource assigned, String error, NodeConfigSource lastKnownGood)- Parameters:
lastKnownGood
-active
-assigned
-error
-
-
-
Method Details
-
getActive
- Returns:
- The active
-
setActive
- Parameters:
active
- The active
-
getAssigned
- Returns:
- The assigned
-
setAssigned
- Parameters:
assigned
- The assigned
-
getError
- Returns:
- The error
-
setError
- Parameters:
error
- The error
-
getLastKnownGood
- Returns:
- The lastKnownGood
-
setLastKnownGood
- Parameters:
lastKnownGood
- The lastKnownGood
-
getAdditionalProperties
-
setAdditionalProperty
-