Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceTaint
Packages that use V1beta1DeviceTaint
-
Uses of V1beta1DeviceTaint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceTaintMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceTaintModifier and TypeMethodDescriptionV1beta1BasicDevice.getTaints()
If specified, these are the driver-defined taints.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1DeviceTaintModifier and TypeMethodDescriptionV1beta1BasicDevice.addTaintsItem
(V1beta1DeviceTaint taintsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceTaintModifier and TypeMethodDescriptionvoid
V1beta1BasicDevice.setTaints
(List<V1beta1DeviceTaint> taints) V1beta1BasicDevice.taints
(List<V1beta1DeviceTaint> taints)