Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CONTAINERID (0.12 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.ExitCode = in.ExitCode
    	out.Signal = in.Signal
    	out.Reason = in.Reason
    	out.Message = in.Message
    	out.StartedAt = in.StartedAt
    	out.FinishedAt = in.FinishedAt
    	out.ContainerID = in.ContainerID
    	return nil
    }
    
    // Convert_v1_ContainerStateTerminated_To_core_ContainerStateTerminated is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	ImageID string `json:"imageID" protobuf:"bytes,7,opt,name=imageID"`
    	// ContainerID is the ID of the container in the format '<type>://<container_id>'.
    	// Where type is a container runtime identifier, returned from Version call of CRI API
    	// (for example "containerd").
    	// +optional
    	ContainerID string `json:"containerID,omitempty" protobuf:"bytes,8,opt,name=containerID"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // resolved by the runtime.
      optional string imageID = 7;
    
      // ContainerID is the ID of the container in the format '<type>://<container_id>'.
      // Where type is a container runtime identifier, returned from Version call of CRI API
      // (for example "containerd").
      // +optional
      optional string containerID = 8;
    
      // Started indicates whether the container has finished its postStart lifecycle hook
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// resolved by the runtime.
    	ImageID string
    	// ContainerID is the ID of the container in the format '<type>://<container_id>'.
    	// Where type is a container runtime identifier, returned from Version call of CRI API
    	// (for example "containerd").
    	// +optional
    	ContainerID string
    	// Started indicates whether the container has finished its postStart lifecycle hook
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"imageID":            "ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime.",
    	"containerID":        "ContainerID is the ID of the container in the format '<type>://<container_id>'. Where type is a container runtime identifier, returned from Version call of CRI API (for example \"containerd\").",
    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. staging/src/k8s.io/api/core/v1/generated.proto

      // resolved by the runtime.
      optional string imageID = 7;
    
      // ContainerID is the ID of the container in the format '<type>://<container_id>'.
      // Where type is a container runtime identifier, returned from Version call of CRI API
      // (for example "containerd").
      // +optional
      optional string containerID = 8;
    
      // Started indicates whether the container has finished its postStart lifecycle hook
    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