Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeContainerMgrMountInt (0.18 sec)

  1. pkg/kubelet/cm/container_manager_linux_test.go

    	"github.com/stretchr/testify/require"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    	cadvisortest "k8s.io/kubernetes/pkg/kubelet/cadvisor/testing"
    
    	"k8s.io/mount-utils"
    )
    
    func fakeContainerMgrMountInt() mount.Interface {
    	return mount.NewFakeMounter(
    		[]mount.MountPoint{
    			{
    				Device: "cgroup",
    				Type:   "cgroup",
    				Opts:   []string{"rw", "relatime", "cpuset"},
    			},
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top