Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for InitContainers (0.21 sec)

  1. pkg/apis/core/types.go

    	ConditionType PodConditionType
    }
    
    // PodSpec is a description of a pod
    type PodSpec struct {
    	Volumes []Volume
    	// List of initialization containers belonging to the pod.
    	InitContainers []Container
    	// List of containers belonging to the pod.
    	Containers []Container
    	// List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"volumes":                       "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
      // +patchMergeKey=name
      // +patchStrategy=merge
      // +listType=map
      // +listMapKey=name
      repeated Container initContainers = 20;
    
      // List of containers belonging to the pod.
      // Containers cannot currently be added or removed.
      // There must be at least one container in a Pod.
      // Cannot be updated.
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                ],
                "x-kubernetes-list-type": "map",
                "x-kubernetes-patch-merge-key": "name",
                "x-kubernetes-patch-strategy": "merge"
              },
              "initContainers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top