Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestImageFsInfoLabel (0.78 sec)

  1. pkg/kubelet/cadvisor/cadvisor_linux_test.go

    */
    
    package cadvisor
    
    import (
    	"fmt"
    	"testing"
    
    	"github.com/stretchr/testify/assert"
    
    	"github.com/google/cadvisor/container/crio"
    	cadvisorfs "github.com/google/cadvisor/fs"
    )
    
    func TestImageFsInfoLabel(t *testing.T) {
    	testcases := []struct {
    		description     string
    		runtime         string
    		runtimeEndpoint string
    		expectedLabel   string
    		expectedError   error
    	}{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:15:53 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top