Class V1ResourceStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1ResourceStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1ResourceStatus
extends Object
V1ResourceStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem
(V1ResourceHealth resourcesItem) boolean
getName()
Name of the resource.List of unique Resources health.int
hashCode()
resources
(List<V1ResourceHealth> resources) void
void
setResources
(List<V1ResourceHealth> resources) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_RESOURCES
- See Also:
-
-
Constructor Details
-
V1ResourceStatus
public V1ResourceStatus()
-
-
Method Details
-
name
-
getName
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.- Returns:
- name
-
setName
-
resources
-
addResourcesItem
-
getResources
List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.- Returns:
- resources
-
setResources
-
equals
-
hashCode
public int hashCode() -
toString
-