Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 210 for b0Bundle (0.56 sec)

  1. pilot/pkg/security/authz/model/model_test.go

    	"istio.io/istio/pilot/pkg/security/trustdomain"
    	"istio.io/istio/pkg/util/protomarshal"
    )
    
    func TestModel_MigrateTrustDomain(t *testing.T) {
    	cases := []struct {
    		name     string
    		tdBundle trustdomain.Bundle
    		rule     *authzpb.Rule
    		want     []string
    		notWant  []string
    	}{
    		{
    			name:     "no-source-principal",
    			tdBundle: trustdomain.NewBundle("td-1", []string{"td-2"}),
    			rule: yamlRule(t, `
    from:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 20 22:15:12 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

        ],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        test_file_exts = [
            "mlir",
        ],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            "//tensorflow/compiler/mlir:tf-opt",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

                .stream()
                .sorted()
                .forEach(alias -> {
                    List<String> bundled = expectArray("bundle", alias, bundlesTable, alias).toList().stream()
                        .map(String::valueOf)
                        .collect(toList());
                    versionCatalogBuilder.bundle(alias, bundled);
                });
        }
    
        @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/aot/tests/BUILD

        driver = "@llvm-project//mlir:run_lit.sh",
        tags_override = {
            "test_error_message.lit.pbtxt": ["no_oss"],  # TODO(b/150957738): to be fixed on oss.
        },
        test_file_exts = ["lit.pbtxt"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "filecheck_test_utilities",
        testonly = True,
        srcs = [
            "test_error_message.lit.pbtxt.config.pbtxt",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    		}
    		if len(client.Actions()) != 2 {
    			t.Fatal(client.Actions())
    		}
    		_, ok := client.Actions()[1].(clienttesting.DeleteAction)
    		if !ok {
    			t.Fatal(client.Actions())
    		}
    	})
    
    	t.Run("ca bundle too large", func(t *testing.T) {
    		client := fake.NewSimpleClientset()
    		client.PrependReactor("update", "configmaps", func(action clienttesting.Action) (handled bool, ret runtime.Object, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  6. tensorflow/cc/tools/freeze_saved_model.cc

          tensor_names->insert(component.name());
        }
      } else {
        tensor_names->insert(tensor_info.name());
      }
    }
    
    // Gets the union of all inputs and outputs of all SignatureDefs in the bundle
    void GetSignatureDefsInputsAndOutputs(
        const SavedModelBundle& saved_model_bundle,
        std::unordered_set<string>* inputs, std::unordered_set<string>* outputs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 11 08:05:36 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/tlsconfig.go

    	// based on the dynamic cert state.
    	baseTLSConfig *tls.Config
    
    	// clientCA provides the very latest content of the ca bundle
    	clientCA CAContentProvider
    	// servingCert provides the very latest content of the default serving certificate
    	servingCert CertKeyContentProvider
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                            script().src("https://code.jquery.com/jquery-3.3.1.min.js").end();
                            script().src("https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js").end();
                            script().src("js/performanceReport.js").end();
                            title().text(getPageTitle());
                        end();
                        body();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. security/pkg/nodeagent/cache/secretcache_test.go

    		t.Fatalf("Error reading the root cert file: %v", err)
    	}
    
    	// Update the proxyConfig with certs
    	sc.UpdateConfigTrustBundle(rootCert)
    
    	// Ensure Callback gets invoked when updating proxyConfig trust bundle
    	u.Expect(map[string]int{security.RootCertReqResourceName: 1, security.WorkloadKeyCertResourceName: 1})
    	u.Reset()
    
    	concatCerts := func(certs ...string) []byte {
    		expectedRootBytes := []byte{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

                      <goal>process</goal>
                    </goals>
                    <configuration>
                      <resourceBundles>
                        <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
                      </resourceBundles>
                    </configuration>
                  </execution>
                </executions>
              </plugin>
              <plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 14.8K bytes
    - Viewed (0)
Back to top