Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 264 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. pkg/registry/rbac/validation/policy_compact_test.go

    				{Verbs: []string{"patch"}, APIGroups: []string{"extensions"}, Resources: []string{"daemonsets"}, ResourceNames: []string{""}},
    				{Verbs: []string{"get"}, APIGroups: []string{"extensions"}, Resources: []string{"daemonsets"}, ResourceNames: []string{"foo"}},
    				{Verbs: []string{"list"}, APIGroups: []string{"extensions"}, Resources: []string{"daemonsets"}, ResourceNames: []string{"foo"}},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 9.5K bytes
    - Viewed (0)
  3. pkg/registry/rbac/validation/policy_compact.go

    	if !reflect.DeepEqual(simpleRule, rule) {
    		return resource, false
    	}
    
    	if len(rule.ResourceNames) == 0 {
    		resource = simpleResource{Group: rule.APIGroups[0], Resource: rule.Resources[0], ResourceNameExist: false}
    	} else {
    		resource = simpleResource{Group: rule.APIGroups[0], Resource: rule.Resources[0], ResourceNameExist: true, ResourceName: rule.ResourceNames[0]}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 22 12:17:05 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top