Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for resources_ (0.35 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    					APIGroups:   []string{"a"},
    					APIVersions: []string{"a"},
    					Resources:   []string{"*/a", "x/a"},
    				},
    			}},
    		},
    		}, true),
    		expectedError: `webhooks[0].rules[0].resources[1]: Invalid value: "x/a": if '*/a' is present, must not specify x/a`,
    	}, {
    		name: "resource */* cannot mix with other resources",
    		config: newValidatingWebhookConfiguration([]admissionregistration.ValidatingWebhook{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

      resources:
      - serviceexports
      verbs:
      - get
      - list
      - watch
      - create
      - delete
    - apiGroups:
      - multicluster.x-k8s.io
      resources:
      - serviceimports
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - apps
      resources:
      - replicasets
      verbs:
      - get
      - list
      - watch
    - apiGroups:
      - authentication.k8s.io
      resources:
      - tokenreviews
      verbs:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/memorymanager/policy_static_test.go

    						Resources: v1.ResourceRequirements{
    							Limits: v1.ResourceList{
    								v1.ResourceCPU:    resource.MustParse("1000Mi"),
    								v1.ResourceMemory: resource.MustParse("4Gi"),
    								hugepages1Gi:      resource.MustParse("4Gi"),
    							},
    							Requests: v1.ResourceList{
    								v1.ResourceCPU:    resource.MustParse("1000Mi"),
    								v1.ResourceMemory: resource.MustParse("4Gi"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    	resourceQuantity0 := *resource.NewQuantity(int64(0), resource.DecimalSI)
    	resourceQuantity1 := *resource.NewQuantity(int64(1), resource.DecimalSI)
    	resourceQuantity2 := *resource.NewQuantity(int64(2), resource.DecimalSI)
    	resourceQuantityInvalid := *resource.NewQuantity(int64(-1), resource.DecimalSI)
    	allowedPodQuantity := *resource.NewQuantity(int64(10), resource.DecimalSI)
    	nodes := []*v1.Node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  5. pkg/api/pod/util_test.go

    			},
    		},
    		{
    			desc: "resources unchanged",
    			newPod: &api.Pod{
    				Spec: api.PodSpec{
    					Containers: []api.Container{
    						{
    							Name:  "c1",
    							Image: "image",
    							Resources: api.ResourceRequirements{
    								Requests: api.ResourceList{api.ResourceCPU: resource.MustParse("100m")},
    								Limits:   api.ResourceList{api.ResourceCPU: resource.MustParse("200m")},
    							},
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	// Predefined types.
    	RT_CURSOR       ResourceID = 1
    	RT_BITMAP       ResourceID = 2
    	RT_ICON         ResourceID = 3
    	RT_MENU         ResourceID = 4
    	RT_DIALOG       ResourceID = 5
    	RT_STRING       ResourceID = 6
    	RT_FONTDIR      ResourceID = 7
    	RT_FONT         ResourceID = 8
    	RT_ACCELERATOR  ResourceID = 9
    	RT_RCDATA       ResourceID = 10
    	RT_MESSAGETABLE ResourceID = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods.go

    				limits[v1.ResourceCPU] = cStatus.Resources.CPULimit.DeepCopy()
    			} else {
    				determineResource(v1.ResourceCPU, container.Resources.Limits, oldStatus.Resources.Limits, limits)
    			}
    			if cStatus.Resources != nil && cStatus.Resources.MemoryLimit != nil {
    				limits[v1.ResourceMemory] = cStatus.Resources.MemoryLimit.DeepCopy()
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    .Values.revision }}{{- end }} rules: # istio groups - apiGroups: - authentication.istio.io resources: - '*' verbs: - '*' - apiGroups: - config.istio.io resources: - '*' verbs: - '*' - apiGroups: - install.istio.io resources: - '*' verbs: - '*' - apiGroups: - networking.istio.io resources: - '*' verbs: - '*' - apiGroups: - security.istio.io resources: - '*' verbs: - '*' # k8s groups - apiGroups: - admissionregistratio.k8s.io resources: - mutatingwebhookconfi - validatingwebhookcon verbs: - '*' - apiGroups: - apiextensions.k8s.io...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "resources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "resources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
Back to top