Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for imageID (0.58 sec)

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

    	// Image is the name of container image that the container is running.
    	// The container image may not match the image used in the PodSpec,
    	// as it may have been resolved by the runtime.
    	// More info: https://kubernetes.io/docs/concepts/containers/images.
    	Image string `json:"image" protobuf:"bytes,6,opt,name=image"`
    	// ImageID is the image ID of the container's image. The image ID may not
    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. pkg/apis/core/v1/zz_generated.conversion.go

    		return err
    	}
    	out.Ready = in.Ready
    	out.RestartCount = in.RestartCount
    	out.Image = in.Image
    	out.ImageID = in.ImageID
    	out.ContainerID = in.ContainerID
    	out.Started = (*bool)(unsafe.Pointer(in.Started))
    	out.AllocatedResources = *(*core.ResourceList)(unsafe.Pointer(&in.AllocatedResources))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  3. docs/bigdata/images/image1.png

    image1.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 322.3K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      optional int32 restartCount = 5;
    
      // Image is the name of container image that the container is running.
      // The container image may not match the image used in the PodSpec,
      // as it may have been resolved by the runtime.
      // More info: https://kubernetes.io/docs/concepts/containers/images.
      optional string image = 6;
    
      // ImageID is the image ID of the container's image. The image ID may not
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	RestartCount int32
    	// Image is the name of container image that the container is running.
    	// The container image may not match the image used in the PodSpec,
    	// as it may have been resolved by the runtime.
    	// More info: https://kubernetes.io/docs/concepts/containers/images.
    	Image string
    	// ImageID is the image ID of the container's image. The image ID may not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"image":              "Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      optional int32 restartCount = 5;
    
      // Image is the name of container image that the container is running.
      // The container image may not match the image used in the PodSpec,
      // as it may have been resolved by the runtime.
      // More info: https://kubernetes.io/docs/concepts/containers/images.
      optional string image = 6;
    
      // ImageID is the image ID of the container's image. The image ID may not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "image": {
                "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.10.md

    gets forwarded to kubelet static pods to control pull policy for etcd and control plane images. This option allows for precise image pull policy specification for master nodes and thus for more tight control over images. It is useful in CI environments and in environments, where the user has total control over master VM templates (thus, the master VM templates can be preloaded with the required Docker images for the control plane services). ([#58960](https://github.com/kubernetes/kubernetes/pull/58960),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top