Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Missing (0.11 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // 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
      // probes are specified, this field defaults to true once the container is
      // fully started (see Started field).
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// +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
    	// probes are specified, this field defaults to true once the container is
    	// fully started (see Started field).
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top