Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 147 for sizeLimit (0.13 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.yaml

                      containerName: containerNameValue
                      divisor: "0"
                      resource: resourceValue
                emptyDir:
                  medium: mediumValue
                  sizeLimit: "0"
                ephemeral:
                  volumeClaimTemplate:
                    metadata:
                      annotations:
                        annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                      "path": "pathValue",
                      "type": "typeValue"
                    },
                    "emptyDir": {
                      "medium": "mediumValue",
                      "sizeLimit": "0"
                    },
                    "gcePersistentDisk": {
                      "pdName": "pdNameValue",
                      "fsType": "fsTypeValue",
                      "partition": 3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

                resourceFieldRef:
                  containerName: containerNameValue
                  divisor: "0"
                  resource: resourceValue
            emptyDir:
              medium: mediumValue
              sizeLimit: "0"
            ephemeral:
              volumeClaimTemplate:
                metadata:
                  annotations:
                    annotationsKey: annotationsValue
                  creationTimestamp: "2008-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                "hostPath": {
                  "path": "pathValue",
                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

            path: pathValue
            resourceFieldRef:
              containerName: containerNameValue
              divisor: "0"
              resource: resourceValue
        emptyDir:
          medium: mediumValue
          sizeLimit: "0"
        ephemeral:
          volumeClaimTemplate:
            metadata:
              annotations:
                annotationsKey: annotationsValue
              creationTimestamp: "2008-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                      containerName: containerNameValue
                      divisor: "0"
                      resource: resourceValue
                emptyDir:
                  medium: mediumValue
                  sizeLimit: "0"
                ephemeral:
                  volumeClaimTemplate:
                    metadata:
                      annotations:
                        annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                      containerName: containerNameValue
                      divisor: "0"
                      resource: resourceValue
                emptyDir:
                  medium: mediumValue
                  sizeLimit: "0"
                ephemeral:
                  volumeClaimTemplate:
                    metadata:
                      annotations:
                        annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

                resourceFieldRef:
                  containerName: containerNameValue
                  divisor: "0"
                  resource: resourceValue
            emptyDir:
              medium: mediumValue
              sizeLimit: "0"
            ephemeral:
              volumeClaimTemplate:
                metadata:
                  annotations:
                    annotationsKey: annotationsValue
                  creationTimestamp: "2008-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

                resourceFieldRef:
                  containerName: containerNameValue
                  divisor: "0"
                  resource: resourceValue
            emptyDir:
              medium: mediumValue
              sizeLimit: "0"
            ephemeral:
              volumeClaimTemplate:
                metadata:
                  annotations:
                    annotationsKey: annotationsValue
                  creationTimestamp: "2008-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  10. pkg/kubelet/apis/config/types.go

    	// This feature allows users to set request/limit for container's ephemeral storage and manage it in a similar way
    	// as cpu and memory. It also allows setting sizeLimit for emptyDir volume, which will trigger pod eviction if disk
    	// usage from the volume exceeds the limit.
    	// This feature depends on the capability of detecting correct root file system disk usage. For certain systems,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top