Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 136 for ResourceNames (0.2 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/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: Thu Apr 18 08:52:25 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/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: Thu Apr 18 08:52:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/matching/matching.go

    		}
    		// an empty name list always matches
    		if len(namedRule.ResourceNames) == 0 {
    			return true, matchResource, matchKind, nil
    		}
    		// TODO: GetName() can return an empty string if the user is relying on
    		// the API server to generate the name... figure out what to do for this edge case
    		name := attr.GetName()
    		for _, matchedName := range namedRule.ResourceNames {
    			if name == matchedName {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. pilot/pkg/xds/delta.go

    				if wr == nil {
    					wr = &model.WatchedResource{TypeUrl: res.TypeUrl}
    				}
    				// some resources dynamically update ResourceNames. Most don't though
    				if newResourceNames != nil {
    					wr.ResourceNames = newResourceNames
    				}
    				wr.NonceSent = res.Nonce
    				if features.EnableUnsafeDeltaTest {
    					wr.LastResources = applyDelta(wr.LastResources, res)
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  5. pilot/pkg/xds/ecds.go

    	if !ecdsNeedsPush(req) {
    		return nil, model.DefaultXdsLogDetails, nil
    	}
    
    	wasmSecrets := referencedSecrets(proxy, req.Push, w.ResourceNames)
    
    	// When referenced configs are ONLY updated (like secret update), we should push
    	// if the referenced config is relevant for ECDS. A secret update is relevant
    	// only if it is referred via WASM plugin.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 18:25:42 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  6. security/pkg/nodeagent/sds/sdsservice.go

    			}
    
    			return nil
    		})
    	}()
    
    	return ret
    }
    
    var version uberatomic.Uint64
    
    func (s *sdsservice) generate(resourceNames []string) (*discovery.DiscoveryResponse, error) {
    	resources := xds.Resources{}
    	for _, resourceName := range resourceNames {
    		secret, err := s.st.GenerateSecret(resourceName)
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/TransportableActionExecutionSpecSerializerTest.groovy

            def packageNames = [ 'allowed.pkg1', 'allowed.pkg2' ]
            def resourceNames = [ 'allowed.resource1', 'allowed.resource2' ]
            def resourcePrefixes = [ 'allowed.resourcePrefix1.', 'allowed.resourcePrefix2.' ]
            return new FilteringClassLoader.Spec(classNames, packageNames, packagePrefixes, resourcePrefixes, resourceNames, disallowedClassNames, disallowedPackagePrefixes)
        }
    
        def visitableUrlClassloaderSpec() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:50 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. pilot/pkg/xds/workload.go

    		// the internal book-keeping to subscribe to the Pods, so that we push updates to those Pods.
    		w.ResourceNames = subs.Merge(have).UnsortedList()
    	} else {
    		// For wildcard, we record all resources that have been pushed and not removed
    		// It was to correctly calculate removed resources during full push alongside with specific address removed.
    		w.ResourceNames = subs.Merge(have).Difference(removed).UnsortedList()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 14:14:30 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. pkg/xds/server.go

    	var previousResources []string
    	var alwaysRespond bool
    	w.UpdateWatchedResource(request.TypeUrl, func(wr *WatchedResource) *WatchedResource {
    		previousResources = wr.ResourceNames
    		wr.NonceAcked = request.ResponseNonce
    		wr.ResourceNames = request.ResourceNames
    		alwaysRespond = wr.AlwaysRespond
    		wr.AlwaysRespond = false
    		return wr
    	})
    
    	// Envoy can send two DiscoveryRequests with same version and nonce.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/rbac.authorization.k8s.io.v1.ClusterRole.json

      },
      "rules": [
        {
          "verbs": [
            "verbsValue"
          ],
          "apiGroups": [
            "apiGroupsValue"
          ],
          "resources": [
            "resourcesValue"
          ],
          "resourceNames": [
            "resourceNamesValue"
          ],
          "nonResourceURLs": [
            "nonResourceURLsValue"
          ]
        }
      ],
      "aggregationRule": {
        "clusterRoleSelectors": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top