Uses of Class
io.kubernetes.client.openapi.models.V1alpha3AllocatedDeviceStatus
Packages that use V1alpha3AllocatedDeviceStatus
-
Uses of V1alpha3AllocatedDeviceStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3AllocatedDeviceStatusModifier and TypeMethodDescriptionV1alpha3AllocatedDeviceStatus.addConditionsItem
(V1Condition conditionsItem) V1alpha3AllocatedDeviceStatus.conditions
(List<V1Condition> conditions) V1alpha3AllocatedDeviceStatus.networkData
(V1alpha3NetworkDeviceData networkData) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3AllocatedDeviceStatusModifier and TypeMethodDescriptionV1alpha3ResourceClaimStatus.getDevices()
Devices contains the status of each device allocated for this claim, as reported by the driver.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3AllocatedDeviceStatusModifier and TypeMethodDescriptionV1alpha3ResourceClaimStatus.addDevicesItem
(V1alpha3AllocatedDeviceStatus devicesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3AllocatedDeviceStatusModifier and TypeMethodDescriptionV1alpha3ResourceClaimStatus.devices
(List<V1alpha3AllocatedDeviceStatus> devices) void
V1alpha3ResourceClaimStatus.setDevices
(List<V1alpha3AllocatedDeviceStatus> devices)