Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaintSelector
-
Packages that use DeviceTaintSelector Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of DeviceTaintSelector in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return DeviceTaintSelector Modifier and Type Method Description DeviceTaintSelectorDeviceTaintSelectorBuilder. build()DeviceTaintSelectorDeviceTaintRuleSpecFluent. buildDeviceSelector()DeviceTaintSelectorDeviceTaintRuleSpec. getDeviceSelector()DeviceTaintRuleSpec specifies the selector and one taint.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaintSelector Modifier and Type Method Description protected voidDeviceTaintSelectorFluent. copyInstance(DeviceTaintSelector instance)DeviceTaintRuleSpecFluent.DeviceSelectorNested<A>DeviceTaintRuleSpecFluent. editOrNewDeviceSelectorLike(DeviceTaintSelector item)voidDeviceTaintRuleSpec. setDeviceSelector(DeviceTaintSelector deviceSelector)DeviceTaintRuleSpec specifies the selector and one taint.ADeviceTaintRuleSpecFluent. withDeviceSelector(DeviceTaintSelector deviceSelector)DeviceTaintRuleSpecFluent.DeviceSelectorNested<A>DeviceTaintRuleSpecFluent. withNewDeviceSelectorLike(DeviceTaintSelector item)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaintSelector Constructor Description DeviceTaintRuleSpec(DeviceTaintSelector deviceSelector, DeviceTaint taint)DeviceTaintSelectorBuilder(DeviceTaintSelector instance)DeviceTaintSelectorBuilder(DeviceTaintSelectorFluent<?> fluent, DeviceTaintSelector instance)DeviceTaintSelectorFluent(DeviceTaintSelector instance)
-