Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaint
-
Packages that use DeviceTaint Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of DeviceTaint in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return DeviceTaint Modifier and Type Method Description DeviceTaintDeviceTaintBuilder. build()DeviceTaintDeviceTaintRuleSpecFluent. buildTaint()DeviceTaintDeviceTaintRuleSpec. getTaint()DeviceTaintRuleSpec specifies the selector and one taint.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaint Modifier and Type Method Description protected voidDeviceTaintFluent. copyInstance(DeviceTaint instance)DeviceTaintRuleSpecFluent.TaintNested<A>DeviceTaintRuleSpecFluent. editOrNewTaintLike(DeviceTaint item)voidDeviceTaintRuleSpec. setTaint(DeviceTaint taint)DeviceTaintRuleSpec specifies the selector and one taint.DeviceTaintRuleSpecFluent.TaintNested<A>DeviceTaintRuleSpecFluent. withNewTaintLike(DeviceTaint item)ADeviceTaintRuleSpecFluent. withTaint(DeviceTaint taint)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaint Constructor Description DeviceTaintBuilder(DeviceTaint instance)DeviceTaintBuilder(DeviceTaintFluent<?> fluent, DeviceTaint instance)DeviceTaintFluent(DeviceTaint instance)DeviceTaintRuleSpec(DeviceTaintSelector deviceSelector, DeviceTaint taint)
-