Uses of Class
io.kubernetes.client.openapi.models.V1ResourceHealth
Packages that use V1ResourceHealth
-
Uses of V1ResourceHealth in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceHealthModifier and TypeMethodDescriptionstatic V1ResourceHealth
Create an instance of V1ResourceHealth given an JSON stringV1ResourceHealth.resourceID
(String resourceID) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ResourceHealthModifier and TypeMethodDescriptionV1ResourceStatus.getResources()
List of unique Resources health.Methods in io.kubernetes.client.openapi.models with parameters of type V1ResourceHealthModifier and TypeMethodDescriptionV1ResourceStatus.addResourcesItem
(V1ResourceHealth resourcesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ResourceHealthModifier and TypeMethodDescriptionV1ResourceStatus.resources
(List<V1ResourceHealth> resources) void
V1ResourceStatus.setResources
(List<V1ResourceHealth> resources)