Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for mtls (0.08 sec)

  1. pkg/config/validation/validation.go

    		if tls.CaCrl != "" || tls.ServerCertificate != "" || tls.PrivateKey != "" || tls.CaCertificates != "" || tls.CredentialName != "" {
    			// Warn for backwards compatibility
    			v = AppendWarningf(v, "%v mode does not use certificates, they will be ignored", tls.Mode)
    		}
    	}
    
    	if (tls.Mode == networking.ServerTLSSettings_SIMPLE || tls.Mode == networking.ServerTLSSettings_MUTUAL ||
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

    #
    # Assumed vars:
    #   REPLICA_NAME
    #   PROJECT
    #   EXISTING_MASTER_NAME
    #   EXISTING_MASTER_ZONE
    #
    # $1: etcd client port
    # $2: etcd internal port
    # $3: whether etcd communication should use mtls
    # returns the result of ssh command which adds replica
    function add-replica-to-etcd() {
      local -r client_port="${1}"
      local -r internal_port="${2}"
      local -r use_mtls="${3}"
    
      TLSARG=""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        auto mul_op =
            dyn_cast_or_null<TFL::MulOp>(fc_op.getInput().getDefiningOp());
        if (!mul_op) return failure();
        if (mul_op.getFusedActivationFunction() != "NONE") return failure();
    
        // Don't match muls where the multiplier constant is not 1D.
        {
          auto multiplier_shape = mlir::cast<ShapedType>(mul_op.getRhs().getType());
          if (!multiplier_shape.hasStaticShape()) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    mit
    
    // mitsubishi : 2015-07-23 Mitsubishi Corporation
    mitsubishi
    
    // mlb : 2015-05-21 MLB Advanced Media DH, LLC
    mlb
    
    // mls : 2015-04-23 The Canadian Real Estate Association
    mls
    
    // mma : 2014-11-07 MMA IARD
    mma
    
    // mobile : 2016-06-02 Dish DBS Corporation
    mobile
    
    // moda : 2013-11-07 Dog Beach, LLC
    moda
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top