Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 252 for ResourceNames (0.18 sec)

  1. pkg/xds/server_test.go

    					model.EndpointType: {
    						NonceSent:     "nonce",
    						AlwaysRespond: true,
    						ResourceNames: []string{"my-resource"},
    					},
    				},
    			},
    			request: &discovery.DiscoveryRequest{
    				TypeUrl:       model.EndpointType,
    				VersionInfo:   "v1",
    				ResponseNonce: "nonce",
    				ResourceNames: []string{"my-resource"},
    			},
    			response: true,
    		},
    		{
    			name: "nack",
    			proxy: &TestProxy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/sds/sdsservice_test.go

    		s.Verify(s.Connect().RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{testResourceName}}), expectCert)
    	})
    	t.Run("unsubscribe", func(t *testing.T) {
    		s := setupSDS(t)
    		c := s.Connect()
    		res := c.RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{testResourceName}})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 20:12:58 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/namedrulewithoperations.go

    // NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use
    // with apply.
    type NamedRuleWithOperationsApplyConfiguration struct {
    	ResourceNames                           []string `json:"resourceNames,omitempty"`
    	v1.RuleWithOperationsApplyConfiguration `json:",inline"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 20:51:52 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/FilteringClassLoader.java

            super(parent);
            packageNames = new HashSet<String>(spec.packageNames);
            packagePrefixes = new TrieSet(spec.packagePrefixes);
            resourceNames = new HashSet<String>(spec.resourceNames);
            resourcePrefixes = new TrieSet(spec.resourcePrefixes);
            classNames = new HashSet<String>(spec.classNames);
            disallowedClassNames = new HashSet<String>(spec.disallowedClassNames);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. pilot/test/xdstest/extract.go

    				resourceNames.Insert(tl.GetCommonTlsContext().GetCombinedValidationContext().GetValidationContextSdsSecretConfig().GetName())
    				for _, s := range tl.GetCommonTlsContext().GetTlsCertificateSdsSecretConfigs() {
    					resourceNames.Insert(s.GetName())
    				}
    			}
    		}
    	}
    	resourceNames.Delete("")
    	ls := resourceNames.UnsortedList()
    	sort.Sort(sort.Reverse(sort.StringSlice(ls)))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1/namedrulewithoperations.go

    // NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use
    // with apply.
    type NamedRuleWithOperationsApplyConfiguration struct {
    	ResourceNames                           []string `json:"resourceNames,omitempty"`
    	v1.RuleWithOperationsApplyConfiguration `json:",inline"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. pkg/apis/rbac/v1/evaluation_helpers.go

    		formatStringParts = append(formatStringParts, "NonResourceURLs:%q")
    		formatArgs = append(formatArgs, r.NonResourceURLs)
    	}
    	if len(r.ResourceNames) > 0 {
    		formatStringParts = append(formatStringParts, "ResourceNames:%q")
    		formatArgs = append(formatArgs, r.ResourceNames)
    	}
    	if len(r.Verbs) > 0 {
    		formatStringParts = append(formatStringParts, "Verbs:%q")
    		formatArgs = append(formatArgs, r.Verbs)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 18 15:37:57 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/namedrulewithoperations.go

    // NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use
    // with apply.
    type NamedRuleWithOperationsApplyConfiguration struct {
    	ResourceNames                        []string `json:"resourceNames,omitempty"`
    	RuleWithOperationsApplyConfiguration `json:",inline"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. cluster/addons/cloud-controller-manager/cloud-node-controller-role.yaml

      resources:
      - events
      verbs:
      - create
      - patch
      - update
    - apiGroups:
      - coordination.k8s.io
      resources:
      - leases
      verbs:
      - create
    - apiGroups:
      - coordination.k8s.io
      resourceNames:
      - cloud-controller-manager
      resources:
      - leases
      verbs:
      - get
      - update
    - apiGroups:
      - ""
      resources:
      - endpoints
      - serviceaccounts
      verbs:
      - create
      - get
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 08 14:40:04 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  10. pkg/apis/rbac/v1beta1/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)
Back to top