Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for containerRuntimeVersion (0.71 sec)

  1. pkg/printers/internalversion/printers_test.go

    				Status: api.NodeStatus{
    					NodeInfo:  api.NodeSystemInfo{ContainerRuntimeVersion: "foo://1.2.3"},
    					Addresses: []api.NodeAddress{{Type: api.NodeExternalIP, Address: "1.1.1.1"}},
    				},
    			},
    			// Columns: Name, Status, Roles, Age, KubeletVersion, NodeInternalIP, NodeExternalIP, OSImage, KernelVersion, ContainerRuntimeVersion
    			expected: []metav1.TableRow{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_node_status_test.go

    						OSImage:                 cadvisortest.FakeContainerOSVersion,
    						OperatingSystem:         goruntime.GOOS,
    						Architecture:            goruntime.GOARCH,
    						ContainerRuntimeVersion: "test://1.5.0",
    						KubeletVersion:          version.Get().String(),
    						KubeProxyVersion:        "",
    					},
    					Capacity: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    		{Name: "Kernel-Version", Type: "string", Priority: 1, Description: apiv1.NodeSystemInfo{}.SwaggerDoc()["kernelVersion"]},
    		{Name: "Container-Runtime", Type: "string", Priority: 1, Description: apiv1.NodeSystemInfo{}.SwaggerDoc()["containerRuntimeVersion"]},
    	}
    
    	_ = h.TableHandler(nodeColumnDefinitions, printNode)
    	_ = h.TableHandler(nodeColumnDefinitions, printNodeList)
    
    	eventColumnDefinitions := []metav1.TableColumnDefinition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top