Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 103 for ResourceNames (0.28 sec)

  1. 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)
  2. pilot/pkg/xds/debuggen.go

    	}
    	if w.ResourceNames == nil || len(w.ResourceNames) != 1 {
    		return status.Error(codes.InvalidArgument, "exactly one debug request is required")
    	}
    	return nil
    }
    
    func parseAndValidateDebugRequest(proxy *model.Proxy, w *model.WatchedResource, dg *DebugGen) (string, error) {
    	resourceName := w.ResourceNames[0]
    	u, _ := url.Parse(resourceName)
    	debugType := u.Path
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 18:51:52 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/FilteringClassLoaderSpecSerializer.java

            List<String> packageNames = decodeStrings(decoder);
            List<String> resourceNames = decodeStrings(decoder);
            List<String> resourcePrefixes = decodeStrings(decoder);
    
            return new FilteringClassLoader.Spec(classNames, packageNames, packagePrefixes, resourcePrefixes, resourceNames, disallowedClassNames, disallowedPackagePrefixes);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. samples/security/psp/sidecar-psp.yaml

        - '*'
    ---
    kind: ClusterRole
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: istio-sidecar-psp
    rules:
      - apiGroups:
          - extensions
        resources:
          - podsecuritypolicies
        resourceNames:
          - istio-sidecar
        verbs:
          - use
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: istio-sidecar-psp
    roleRef:
      apiGroup: rbac.authorization.k8s.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 27 17:55:37 UTC 2023
    - 881 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/authorization.k8s.io.v1beta1.SelfSubjectRulesReview.json

          {
            "verbs": [
              "verbsValue"
            ],
            "apiGroups": [
              "apiGroupsValue"
            ],
            "resources": [
              "resourcesValue"
            ],
            "resourceNames": [
              "resourceNamesValue"
            ]
          }
        ],
        "nonResourceRules": [
          {
            "verbs": [
              "verbsValue"
            ],
            "nonResourceURLs": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/rbac.authorization.k8s.io.v1alpha1.ClusterRole.yaml

        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    rules:
    - apiGroups:
      - apiGroupsValue
      nonResourceURLs:
      - nonResourceURLsValue
      resourceNames:
      - resourceNamesValue
      resources:
      - resourcesValue
      verbs:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.2K 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