Skip to content

Commit

Permalink
Merge pull request kubernetes#128718 from tallclair/no-cpu-limit
Browse files Browse the repository at this point in the history
[FG:InPlacePodVerticalScaling] Enable resizing containers without limits
  • Loading branch information
k8s-ci-robot authored Nov 11, 2024
2 parents 2e0cc1b + 4991d2f commit f5d1fdf
Show file tree
Hide file tree
Showing 9 changed files with 2,640 additions and 32 deletions.
11 changes: 11 additions & 0 deletions pkg/kubelet/cm/.mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
dir: testing
filename: "mock_{{.InterfaceName | snakecase}}.go"
boilerplate-file: ../../../hack/boilerplate/boilerplate.generatego.txt
outpkg: testing
with-expecter: true
packages:
k8s.io/kubernetes/pkg/kubelet/cm:
interfaces:
ContainerManager:
PodContainerManager:
1 change: 1 addition & 0 deletions pkg/kubelet/cm/container_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

//go:generate mockery
package cm

import (
Expand Down
Loading

0 comments on commit f5d1fdf

Please sign in to comment.