Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 176 for sresource (0.15 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // If the referenced resource does not exist, this binding is considered invalid and will be ignored
      // Required.
      optional string policyName = 1;
    
      // paramRef specifies the parameter resource used to configure the admission control policy.
      // It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// If the referenced resource does not exist, this binding is considered invalid and will be ignored
    	// Required.
    	PolicyName string `json:"policyName,omitempty" protobuf:"bytes,1,rep,name=policyName"`
    
    	// paramRef specifies the parameter resource used to configure the admission control policy.
    	// It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// '*' means all resources, but not subresources.
    	// 'pods/*' means all subresources of pods.
    	// '*/scale' means all scale subresources.
    	// '*/*' means all resources and their subresources.
    	//
    	// If wildcard is present, the validation rule will ensure resources do not
    	// overlap with each other.
    	//
    	// Depending on the enclosing object, subresources might not be allowed.
    	// Required.
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  4. cmd/sts-handlers_test.go

    		// Built-in user should be imported without errors even if LDAP is
    		// enabled.
    		allUsersFile: `{
      "foo": {
        "secretKey": "foobar123",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  5. pkg/registry/core/pod/strategy_test.go

    						TerminationMessagePolicy: "File",
    						Resources: api.ResourceRequirements{
    							Requests: api.ResourceList{
    								api.ResourceName(api.ResourceCPU):                     resource.MustParse("10"),
    								api.ResourceName(api.ResourceHugePagesPrefix + "1Mi"): resource.MustParse("2Mi"),
    							},
    							Limits: api.ResourceList{
    								api.ResourceName(api.ResourceCPU):                     resource.MustParse("10"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  6. pkg/controller/endpointslice/endpointslice_controller_test.go

    		relativePos := len(actions) - i - 1
    		assert.Equal(t, verb, actions[relativePos].GetVerb(), "Expected action -%d verb to be %s", i, verb)
    		assert.Equal(t, resource, actions[relativePos].GetResource().Resource, "Expected action -%d resource to be %s", i, resource)
    	}
    }
    
    // Ensure SyncService for service with no selector results in no action
    func TestSyncServiceNoSelector(t *testing.T) {
    	ns := metav1.NamespaceDefault
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	defer tearDown()
    
    	group := myCRDV1Beta1.Group
    	version := myCRDV1Beta1.Version
    	resource := myCRDV1Beta1.Resource
    	kind := fakeRESTMapper[myCRDV1Beta1]
    
    	myCRD := &apiextensionsv1.CustomResourceDefinition{
    		ObjectMeta: metav1.ObjectMeta{Name: resource + "." + group},
    		Spec: apiextensionsv1.CustomResourceDefinitionSpec{
    			Group: group,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    							},
    						},
    					},
    				},
    			},
    			expectedError: "resource \"*.*\" is masked by earlier rule \"*.*\"",
    		},
    		{
    			desc: "resources masked by *. group in multiple configurations",
    			config: &apiserver.EncryptionConfiguration{
    				Resources: []apiserver.ResourceConfiguration{
    					{
    						Resources: []string{
    							"configmaps",
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/options/options_test.go

    			&garbagecollectorconfig.GarbageCollectorControllerConfiguration{
    				ConcurrentGCSyncs: 30,
    				GCIgnoredResources: []garbagecollectorconfig.GroupResource{
    					{Group: "", Resource: "events"},
    					{Group: eventv1.GroupName, Resource: "events"},
    				},
    				EnableGarbageCollector: false,
    			},
    		},
    		HPAController: &HPAControllerOptions{
    			&poautosclerconfig.HPAControllerConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                      "fieldPath": "fieldPathValue"
                    },
                    "resourceFieldRef": {
                      "containerName": "containerNameValue",
                      "resource": "resourceValue",
                      "divisor": "0"
                    },
                    "mode": 4
                  }
                ],
                "defaultMode": 2
              },
              "fc": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top