Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 73 for containerStatus (0.49 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (ContainerStateWaiting) SwaggerDoc() map[string]string {
    	return map_ContainerStateWaiting
    }
    
    var map_ContainerStatus = map[string]string{
    	"":                   "ContainerStatus contains details for the current status of this container.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cri_stats_provider_windows.go

    	container *runtimeapi.Container,
    	rootFsInfo *cadvisorapiv2.FsInfo,
    	fsIDtoInfo map[runtimeapi.FilesystemIdentifier]*cadvisorapiv2.FsInfo,
    	meta *runtimeapi.PodSandboxMetadata) (*statsapi.ContainerStats, error) {
    	result := &statsapi.ContainerStats{
    		Name: stats.Attributes.Metadata.Name,
    		// The StartTime in the summary API is the container creation time.
    		StartTime: metav1.NewTime(time.Unix(0, container.CreatedAt)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 07:03:11 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. pkg/kubelet/eviction/memory_threshold_notifier_test.go

    		WorkingSetBytes: &workingSetBytes,
    		UsageBytes:      &usageBytes,
    	}
    	if allocatable {
    		return &statsapi.Summary{
    			Node: statsapi.NodeStats{
    				SystemContainers: []statsapi.ContainerStats{
    					{
    						Name:   statsapi.SystemContainerPods,
    						Memory: &memoryStats,
    					},
    				},
    			},
    		}
    	}
    	return &statsapi.Summary{
    		Node: statsapi.NodeStats{
    			Memory: &memoryStats,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. pkg/kubelet/stats/provider_test.go

    	}
    
    	totalUsageBytes := uint64(seed + offsetFsTotalUsageBytes)
    	baseUsageBytes := uint64(seed + offsetFsBaseUsageBytes)
    	inodeUsage := uint64(seed + offsetFsInodeUsage)
    
    	stats := cadvisorapiv2.ContainerStats{
    		Timestamp: testTime(timestamp, seed),
    		Cpu:       &cadvisorapiv1.CpuStats{},
    		CpuInst:   &cadvisorapiv2.CpuInstStats{},
    		Memory: &cadvisorapiv1.MemoryStats{
    			Usage:      uint64(seed + offsetMemUsageBytes),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    - Changed ownership semantics of PersistentVolume's spec.claimRef from `atomic` to `granular`. ([#110495](https://github.com/kubernetes/kubernetes/pull/110495), [@alexzielenski](https://github.com/alexzielenski))
    - Extended ContainerStatus CRI API to allow runtime response with container resource requests and limits that are in effect.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		indexPods[pod.PodRef] = pod
    	}
    
    	// Validate Pod0 Results
    	ps, found := indexPods[prf0]
    	assert.True(t, found)
    	assert.Len(t, ps.Containers, 2)
    	indexCon := make(map[string]statsapi.ContainerStats, len(ps.Containers))
    	for _, con := range ps.Containers {
    		indexCon[con.Name] = con
    	}
    	con := indexCon[cName00]
    	assert.EqualValues(t, testTime(creationTime, seedPod0Container0).Unix(), con.StartTime.Time.Unix())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ContainerStatus": {
            "description": "ContainerStatus contains details for the current status of this container.",
            "properties": {
              "allocatedResources": {
                "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "(brief) reason the container is not yet running.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStatus": {
          "description": "ContainerStatus contains details for the current status of this container.",
          "properties": {
            "allocatedResources": {
              "additionalProperties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. pkg/kubelet/server/server_test.go

    func (*fakeKubelet) GetCgroupStats(cgroupName string, updateStats bool) (*statsapi.ContainerStats, *statsapi.NetworkStats, error) {
    	return nil, nil, nil
    }
    func (*fakeKubelet) GetCgroupCPUAndMemoryStats(cgroupName string, updateStats bool) (*statsapi.ContainerStats, error) {
    	return nil, nil
    }
    
    type fakeAuth struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.ContainerStateWaiting":                                                              schema_k8sio_api_core_v1_ContainerStateWaiting(ref),
    		"k8s.io/api/core/v1.ContainerStatus":                                                                    schema_k8sio_api_core_v1_ContainerStatus(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top