Uses of Class
io.kubernetes.client.openapi.models.V1alpha3DeviceAttribute
Packages that use V1alpha3DeviceAttribute
-
Uses of V1alpha3DeviceAttribute in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceAttributeModifier and TypeMethodDescriptionstatic V1alpha3DeviceAttribute
Create an instance of V1alpha3DeviceAttribute given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3DeviceAttributeModifier and TypeMethodDescriptionV1alpha3BasicDevice.getAttributes()
Attributes defines the set of attributes for this device.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3DeviceAttributeModifier and TypeMethodDescriptionV1alpha3BasicDevice.putAttributesItem
(String key, V1alpha3DeviceAttribute attributesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3DeviceAttributeModifier and TypeMethodDescriptionV1alpha3BasicDevice.attributes
(Map<String, V1alpha3DeviceAttribute> attributes) void
V1alpha3BasicDevice.setAttributes
(Map<String, V1alpha3DeviceAttribute> attributes)