Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 137 for resourceNames (0.13 sec)

  1. pkg/scheduler/framework/types.go

    	}
    	if r.ScalarResources != nil {
    		res.ScalarResources = make(map[v1.ResourceName]int64, len(r.ScalarResources))
    		for k, v := range r.ScalarResources {
    			res.ScalarResources[k] = v
    		}
    	}
    	return res
    }
    
    // AddScalar adds a resource by a scalar value of this resource.
    func (r *Resource) AddScalar(name v1.ResourceName, quantity int64) {
    	r.SetScalar(name, r.ScalarResources[name]+quantity)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

    metadata:
      name: calico-node
    rules:
      # Used for creating service account tokens to be used by the CNI plugin
      - apiGroups: [""]
        resources:
          - serviceaccounts/token
        resourceNames:
          - calico-cni-plugin
        verbs:
          - create
      # The CNI plugin needs to get pods, nodes, and namespaces.
      - apiGroups: [""]
        resources:
          - pods
          - nodes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                },
                "claims": [
                  {
                    "name": "nameValue"
                  }
                ]
              },
              "resizePolicy": [
                {
                  "resourceName": "resourceNameValue",
                  "restartPolicy": "restartPolicyValue"
                }
              ],
              "restartPolicy": "restartPolicyValue",
              "volumeMounts": [
                {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml

            successThreshold: 5
            tcpSocket:
              host: hostValue
              port: portValue
            terminationGracePeriodSeconds: 7
            timeoutSeconds: 3
          resizePolicy:
          - resourceName: resourceNameValue
            restartPolicy: restartPolicyValue
          resources:
            claims:
            - name: nameValue
            limits:
              limitsKey: "0"
            requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml

              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml

              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

              tcpSocket:
                host: hostValue
                port: portValue
              terminationGracePeriodSeconds: 7
              timeoutSeconds: 3
            resizePolicy:
            - resourceName: resourceNameValue
              restartPolicy: restartPolicyValue
            resources:
              claims:
              - name: nameValue
              limits:
                limitsKey: "0"
              requests:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top