Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaintRuleSpec
-
Packages that use DeviceTaintRuleSpec Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of DeviceTaintRuleSpec in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 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.v1alpha3 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.v1alpha3 with parameters of type DeviceTaintRuleSpec Constructor Description DeviceTaintRule(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeviceTaintRuleSpec spec)DeviceTaintRuleSpecBuilder(DeviceTaintRuleSpec instance)DeviceTaintRuleSpecBuilder(DeviceTaintRuleSpecFluent<?> fluent, DeviceTaintRuleSpec instance)DeviceTaintRuleSpecFluent(DeviceTaintRuleSpec instance)
-