Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cluster/gce/gci/configure-helper.sh

      cat > "${PV_RECYCLER_OVERRIDE_TEMPLATE}" <<\EOF
    version: v1
    kind: Pod
    metadata:
      generateName: pv-recycler-
      namespace: default
    spec:
      activeDeadlineSeconds: 60
      restartPolicy: Never
      volumes:
      - name: vol
      containers:
      - name: pv-recycler
        image: registry.k8s.io/build-image/debian-base:bookworm-v1.0.3
        command:
        - /bin/sh
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            ]
          },
          "io.k8s.api.batch.v1.JobSpec": {
            "description": "JobSpec describes how the job execution will look like.",
            "properties": {
              "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.pb.go

    		}
    	}
    	i -= len(m.DNSPolicy)
    	copy(dAtA[i:], m.DNSPolicy)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.DNSPolicy)))
    	i--
    	dAtA[i] = 0x32
    	if m.ActiveDeadlineSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.ActiveDeadlineSeconds))
    		i--
    		dAtA[i] = 0x28
    	}
    	if m.TerminationGracePeriodSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.TerminationGracePeriodSeconds))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"activeDeadlineSeconds":         "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.",
    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

      // StartTime before the system will actively try to mark it failed and kill associated containers.
      // Value must be a positive integer.
      // +optional
      optional int64 activeDeadlineSeconds = 5;
    
      // Set DNS policy for the pod.
      // Defaults to "ClusterFirst".
      // Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PodSpec": {
            "description": "PodSpec is a description of a pod.",
            "properties": {
              "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

            }
          ]
        },
        "io.k8s.api.batch.v1.JobSpec": {
          "description": "JobSpec describes how the job execution will look like.",
          "properties": {
            "activeDeadlineSeconds": {
    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. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.PodSpec": {
            "description": "PodSpec is a description of a pod.",
            "properties": {
              "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top