Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 69 of 69 for CONTAINERID (0.54 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    
    func (m *ContainerStateTerminated) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.ContainerID)
    	copy(dAtA[i:], m.ContainerID)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ContainerID)))
    	i--
    	dAtA[i] = 0x3a
    	{
    		size, err := m.FinishedAt.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    		i -= size
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateTerminated": {
          "description": "ContainerStateTerminated is a terminated state of a container.",
          "properties": {
            "containerID": {
              "description": "Container's ID in the format 'docker://<container_id>'",
              "type": "string"
            },
            "exitCode": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. 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)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SysProcAttr.Token", Field, 10},
    		{"SysProcAttr.UidMappings", Field, 4},
    		{"SysProcAttr.Unshareflags", Field, 7},
    		{"SysProcAttr.UseCgroupFD", Field, 20},
    		{"SysProcIDMap", Type, 4},
    		{"SysProcIDMap.ContainerID", Field, 4},
    		{"SysProcIDMap.HostID", Field, 4},
    		{"SysProcIDMap.Size", Field, 4},
    		{"Syscall", Func, 0},
    		{"Syscall12", Func, 0},
    		{"Syscall15", Func, 0},
    		{"Syscall18", Func, 12},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "object"
              },
              "containerID": {
                "description": "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\").",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "object"
            },
            "containerID": {
              "description": "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\").",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"containerID": {
    						SchemaProps: spec.SchemaProps{
    							Description: "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 Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "type": "object"
            },
            "containerID": {
              "description": "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\").",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "type": "object"
        },
        "io.k8s.api.core.v1.ContainerStateTerminated": {
          "description": "ContainerStateTerminated is a terminated state of a container.",
          "properties": {
            "containerID": {
              "description": "Container's ID in the format '<type>://<container_id>'",
              "type": "string"
            },
            "exitCode": {
    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