Package io.fabric8.kubernetes.api.model
Class Taint
java.lang.Object
io.fabric8.kubernetes.api.model.Taint
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class Taint extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetEffect()StringgetKey()StringgetTimeAdded()StringgetValue()voidsetAdditionalProperty(String name, Object value)voidsetEffect(String effect)voidsetKey(String key)voidsetTimeAdded(String timeAdded)voidsetValue(String value)
-
Constructor Details
-
Method Details
-
getEffect
- Returns:
- The effect
-
setEffect
- Parameters:
effect- The effect
-
getKey
- Returns:
- The key
-
setKey
- Parameters:
key- The key
-
getTimeAdded
- Returns:
- The timeAdded
-
setTimeAdded
- Parameters:
timeAdded- The timeAdded
-
getValue
- Returns:
- The value
-
setValue
- Parameters:
value- The value
-
getAdditionalProperties
-
setAdditionalProperty
-