Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaintRule
-
Packages that use DeviceTaintRule Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of DeviceTaintRule in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return DeviceTaintRule Modifier and Type Method Description DeviceTaintRuleDeviceTaintRuleBuilder. build()DeviceTaintRuleDeviceTaintRuleListFluent. buildFirstItem()DeviceTaintRuleDeviceTaintRuleListFluent. buildItem(int index)DeviceTaintRuleDeviceTaintRuleListFluent. buildLastItem()DeviceTaintRuleDeviceTaintRuleListFluent. buildMatchingItem(Predicate<DeviceTaintRuleBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return types with arguments of type DeviceTaintRule Modifier and Type Method Description List<DeviceTaintRule>DeviceTaintRuleListFluent. buildItems()List<DeviceTaintRule>DeviceTaintRuleList. getItems()Items is the list of DeviceTaintRules.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaintRule Modifier and Type Method Description DeviceTaintRuleListFluent.ItemsNested<A>DeviceTaintRuleListFluent. addNewItemLike(DeviceTaintRule item)ADeviceTaintRuleListFluent. addToItems(int index, DeviceTaintRule item)ADeviceTaintRuleListFluent. addToItems(DeviceTaintRule... items)protected voidDeviceTaintRuleFluent. copyInstance(DeviceTaintRule instance)ADeviceTaintRuleListFluent. removeFromItems(DeviceTaintRule... items)DeviceTaintRuleListFluent.ItemsNested<A>DeviceTaintRuleListFluent. setNewItemLike(int index, DeviceTaintRule item)ADeviceTaintRuleListFluent. setToItems(int index, DeviceTaintRule item)ADeviceTaintRuleListFluent. withItems(DeviceTaintRule... items)Method parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type DeviceTaintRule Modifier and Type Method Description ADeviceTaintRuleListFluent. addAllToItems(Collection<DeviceTaintRule> items)ADeviceTaintRuleListFluent. removeAllFromItems(Collection<DeviceTaintRule> items)voidDeviceTaintRuleList. setItems(List<DeviceTaintRule> items)Items is the list of DeviceTaintRules.ADeviceTaintRuleListFluent. withItems(List<DeviceTaintRule> items)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha3 with parameters of type DeviceTaintRule Constructor Description DeviceTaintRuleBuilder(DeviceTaintRule instance)DeviceTaintRuleBuilder(DeviceTaintRuleFluent<?> fluent, DeviceTaintRule instance)DeviceTaintRuleFluent(DeviceTaintRule instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1alpha3 with type arguments of type DeviceTaintRule Constructor Description DeviceTaintRuleList(String apiVersion, List<DeviceTaintRule> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-