Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for ContainerStateRunning (0.59 sec)

  1. pkg/kubelet/pod_workers.go

    		return false
    	}
    
    	return true
    }
    
    func isPodStatusCacheTerminal(status *kubecontainer.PodStatus) bool {
    	for _, container := range status.ContainerStatuses {
    		if container.State == kubecontainer.ContainerStateRunning {
    			return false
    		}
    	}
    	for _, sb := range status.SandboxStatuses {
    		if sb.State == runtimeapi.PodSandboxState_SANDBOX_READY {
    			return false
    		}
    	}
    	return true
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // Details about a running container
      // +optional
      optional ContainerStateRunning running = 2;
    
      // Details about a terminated container
      // +optional
      optional ContainerStateTerminated terminated = 3;
    }
    
    // ContainerStateRunning is a running state of a container.
    message ContainerStateRunning {
      // Time at which the container was last (re-)started
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    		FinishedAt string
    	}
    	var containers []container
    	klogV := klog.V(4)
    	klogVEnabled := klogV.Enabled()
    	for _, s := range podStatus.ContainerStatuses {
    		if s.State == kubecontainer.ContainerStateRunning {
    			runningContainers = append(runningContainers, s.ID.String())
    		}
    		if klogVEnabled {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// Message regarding why the container is not yet running.
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,2,opt,name=message"`
    }
    
    // ContainerStateRunning is a running state of a container.
    type ContainerStateRunning struct {
    	// Time at which the container was last (re-)started
    	// +optional
    	StartedAt metav1.Time `json:"startedAt,omitempty" protobuf:"bytes,1,opt,name=startedAt"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_ContainerState
    }
    
    var map_ContainerStateRunning = map[string]string{
    	"":          "ContainerStateRunning is a running state of a container.",
    	"startedAt": "Time at which the container was last (re-)started",
    }
    
    func (ContainerStateRunning) SwaggerDoc() map[string]string {
    	return map_ContainerStateRunning
    }
    
    var map_ContainerStateTerminated = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

                ],
                "description": "Details about a waiting container"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ContainerStateRunning": {
            "description": "ContainerStateRunning is a running state of a container.",
            "properties": {
              "startedAt": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "Details about a waiting container"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateRunning": {
          "description": "ContainerStateRunning is a running state of a container.",
          "properties": {
            "startedAt": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.ContainerState":                                                                     schema_k8sio_api_core_v1_ContainerState(ref),
    		"k8s.io/api/core/v1.ContainerStateRunning":                                                              schema_k8sio_api_core_v1_ContainerStateRunning(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "description": "Details about a waiting container"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateRunning": {
          "description": "ContainerStateRunning is a running state of a container.",
          "properties": {
            "startedAt": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "Details about a waiting container"
            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateRunning": {
          "description": "ContainerStateRunning is a running state of a container.",
          "properties": {
            "startedAt": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top