Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 129 for mod$ (0.04 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                            },
                            "mode": 4
                          }
                        ]
                      },
                      "configMap": {
                        "name": "nameValue",
                        "items": [
                          {
                            "key": "keyValue",
                            "path": "pathValue",
                            "mode": 3
                          }
                        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                            },
                            "mode": 4
                          }
                        ]
                      },
                      "configMap": {
                        "name": "nameValue",
                        "items": [
                          {
                            "key": "keyValue",
                            "path": "pathValue",
                            "mode": 3
                          }
                        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

                        },
                        "mode": 4
                      }
                    ]
                  },
                  "configMap": {
                    "name": "nameValue",
                    "items": [
                      {
                        "key": "keyValue",
                        "path": "pathValue",
                        "mode": 3
                      }
                    ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. src/crypto/tls/tls_test.go

    		conn.Close()
    	}
    }
    
    func BenchmarkThroughput(b *testing.B) {
    	for _, mode := range []string{"Max", "Dynamic"} {
    		for size := 1; size <= 64; size <<= 1 {
    			name := fmt.Sprintf("%sPacket/%dMB", mode, size)
    			b.Run(name, func(b *testing.B) {
    				b.Run("TLSv12", func(b *testing.B) {
    					throughput(b, VersionTLS12, int64(size<<20), mode == "Max")
    				})
    				b.Run("TLSv13", func(b *testing.B) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  5. cmd/xl-storage.go

    func (s *xlStorage) openFileSync(filePath string, mode int, skipParent string) (f *os.File, err error) {
    	return s.openFile(filePath, mode|writeMode, skipParent)
    }
    
    func (s *xlStorage) openFile(filePath string, mode int, skipParent string) (f *os.File, err error) {
    	if skipParent == "" {
    		skipParent = s.drivePath
    	}
    	// Create top level directories if they don't exist.
    	// with mode 0777 mkdir honors system umask.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (2)
  6. pilot/pkg/networking/core/sidecar_simulation_test.go

    kind: PeerAuthentication
    metadata:
      name: peer-auth
      namespace: default
    spec:
      selector:
        matchLabels:
          app: foo
      mtls:
        mode: STRICT
      portLevelMtls:
        9080:
          mode: %s
    ---
    `, m)
    	}
    	sidecarSimple := func(protocol string) string {
    		return fmt.Sprintf(`
    apiVersion: networking.istio.io/v1alpha3
    kind: Sidecar
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.proto

      bool deletePods = 7;
    
      // The label key to apply to a broken pod when the controller is in labelPods mode.
      string brokenPodLabelKey = 8;
    
      // The label value to apply to a broken pod when the controller is in labelPods mode.
      string brokenPodLabelValue = 9;
    
      // The name of the init container to use for the repairPods mode.
      string initContainerName = 10;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/conversion.go

    	// Not yet implemented: TLS mode, https redirect, max protocol version, SANs, CipherSuites, VerifyCertificate
    	out := &istio.ServerTLSSettings{
    		HttpsRedirect: false,
    	}
    	mode := k8s.TLSModeTerminate
    	if tls.Mode != nil {
    		mode = *tls.Mode
    	}
    	namespace := gw.Namespace
    	switch mode {
    	case k8s.TLSModeTerminate:
    		out.Mode = istio.ServerTLSSettings_SIMPLE
    		if tls.Options != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

    from tensorflow.python.types import core
    
    _CalibrationMethod = qc.CalibrationOptions.CalibrationMethod
    
    
    # Test cases for Static Range Quantization.
    # Tries to run all tests cases in both the graph mode (default in TF1) and the
    # eager mode (default in TF2) to ensure support for when TF2 is disabled.
    class StaticRangeQuantizationTest(quantize_model_test_base.QuantizedModelTest):
    
      @parameterized.parameters(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  10. pkg/workloadapi/workload.pb.go

    	// The `mode` determines how these routing preferences are handled
    	RoutingPreference []LoadBalancing_Scope `protobuf:"varint,1,rep,packed,name=routing_preference,json=routingPreference,proto3,enum=istio.workload.LoadBalancing_Scope" json:"routing_preference,omitempty"`
    	// mode defines how we should handle the routing preferences.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top