Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for F_fsid (0.23 sec)

  1. pkg/kubelet/stats/cri_stats_provider_test.go

    			Id:       container.ContainerStatus.Id,
    			Metadata: container.ContainerStatus.Metadata,
    		},
    		WritableLayer: &runtimeapi.FilesystemUsage{
    			Timestamp:  time.Now().UnixNano(),
    			FsId:       &runtimeapi.FilesystemIdentifier{Mountpoint: imageFsMountpoint},
    			UsedBytes:  &runtimeapi.UInt64Value{Value: rand.Uint64() / 100},
    			InodesUsed: &runtimeapi.UInt64Value{Value: rand.Uint64() / 100},
    		},
    	}
    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