Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 210 for b0Bundle (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/authentication.go

    type ClientCertAuthenticationOptions struct {
    	// ClientCA is the certificate bundle for all the signers that you'll recognize for incoming client certificates
    	ClientCA string
    
    	// CAContentProvider are the options for verifying incoming connections using mTLS and directly assigning to users.
    	// Generally this is the CA bundle file used to authenticate client certificates
    	// If non-nil, this takes priority over the ClientCA file.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 21 14:51:22 UTC 2023
    - 19.9K bytes
    - Viewed (0)
  2. pkg/webhooks/validation/controller/controller.go

    var scope = log.RegisterScope("validationController", "validation webhook controller")
    
    type Options struct {
    	// Istio system namespace where istiod resides.
    	WatchedNamespace string
    
    	// File path to the x509 certificate bundle used by the webhook server
    	// and patched into the webhook config.
    	CABundleWatcher *keycertbundle.Watcher
    
    	// Revision for control plane performing patching on the validating webhook.
    	Revision string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      auto bundle = std::make_unique<tensorflow::SavedModelBundle>();
      TF_ASSIGN_OR_RETURN(
          auto module,
          ImportSavedModel(
              model_flags.saved_model_dir(), model_flags.saved_model_version(),
              tags, absl::MakeSpan(custom_opdefs), exported_names, specs,
              !toco_flags.enable_tflite_resource_variables(), &context, &bundle));
    
      if (!model_flags.input_arrays().empty() ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/xctest/plugins/XCTestConventionPlugin.java

                binary.getExecutableFile().set(link.flatMap(task -> task.getLinkedFile()));
    
                DefaultSwiftXCTestBundle bundle = (DefaultSwiftXCTestBundle) binary;
                bundle.getLinkTask().set(link);
                bundle.getRunScriptFile().set(install.flatMap(task -> task.getRunScriptFile()));
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyHandler.java

                if (provider.getType()!=null && ExternalModuleDependencyBundle.class.isAssignableFrom(provider.getType())) {
                    ExternalModuleDependencyBundle bundle = Cast.uncheckedCast(provider.get());
                    for (MinimalExternalModuleDependency dependency : bundle) {
                        doAddRegularDependency(configuration, dependency, configureClosure);
                    }
                    return null;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 08:14:09 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/util/pkiutil/pki_helpers_test.go

    	if err != nil {
    		t.Fatalf("failed to write cert: %v", err)
    	}
    
    	// rootCACert is treated as an intermediate CA here
    	bundle := []*x509.Certificate{servCert, rootCACert}
    	err = WriteCertBundle(tmpdir, "bundle", bundle)
    	if err != nil {
    		t.Fatalf("failed to write cert bundle: %v", err)
    	}
    
    	var tests = []struct {
    		desc          string
    		path          string
    		name          string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultVersionCatalogBuilder.java

                        .solution("Make sure the alias matches the " + ALIAS_REGEX + " regular expression")));
            }
        }
    
        @Override
        public void bundle(String alias, List<String> aliases) {
            validateAlias(AliasType.BUNDLE, alias);
            ImmutableList<String> components = ImmutableList.copyOf(aliases.stream()
                .map(AliasNormalizer::normalize)
                .map(this::intern)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyConstraintHandler.java

                if (provider.getType() != null && ExternalModuleDependencyBundle.class.isAssignableFrom(provider.getType())) {
                    ExternalModuleDependencyBundle bundle = Cast.uncheckedCast(provider.get());
                    for (MinimalExternalModuleDependency dependency : bundle) {
                        doAdd(configuration, dependency, configureAction);
                    }
                    return DUMMY_CONSTRAINT;
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 00:10:09 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

          /*mlir_dump_file_prefix=*/kDefaultTfQuantMlirDumpFilePrefix,
          /*is_inliner_run=*/is_inliner_run,
          /*noinline_functions=*/aliased_function_names, module_ref.get(), context,
          bundle ? bundle->GetSession() : nullptr, run_tf_to_stablehlo,
          deserialize_xla_call_module));
      return module_ref;
    }
    
    absl::StatusOr<ExportedModel> ModuleOpToExportedModel(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  10. pkg/apis/certificates/types.go

    type ClusterTrustBundleSpec struct {
    	// SignerName indicates the associated signer, if any.
    	SignerName string
    
    	// TrustBundle contains the individual X.509 trust anchors for this
    	// bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates.
    	//
    	// The data must consist only of PEM certificate blocks that parse as valid
    	// X.509 certificates.  Each certificate must include a basic constraints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top