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 TypeMethodDescriptionstatic V1beta1DeviceAttribute
Create an instance of V1beta1DeviceAttribute given an JSON stringMethods 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)