Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for LastState (0.14 sec)

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

    	// help debug container crashes and restarts. This field is not
    	// populated if the container is still running and RestartCount is 0.
    	// +optional
    	LastTerminationState ContainerState `json:"lastState,omitempty" protobuf:"bytes,3,opt,name=lastState"`
    	// Ready specifies whether the container is currently passing its readiness check.
    	// The value will change as readiness probes keep executing. If no readiness
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // help debug container crashes and restarts. This field is not
      // populated if the container is still running and RestartCount is 0.
      // +optional
      optional ContainerState lastState = 3;
    
      // Ready specifies whether the container is currently passing its readiness check.
      // The value will change as readiness probes keep executing. If no readiness
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"state":              "State holds details about the container's current condition.",
    	"lastState":          "LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // help debug container crashes and restarts. This field is not
      // populated if the container is still running and RestartCount is 0.
      // +optional
      optional ContainerState lastState = 3;
    
      // Ready specifies whether the container is currently passing its readiness check.
      // The value will change as readiness probes keep executing. If no readiness
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top