Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for container789 (0.28 sec)

  1. pkg/kubelet/server/server_test.go

    	"k8s.io/kubernetes/pkg/kubelet/cm"
    	"k8s.io/kubernetes/pkg/kubelet/server/stats"
    	"k8s.io/kubernetes/pkg/volume"
    )
    
    const (
    	testUID          = "9b01b80f-8fb4-11e4-95ab-4200af06647"
    	testContainerID  = "container789"
    	testPodSandboxID = "pod0987"
    )
    
    type fakeKubelet struct {
    	podByNameFunc       func(namespace, name string) (*v1.Pod, bool)
    	machineInfoFunc     func() (*cadvisorapi.MachineInfo, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cri_stats_provider_test.go

    const (
    	cName0 = "container0-name"
    	cName1 = "container1-name"
    	cName2 = "container2-name"
    	cName3 = "container3-name"
    	cName5 = "container5-name"
    	cName6 = "container6-name"
    	cName7 = "container7-name"
    	cName8 = "container8-name"
    	cName9 = "container9-name"
    )
    
    const testPodLogDirectory = "/var/log/kube/pods/" // Use non-default path to ensure stats are collected properly
    
    func TestCRIListPodStats(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top