Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for restriction (0.28 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// Namespace API objects are cluster-scoped.
    	// "Namespaced" means that only namespaced resources will match this rule.
    	// "*" means that there are no scope restrictions.
    	// Subresources match the scope of their parent resource.
    	// Default is "*".
    	//
    	// +optional
    	Scope *ScopeType `json:"scope,omitempty" protobuf:"bytes,4,rep,name=scope"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modget/get.go

    Bazaar, Fossil, and Subversion have primarily been used in trusted,
    authenticated environments and are not as well scrutinized as attack surfaces.
    
    The version control command restrictions only apply when using direct version
    control access to download code. When downloading modules from a proxy,
    'go get' uses the proxy protocol instead, which is always permitted.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    For more complex cases a custom link:{javadocPath}/org/gradle/api/provider/ValueSource.html[ValueSource] implementation with injected `ExecOperations` can be used.
    This `ExecOperations` instance can be used at configuration time without restrictions.
    
    ====
    include::sample[dir="snippets/valueProviders/externalProcessValueSource/kotlin",files="build.gradle.kts[tags=value-source]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s.assertAddresses(t, s.podXdsName("pod4"))
    	s.assertEvent(t, s.podXdsName("pod4"))
    	s.clearEvents()
    
    	// Update Service to have a more restrictive label selector
    	s.addService(t, "svc1",
    		map[string]string{},
    		map[string]string{},
    		[]int32{80}, map[string]string{"app": "a", "other": "label"}, "10.0.0.1")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      TestInfo* GetMutableTestInfo(int i);
    
      // Sets the should_run member.
      void set_should_run(bool should) { should_run_ = should; }
    
      // Adds a TestInfo to this test case.  Will delete the TestInfo upon
      // destruction of the TestCase object.
      void AddTestInfo(TestInfo * test_info);
    
      // Clears the results of all tests in this test case.
      void ClearResult();
    
      // Clears the results of all tests in the given test case.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    [[sec:how_does_it_work]]
    == How does it work?
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      TestInfo* GetMutableTestInfo(int i);
    
      // Sets the should_run member.
      void set_should_run(bool should) { should_run_ = should; }
    
      // Adds a TestInfo to this test case.  Will delete the TestInfo upon
      // destruction of the TestCase object.
      void AddTestInfo(TestInfo * test_info);
    
      // Clears the results of all tests in this test case.
      void ClearResult();
    
      // Clears the results of all tests in the given test case.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
Back to top