Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceAttribute
Packages that use V1beta1DeviceAttribute
-
Uses of V1beta1DeviceAttribute in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceAttributeModifier and TypeMethodDescriptionMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceAttributeModifier and TypeMethodDescriptionV1beta1BasicDevice.getAttributes()
Attributes defines the set of attributes for this device.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1DeviceAttributeModifier and TypeMethodDescriptionV1beta1BasicDevice.putAttributesItem
(String key, V1beta1DeviceAttribute attributesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceAttributeModifier and TypeMethodDescriptionV1beta1BasicDevice.attributes
(Map<String, V1beta1DeviceAttribute> attributes) void
V1beta1BasicDevice.setAttributes
(Map<String, V1beta1DeviceAttribute> attributes)