Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceTaint
Packages that use V1beta2DeviceTaint
-
Uses of V1beta2DeviceTaint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceTaintModifier and TypeMethodDescriptionstatic V1beta2DeviceTaintCreate an instance of V1beta2DeviceTaint given an JSON stringV1beta2DeviceTaintRuleSpec.getTaint()Get taintV1beta2DeviceTaint.timeAdded(OffsetDateTime timeAdded) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceTaintModifier and TypeMethodDescriptionV1beta2Device.getTaints()If specified, these are the driver-defined taints.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceTaintModifier and TypeMethodDescriptionV1beta2Device.addTaintsItem(V1beta2DeviceTaint taintsItem) voidV1beta2DeviceTaintRuleSpec.setTaint(V1beta2DeviceTaint taint) V1beta2DeviceTaintRuleSpec.taint(V1beta2DeviceTaint taint) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceTaintModifier and TypeMethodDescriptionvoidV1beta2Device.setTaints(List<V1beta2DeviceTaint> taints) V1beta2Device.taints(List<V1beta2DeviceTaint> taints)