Class V1alpha3DeviceTaintRuleSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha3DeviceTaintRuleSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha3DeviceTaintRuleSpec
extends Object
DeviceTaintRuleSpec specifies the selector and one taint.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeviceSelector
(V1alpha3DeviceTaintSelector deviceSelector) Set deviceSelector in a chainable fashion.boolean
getTaint()
int
hashCode()
void
setDeviceSelector
(V1alpha3DeviceTaintSelector deviceSelector) Set the deviceSelector property valuevoid
setTaint
(V1alpha3DeviceTaint taint) Set the taint property valuetaint
(V1alpha3DeviceTaint taint) Set taint in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_TAINT
- See Also:
-
JSON_PROPERTY_DEVICE_SELECTOR
- See Also:
-
-
Constructor Details
-
V1alpha3DeviceTaintRuleSpec
-
-
Method Details
-
getTaint
- Returns:
- the taint property value
-
setTaint
Set the taint property value- Parameters:
taint
- property value to set
-
taint
Set taint in a chainable fashion.- Returns:
- The same instance of V1alpha3DeviceTaintRuleSpec for chaining.
-
getDeviceSelector
- Returns:
- the deviceSelector property value
-
setDeviceSelector
Set the deviceSelector property value- Parameters:
deviceSelector
- property value to set
-
deviceSelector
Set deviceSelector in a chainable fashion.- Returns:
- The same instance of V1alpha3DeviceTaintRuleSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-