Skip to content

Commit 5a44cd6

Browse files
committed
Fix typo from reseting to resetting
1 parent e3f90df commit 5a44cd6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1/api.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ service DevicePlugin {
6262

6363
// PreStartContainer is called, if indicated by Device Plugin during registeration phase,
6464
// before each container start. Device plugin can run device specific operations
65-
// such as reseting the device before making devices available to the container
65+
// such as resetting the device before making devices available to the container
6666
rpc PreStartContainer(PreStartContainerRequest) returns (PreStartContainerResponse) {}
6767
}
6868

test/e2e/autoscaling/cluster_size_autoscaling.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
657657
ReserveMemory(f, "memory-reservation", extraPods, totalMemoryReservation, false, defaultTimeout)
658658

659659
// Apparently GKE master is restarted couple minutes after the node pool is added
660-
// reseting all the timers in scale down code. Adding 5 extra minutes to workaround
660+
// resetting all the timers in scale down code. Adding 5 extra minutes to workaround
661661
// this issue.
662662
// TODO: Remove the extra time when GKE restart is fixed.
663663
framework.ExpectNoError(e2enode.WaitForReadyNodes(c, nodeCount+extraNodes+1, scaleUpTimeout+5*time.Minute))
@@ -708,7 +708,7 @@ var _ = SIGDescribe("Cluster size autoscaling [Slow]", func() {
708708

709709
ginkgo.By("Some node should be removed")
710710
// Apparently GKE master is restarted couple minutes after the node pool is added
711-
// reseting all the timers in scale down code. Adding 10 extra minutes to workaround
711+
// resetting all the timers in scale down code. Adding 10 extra minutes to workaround
712712
// this issue.
713713
// TODO: Remove the extra time when GKE restart is fixed.
714714
framework.ExpectNoError(WaitForClusterSizeFunc(f.ClientSet,

0 commit comments

Comments
 (0)