Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 90 for sris (0.04 sec)

  1. cmd/kube-controller-manager/app/controllermanager.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	controllersmetrics "k8s.io/component-base/metrics/prometheus/controllers"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/term"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	genericcontrollermanager "k8s.io/controller-manager/app"
    	"k8s.io/controller-manager/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls.go

    			return tls, userSupplied
    		}
    		// Update TLS settings for ISTIO_MUTUAL. Use client provided SNI if set. Otherwise,
    		// overwrite with the auto generated SNI. User specified SNIs in the istio mtls settings
    		// are useful when routing via gateways. Use Service Accounts if Subject Alt names
    		// are not specified in TLS settings.
    		sniToUse := tls.Sni
    		if len(sniToUse) == 0 {
    			sniToUse = sni
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. pkg/kubelet/server/server.go

    	"k8s.io/component-base/logs"
    	compbasemetrics "k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/cri-client/pkg/util"
    	podresourcesapi "k8s.io/kubelet/pkg/apis/podresources/v1"
    	podresourcesapiv1alpha1 "k8s.io/kubelet/pkg/apis/podresources/v1alpha1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/values.yaml

        serviceAccountAnnotations: {}
    
        topologySpreadConstraints: []
    
        # You can use jwksResolverExtraRootCA to provide a root certificate
        # in PEM format. This will then be trusted by pilot when resolving
        # JWKS URIs.
        jwksResolverExtraRootCA: ""
    
        # This is used to set the source of configuration for
        # the associated address in configSource, if nothing is specified
        # the default MCP is assumed.
        configSource:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

      // or AddInput;
      int current_ods_input_ = 0;
      const tensorflow::OpDef* op_def_ = nullptr;
      const char* op_name_ = nullptr;
      string tf_op_type_;
      // TODO(srbs): Use this.
      string device_name_;
    };
    
    // MlirFunction is a thin wrapper over a FuncOp.
    class MlirFunction : public AbstractFunction {
     public:
      explicit MlirFunction(std::unique_ptr<MLIRContext> context,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    }
    
    // The prefixable optab entry contains the pseudo-opcodes which generate relocations, or may generate
    // a more efficient sequence of instructions if a prefixed version exists (ex. paddi instead of oris/ori/add).
    //
    // This table is meant to transform all sequences which might be TOC-relative into an equivalent PC-relative
    // sequence. It also encompasses several transformations which do not involve relocations, those could be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. cmd/kube-proxy/app/server.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	"k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	nodeutil "k8s.io/component-helpers/node/util"
    	"k8s.io/klog/v2"
    	"k8s.io/kube-proxy/config/v1alpha1"
    	api "k8s.io/kubernetes/pkg/apis/core"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  8. src/crypto/x509/verify.go

    // supported.
    //
    // Name constraint validation follows the rules from RFC 5280, with the
    // addition that DNS name constraints may use the leading period format
    // defined for emails and URIs. When a constraint has a leading period
    // it indicates that at least one additional label must be prepended to
    // the constrained name to be considered valid.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:39 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/ppc64.s

    	OR $1234567, R5                 // 64a5001260a5d687
    	OR $1234567, R5, R3             // 64a300126063d687
    	OR $2147483648, R5, R3          // 64a38000
    	OR $2147483649, R5, R3          // 64a3800060630001
    	ORIS $255, R3, R4               // 646400ff
    	OR $16711680, R3, R4            // 646400ff
    
    	XOR $1, R3                      // 68630001
    	XOR $1, R3, R4                  // 68640001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  10. src/cmd/go/internal/work/exec.go

    	if err = os.WriteFile(src, []byte(swigIntSizeCode), 0666); err != nil {
    		return
    	}
    	srcs := []string{src}
    
    	p := load.GoFilesPackage(context.TODO(), load.PackageOpts{}, srcs)
    
    	if _, _, e := BuildToolchain.gc(b, &Action{Mode: "swigDoIntSize", Package: p, Objdir: objdir}, "", nil, nil, "", false, "", srcs); e != nil {
    		return "32", nil
    	}
    	return "64", nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top