Uses of Class
io.kubernetes.client.openapi.models.V1ResourceStatus
Packages that use V1ResourceStatus
-
Uses of V1ResourceStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceStatusModifier and TypeMethodDescriptionV1ResourceStatus.addResourcesItem(V1ResourceHealth resourcesItem) static V1ResourceStatusCreate an instance of V1ResourceStatus given an JSON stringV1ResourceStatus.resources(List<V1ResourceHealth> resources) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ResourceStatusModifier and TypeMethodDescriptionV1ContainerStatus.getAllocatedResourcesStatus()AllocatedResourcesStatus represents the status of various resources allocated for this Pod.Methods in io.kubernetes.client.openapi.models with parameters of type V1ResourceStatusModifier and TypeMethodDescriptionV1ContainerStatus.addAllocatedResourcesStatusItem(V1ResourceStatus allocatedResourcesStatusItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ResourceStatusModifier and TypeMethodDescriptionV1ContainerStatus.allocatedResourcesStatus(List<V1ResourceStatus> allocatedResourcesStatus) voidV1ContainerStatus.setAllocatedResourcesStatus(List<V1ResourceStatus> allocatedResourcesStatus)