Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initContainers (0.19 sec)

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

      // Restricts the check for exit codes to the container with the
      // specified name. When null, the rule applies to all containers.
      // When specified, it should match one the container or initContainer
      // names in the pod template.
      // +optional
      optional string containerName = 1;
    
      // Represents the relationship between the container exit code(s) and the
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Cannot be updated.
      // More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
      // +patchMergeKey=name
      // +patchStrategy=merge
      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.
    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