Uses of Class
io.kubernetes.client.openapi.models.V1alpha3DeviceTaint
Packages that use V1alpha3DeviceTaint
-
Uses of V1alpha3DeviceTaint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceTaintModifier and TypeMethodDescriptionstatic V1alpha3DeviceTaint
Create an instance of V1alpha3DeviceTaint given an JSON stringV1alpha3DeviceTaintRuleSpec.getTaint()
Get taintV1alpha3DeviceTaint.timeAdded
(OffsetDateTime timeAdded) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3DeviceTaintModifier and TypeMethodDescriptionV1alpha3BasicDevice.getTaints()
If specified, these are the driver-defined taints.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3DeviceTaintModifier and TypeMethodDescriptionV1alpha3BasicDevice.addTaintsItem
(V1alpha3DeviceTaint taintsItem) void
V1alpha3DeviceTaintRuleSpec.setTaint
(V1alpha3DeviceTaint taint) V1alpha3DeviceTaintRuleSpec.taint
(V1alpha3DeviceTaint taint) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3DeviceTaintModifier and TypeMethodDescriptionvoid
V1alpha3BasicDevice.setTaints
(List<V1alpha3DeviceTaint> taints) V1alpha3BasicDevice.taints
(List<V1alpha3DeviceTaint> taints)