Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceTaint
-
Packages that use DeviceTaint Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of DeviceTaint in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return DeviceTaint Modifier and Type Method Description DeviceTaintDeviceTaintBuilder. build()DeviceTaintDeviceFluent. buildFirstTaint()DeviceTaintDeviceFluent. buildLastTaint()DeviceTaintDeviceFluent. buildMatchingTaint(Predicate<DeviceTaintBuilder> predicate)DeviceTaintDeviceFluent. buildTaint(int index)DeviceTaintDeviceTaintRuleSpecFluent. buildTaint()DeviceTaintDeviceTaintRuleSpec. getTaint()DeviceTaintRuleSpec specifies the selector and one taint.Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return types with arguments of type DeviceTaint Modifier and Type Method Description List<DeviceTaint>DeviceFluent. buildTaints()List<DeviceTaint>Device. getTaints()If specified, these are the driver-defined taints.Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceTaint Modifier and Type Method Description DeviceFluent.TaintsNested<A>DeviceFluent. addNewTaintLike(DeviceTaint item)ADeviceFluent. addToTaints(int index, DeviceTaint item)ADeviceFluent. addToTaints(DeviceTaint... items)protected voidDeviceTaintFluent. copyInstance(DeviceTaint instance)DeviceTaintRuleSpecFluent.TaintNested<A>DeviceTaintRuleSpecFluent. editOrNewTaintLike(DeviceTaint item)ADeviceFluent. removeFromTaints(DeviceTaint... items)DeviceFluent.TaintsNested<A>DeviceFluent. setNewTaintLike(int index, DeviceTaint item)voidDeviceTaintRuleSpec. setTaint(DeviceTaint taint)DeviceTaintRuleSpec specifies the selector and one taint.ADeviceFluent. setToTaints(int index, DeviceTaint item)DeviceTaintRuleSpecFluent.TaintNested<A>DeviceTaintRuleSpecFluent. withNewTaintLike(DeviceTaint item)ADeviceTaintRuleSpecFluent. withTaint(DeviceTaint taint)ADeviceFluent. withTaints(DeviceTaint... taints)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta2 with type arguments of type DeviceTaint Modifier and Type Method Description ADeviceFluent. addAllToTaints(Collection<DeviceTaint> items)ADeviceFluent. removeAllFromTaints(Collection<DeviceTaint> items)voidDevice. setTaints(List<DeviceTaint> taints)If specified, these are the driver-defined taints.ADeviceFluent. withTaints(List<DeviceTaint> taints)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceTaint Constructor Description DeviceTaintBuilder(DeviceTaint instance)DeviceTaintBuilder(DeviceTaintFluent<?> fluent, DeviceTaint instance)DeviceTaintFluent(DeviceTaint instance)DeviceTaintRuleSpec(DeviceTaintSelector deviceSelector, DeviceTaint taint)
-