Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for limitsKey (0.15 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.yaml

          resizePolicy:
          - resourceName: resourceNameValue
            restartPolicy: restartPolicyValue
          resources:
            claims:
            - name: nameValue
            limits:
              limitsKey: "0"
            requests:
              requestsKey: "0"
          restartPolicy: restartPolicyValue
          securityContext:
            allowPrivilegeEscalation: true
            appArmorProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.ReplicationController.yaml

            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
                requestsKey: "0"
            restartPolicy: restartPolicyValue
            securityContext:
              allowPrivilegeEscalation: true
              appArmorProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.yaml

            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
                requestsKey: "0"
            restartPolicy: restartPolicyValue
            securityContext:
              allowPrivilegeEscalation: true
              appArmorProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
                requestsKey: "0"
            restartPolicy: restartPolicyValue
            securityContext:
              allowPrivilegeEscalation: true
              appArmorProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.yaml

                - resourceName: resourceNameValue
                  restartPolicy: restartPolicyValue
                resources:
                  claims:
                  - name: nameValue
                  limits:
                    limitsKey: "0"
                  requests:
                    requestsKey: "0"
                restartPolicy: restartPolicyValue
                securityContext:
                  allowPrivilegeEscalation: true
                  capabilities:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                - resourceName: resourceNameValue
                  restartPolicy: restartPolicyValue
                resources:
                  claims:
                  - name: nameValue
                  limits:
                    limitsKey: "0"
                  requests:
                    requestsKey: "0"
                restartPolicy: restartPolicyValue
                securityContext:
                  allowPrivilegeEscalation: true
                  appArmorProfile:
    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

                - resourceName: resourceNameValue
                  restartPolicy: restartPolicyValue
                resources:
                  claims:
                  - name: nameValue
                  limits:
                    limitsKey: "0"
                  requests:
                    requestsKey: "0"
                restartPolicy: restartPolicyValue
                securityContext:
                  allowPrivilegeEscalation: true
                  appArmorProfile:
    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. pkg/volume/csi/nodeinfomanager/nodeinfomanager.go

    	return func(node *v1.Node) (*v1.Node, bool, error) {
    		limitKey := v1.ResourceName(util.GetCSIAttachLimitKey(driverName))
    
    		capacityExists := false
    		if node.Status.Capacity != nil {
    			_, capacityExists = node.Status.Capacity[limitKey]
    		}
    
    		allocatableExists := false
    		if node.Status.Allocatable != nil {
    			_, allocatableExists = node.Status.Allocatable[limitKey]
    		}
    
    		if !capacityExists && !allocatableExists {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top