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