Skip to content

Commit 4fe3e80

Browse files
committed
rename 'type' label to 'requirement'
1 parent a1d83ed commit 4fe3e80

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+2
-2
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,8 @@ This metric tracks the total number of resize attempts observed by the Kubelet,
897897
A single pod update changing multiple containers will be considered separate resize attempts.
898898

899899
Labels:
900-
- `resource` - what resource. Possible values: `cpu`, or `memory`. If more than one of these resource types is changing in the resize request, we increment the counter multiple times, once for each.
901-
- `type` - what type of resource is being resized. Possible values: `limits`, or `requests`. If more than one of these resource types is changing in the resize request, we increment the counter multiple times, once for each.
900+
- `resource` - what resource. Possible values: `cpu`, or `memory`. If more than one of these is changing in the resize request, we increment the counter multiple times, once for each.
901+
- `requirement` - Possible values: `limits`, or `requests`. If more than one of these is changing in the resize request, we increment the counter multiple times, once for each.
902902
- `operation` - whether the resize is an increase or a decrease. Possible values: `increase`, `decrease`, `add`, or `remove`.
903903
- `namespace` - the namespace of the pod.
904904

0 commit comments

Comments
 (0)