Uses of Class
io.kubernetes.client.openapi.models.V1beta1AllocatedDeviceStatus
Packages that use V1beta1AllocatedDeviceStatus
-
Uses of V1beta1AllocatedDeviceStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta1AllocatedDeviceStatus.addConditionsItem(V1Condition conditionsItem) V1beta1AllocatedDeviceStatus.conditions(List<V1Condition> conditions) V1beta1AllocatedDeviceStatus.networkData(V1beta1NetworkDeviceData networkData) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta1ResourceClaimStatus.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 V1beta1AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta1ResourceClaimStatus.addDevicesItem(V1beta1AllocatedDeviceStatus devicesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1AllocatedDeviceStatusModifier and TypeMethodDescriptionV1beta1ResourceClaimStatus.devices(List<V1beta1AllocatedDeviceStatus> devices) voidV1beta1ResourceClaimStatus.setDevices(List<V1beta1AllocatedDeviceStatus> devices)