Class DeviceTaintSelectorFluent<A extends DeviceTaintSelectorFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaintSelectorFluent<A>
-
- Direct Known Subclasses:
DeviceTaintRuleSpecFluent.DeviceSelectorNested,DeviceTaintSelectorBuilder
public class DeviceTaintSelectorFluent<A extends DeviceTaintSelectorFluent<A>> extends BaseFluent<A>
Generated
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description DeviceTaintSelectorFluent()DeviceTaintSelectorFluent(DeviceTaintSelector instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(DeviceTaintSelector instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetDevice()StringgetDriver()StringgetPool()booleanhasAdditionalProperties()booleanhasDevice()booleanhasDriver()inthashCode()booleanhasPool()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithDevice(String device)AwithDriver(String driver)AwithPool(String pool)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
DeviceTaintSelectorFluent
public DeviceTaintSelectorFluent()
-
DeviceTaintSelectorFluent
public DeviceTaintSelectorFluent(DeviceTaintSelector instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DeviceTaintSelector instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends DeviceTaintSelectorFluent<A>>
-
getDevice
public String getDevice()
-
getDriver
public String getDriver()
-
getPool
public String getPool()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasDevice
public boolean hasDevice()
-
hasDriver
public boolean hasDriver()
-
hasPool
public boolean hasPool()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends DeviceTaintSelectorFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-