Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceAttribute
Packages that use V1beta2DeviceAttribute
-
Uses of V1beta2DeviceAttribute in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceAttributeModifier and TypeMethodDescriptionV1beta2DeviceAttribute.addBoolsItem(Boolean boolsItem) V1beta2DeviceAttribute.addIntsItem(Long intsItem) V1beta2DeviceAttribute.addStringsItem(String stringsItem) V1beta2DeviceAttribute.addVersionsItem(String versionsItem) static V1beta2DeviceAttributeCreate an instance of V1beta2DeviceAttribute given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceAttributeModifier and TypeMethodDescriptionV1beta2Device.getAttributes()Attributes defines the set of attributes for this device.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceAttributeModifier and TypeMethodDescriptionV1beta2Device.putAttributesItem(String key, V1beta2DeviceAttribute attributesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceAttributeModifier and TypeMethodDescriptionV1beta2Device.attributes(Map<String, V1beta2DeviceAttribute> attributes) voidV1beta2Device.setAttributes(Map<String, V1beta2DeviceAttribute> attributes)