Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for start_date (0.15 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    // ContainerStateRunning is a running state of a container.
    message ContainerStateRunning {
      // Time at which the container was last (re-)started
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
    }
    
    // ContainerStateTerminated is a terminated state of a container.
    message ContainerStateTerminated {
      // Exit status from the last termination of the container
      optional int32 exitCode = 1;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top