Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 264 for ResourceNames (0.16 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.json

                "operator": "operatorValue",
                "values": [
                  "valuesValue"
                ]
              }
            ]
          },
          "resourceRules": [
            {
              "resourceNames": [
                "resourceNamesValue"
              ],
              "operations": [
                "operationsValue"
              ],
              "apiGroups": [
                "apiGroupsValue"
              ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.yaml

      uid: uidValue
    spec:
      matchResources:
        excludeResourceRules:
        - apiGroups:
          - apiGroupsValue
          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
        matchPolicy: matchPolicyValue
        namespaceSelector:
          matchExpressions:
          - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicyBinding.yaml

      uid: uidValue
    spec:
      matchResources:
        excludeResourceRules:
        - apiGroups:
          - apiGroupsValue
          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
        matchPolicy: matchPolicyValue
        namespaceSelector:
          matchExpressions:
          - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicy.yaml

        name: nameValue
      matchConstraints:
        excludeResourceRules:
        - apiGroups:
          - apiGroupsValue
          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
        matchPolicy: matchPolicyValue
        namespaceSelector:
          matchExpressions:
          - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicy.json

                "operator": "operatorValue",
                "values": [
                  "valuesValue"
                ]
              }
            ]
          },
          "resourceRules": [
            {
              "resourceNames": [
                "resourceNamesValue"
              ],
              "operations": [
                "operationsValue"
              ],
              "apiGroups": [
                "apiGroupsValue"
              ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicy.yaml

        name: nameValue
      matchConstraints:
        excludeResourceRules:
        - apiGroups:
          - apiGroupsValue
          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
        matchPolicy: matchPolicyValue
        namespaceSelector:
          matchExpressions:
          - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. pilot/pkg/xds/ads_test.go

    	res := ads.RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{"fake-cluster"}})
    	// Close the connection and reconnect
    	ads.Cleanup()
    
    	ads = s.ConnectADS().WithType(v3.EndpointType)
    
    	// Reconnect with the same resources
    	ads.RequestResponseAck(t, &discovery.DiscoveryRequest{
    		ResourceNames: []string{"fake-cluster"},
    		ResponseNonce: res.Nonce,
    		VersionInfo:   res.VersionInfo,
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. pkg/apis/rbac/v1alpha1/helpers.go

    	r.PolicyRule.Resources = append(r.PolicyRule.Resources, resources...)
    	return r
    }
    
    func (r *PolicyRuleBuilder) Names(names ...string) *PolicyRuleBuilder {
    	r.PolicyRule.ResourceNames = append(r.PolicyRule.ResourceNames, names...)
    	return r
    }
    
    func (r *PolicyRuleBuilder) URLs(urls ...string) *PolicyRuleBuilder {
    	r.PolicyRule.NonResourceURLs = append(r.PolicyRule.NonResourceURLs, urls...)
    	return r
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 18 15:37:57 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/apis/audit/validation/validation.go

    			}
    		}
    
    		if len(groupResource.ResourceNames) > 0 && len(groupResource.Resources) == 0 {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("resourceNames"), groupResource.ResourceNames, "using resourceNames requires at least one resource"))
    		}
    	}
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 15 14:13:07 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicyBinding.json

                "operator": "operatorValue",
                "values": [
                  "valuesValue"
                ]
              }
            ]
          },
          "resourceRules": [
            {
              "resourceNames": [
                "resourceNamesValue"
              ],
              "operations": [
                "operationsValue"
              ],
              "apiGroups": [
                "apiGroupsValue"
              ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top