Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceTaintRuleSpec
-
Packages that use DeviceTaintRuleSpec Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of DeviceTaintRuleSpec in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return DeviceTaintRuleSpec Modifier and Type Method Description DeviceTaintRuleSpecDeviceTaintRuleSpecBuilder. build()DeviceTaintRuleSpecDeviceTaintRuleFluent. buildSpec()DeviceTaintRuleSpecDeviceTaintRule. getSpec()DeviceTaintRule adds one taint to all devices which match the selector.Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceTaintRuleSpec Modifier and Type Method Description protected voidDeviceTaintRuleSpecFluent. copyInstance(DeviceTaintRuleSpec instance)DeviceTaintRuleFluent.SpecNested<A>DeviceTaintRuleFluent. editOrNewSpecLike(DeviceTaintRuleSpec item)voidDeviceTaintRule. setSpec(DeviceTaintRuleSpec spec)DeviceTaintRule adds one taint to all devices which match the selector.DeviceTaintRuleFluent.SpecNested<A>DeviceTaintRuleFluent. withNewSpecLike(DeviceTaintRuleSpec item)ADeviceTaintRuleFluent. withSpec(DeviceTaintRuleSpec spec)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceTaintRuleSpec Constructor Description DeviceTaintRule(String apiVersion, String kind, ObjectMeta metadata, DeviceTaintRuleSpec spec, DeviceTaintRuleStatus status)DeviceTaintRuleSpecBuilder(DeviceTaintRuleSpec instance)DeviceTaintRuleSpecBuilder(DeviceTaintRuleSpecFluent<?> fluent, DeviceTaintRuleSpec instance)DeviceTaintRuleSpecFluent(DeviceTaintRuleSpec instance)
-